duitku_payment_gateway/duitku_va_danamon

Magento 2 payment module for Duitku VA danamon Host to Host

1.0.0 2024-05-30 08:17 UTC

This package is not auto-updated.

Last update: 2024-09-06 07:56:29 UTC


README

duitku

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 VA Danamon 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:

  1. Install the plugins: composer require duitku_payment_gateway/duitku_va_danamon
  2. Enable the plugin: bin/magento module:enable Duitku_Vadanamonh2h
  3. Execute upgrade script : bin/magento setup:upgrade
  4. Deploy magento : bin/magento setup:static-content:deploy -f
  5. Clean cache storage : bin/magento cache:clean
  6. Check the module status: bin/magento module:status Duitku_Vadanamonh2h

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 cache bin/magento cachce:clean.

Install Duitku VA Danamon plugins from Download file

With these steps, you can custom/modify our Magento plugins to handle the business model that you want

  1. Download and extract the plugin you have previously downloaded from GitHub and rename the folder as Vadanamonh2h.

  2. Upload to the root of the Magento folder (Magento installation folder) you use the FTP client of your choice.

  3. Locate the root Magento directory of your shop via FTP connection.
    (By default the root folder is on SERVER_HOST/Magento)

  4. Move the Vadanamonh2h folder into the Magento root/app/code/Duitku folder.
    (You might need to create the folder code/Duitku if it is not exist).

  5. Run this command on terminal

    bin/magento module:enable Duitku_Vadanamonh2h

    bin/magento setup:upgrade

    bin/magento cache:clean

    bin/magento module:status Duitku_Vadanamonh2h

Plugin Usage Instruction

Basic Plugins Configuration

Before you begin, make sure that you have successfully installed and enabled Duitku Vadanamonh2h plugins. Configure the Duitku Vadanamonh2h plugin in your Magento admin panel:

  1. Log in to your Magento admin panel.

  2. In the left navigation bar, go to Stores(1) -> Configuration(2).

  3. In the menu, go to Sales(3) -> Payment Methods(4)

  4. In the Other Payment Method section, click Duitku Vadanamonh2h to extend Basic Settings and fill out the following fields:

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.