Download the PHP package badaso/midtrans-module without Composer
On this page you can find all versions of the php package badaso/midtrans-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package midtrans-module
badaso/midtrans-module
Use midtrans payment gateway
Installation
-
Install badaso first with commerce module installed. Also you can install commerce theme if you want to. After that, you can install the module with the following command.
-
Run the following command to easily setup the module.
-
Add the plugins to your
MIX_BADASO_MODULES
to.env
. If you have another plugins installed, include them using delimiter comma (,). -
Add the plugins menu to your
MIX_BADASO_MENU
to.env
. If you have another menu, include them using delimiter comma (,). -
Fill the other variables in .env file.
MIDTRANS_MERCHANT_ID
Required. Merchant ID from midtrans dashboard.MIDTRANS_CLIENT_KEY
Required. Client KEY from midtrans dashboard.MIDTRANS_SERVER_KEY
Required. Server KEY from midtrans dashboard.
- Fill the payment config in
badaso-commerce.php
. For example:'payments' => ['Uasoft\Badaso\Module\Midtrans\BadasoMidtransModule']
All versions of midtrans-module with dependencies
badaso/commerce-module Version ^0.3.0
midtrans/midtrans-php Version ^2.5