1: Download the latest release zip file.
2: In the root directory of your Magento installation, create the following sub-directory path:
app/code/Billmate/ BillmateCheckout
3: Upload the zip files content into the newly created directory.
4: Run these bash commands in the root Magento installation
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
5: Configure the Billmate Credentials under ”Stores” –> ”Configuration” –> ”Sales” –> ”Payment Methods” –> ”Billmate Checkout” –> ”Credentials”
6: Configure the General under ”Stores” –> ”Configuration” –> ”Sales” –> ”Payment Methods” –> ”Billmate Checkout” –> ”General”
7: Make a test purchase for every payment method to verify that you have made the correct settings.
To install the Billmate plugin using Composer the following steps needs to be done.
- Add the following key to the composer.json “billmate/magento2-checkout”
- Run the command “composer install” to get the new package.