Download the PHP package duitku_payment_gateway/duitku_link_aja_fixed without Composer
On this page you can find all versions of the php package duitku_payment_gateway/duitku_link_aja_fixed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download duitku_payment_gateway/duitku_link_aja_fixed
More information about duitku_payment_gateway/duitku_link_aja_fixed
Files in duitku_payment_gateway/duitku_link_aja_fixed
Package duitku_link_aja_fixed
Short Description Magento 2 payment module for Duitku LinkAja
License MIT
Informations about the package duitku_link_aja_fixed
Duitku integration for your Magento 2! 💸💸💸 Start receiving payment through your e-commerce magento with Duitku extension plugin payment integration.
How to install the plugins
Install Duitku Link Aja (Fixed) plugins through Composer
Before you begin to install through the composer, you need Magento marketplace account and make sure that you have installed Composer. In your terminal, go to the Magento folder and run the following commands:
- Install the plugins:
composer require duitku_payment_gateway/duitku_link_aja_fixed
- Enable the plugin:
bin/magento module:enable Duitku_Linkajafixed
- Execute upgrade script :
bin/magento setup:upgrade
- Deploy magento :
bin/magento setup:static-content:deploy -f
- Clean cache storage :
bin/magento cache:clean
- Check the module status:
bin/magento module:status Duitku_Linkajafixed
Note: If you do have a previous version installed and upgrade the plugins to the latest version. After upgrade our plugins, You need to run
bin/magento setup:upgrade --keep-generated
,bin/magento setup:static-content:deploy
and clean cachebin/magento cachce:clean
.
Install Duitku Link Aja (Fixed) plugins from Download file
With these steps, you can custom/modify our Magento plugins to handle the business model that you want
- Download and extract the plugin you have previously downloaded from GitHub and rename the folder as Linkajafixed.
- Upload to the root of the Magento folder (Magento installation folder) you use the FTP client of your choice.
- Locate the root Magento directory of your shop via FTP connection. (By default the root folder is on SERVER_HOST/Magento)
- Move the Linkajafixed folder into the Magento
root/app/code/Duitku
folder. (You might need to create the foldercode/Duitku
if it is not exist). -
Run this command on terminal
bin/magento module:enable Duitku_Linkajafixed
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento module:status Duitku_Linkajafixed
Plugin Usage Instruction
Basic Plugins Configuration
Before you begin, make sure that you have successfully installed and enabled Duitku Link Aja (Fixed) plugins. Configure the Duitku Link Aja (Fixed) plugin in your Magento admin panel:
- Log in to your Magento admin panel.
- In the left navigation bar, go to Stores(1) -> Configuration(2).
-
In the menu, go to Sales(3) -> Payment Methods(4)
- In the Other Payment Method section, click Duitku Link Aja (Fixed) to extend Basic Settings and fill out the following fields:
Field | Description |
---|---|
Enabled | To enable and disable this payment method. |
Title | The title of the payment method displayed to the customers. |
Merchant number | The unique merchantnumber received from the payment system. If you don't know your merchantnumber please Contact Duitku Payment Provider. |
API Secret Key | Used as an API key to be used for authorization sandbox or passport environment on API request. |
Live Mode | If Payment Mode Enable this redirect To live otherwise Setup Sandbox Mode. |
Note: Access Keys are unique for every merchant. Server Key is secret, please always keep Server Key confidential.
Log options
The plugins will store log file in directory /var/log/duitku.log
.
see our documentation for complete instruction.