- Supports all current versions from 2.x and up.
These installation steps will apply until this extension is published on the Magento Marketplace.
- Log in to your Linux server terminal
- Navigate to your Magento 2 root folder
- Modify your composer.json file with the following:
-
Change "minimum-stability": "stable" to "minimum-stability": "dev"
-
Add the Bambora repo to 'repositories':
{ "type": "vcs", "url": "https://github.com/bambora/apac-checkout-magento-v2.x" }
For example:
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
},
{
"type": "vcs",
"url": "https://github.com/bambora/apac-checkout-magento-v2.x"
}
],
- Run the following command:
composer require bambora/apaccheckout
- Run the command:
php bin/magento setup:upgrade
- Run the command:
php bin/magento setup:di:compile
- Run the command:
php bin/magento cache:flush
If you are running your Magento 2 site in production mode:
- Run the command:
php bin/magento setup:static-content:deploy
- Run the command:
php bin/magento indexer:reindex
The extension has now been installed and the next step is to configure it.
In order to access the configuration settings:
- Click
Stores
>Configuration
- Click
Sales
>Payment Methods
- Locate
Bambora APAC Integrated Checkout
in the right column and expand it - Edit configuration (see Mandatory Configurations for details)
- Click
Save Config
Configuration of the extension: Steps 1 and 2
Configuration of the extension: Steps 3 to 4
There are a number of settings that must be completed to successfully configure the Bambora APAC Integrated Checkout extension. Most of the settings have been set to default values upon installation, however, the following settings are mandatory to finalise your installation:
- Mode (Sandbox or Live)
- Live API Username
- Live API Password
- Sandbox API Username
- Sandbox API Password
Ensure that the extension Mode
is set to Live
on your live environment and Sandbox
on your development or staging environment. After you have completed the above mandatory configuration settings, you are now ready to offer Bambora as a payment method in your checkout.