Guides

Installing

🚧

What you'll need:

  • humm Merchant Number
  • API

You can request this via our API Request Form

Download plugin

Download the humm Adobe Commerce plugin from the Adobe Commerce Marketplace here

Install

  1. To install, open the Command Line Interface and execute the following commands:
  2. Firstly, install the hummGroup module with the following command:
    composer require hummgroup/module-hummgroup-payment-gateway:\< version >
  3. Check the status of the module by entering:
    bin/magento module:status Hummgroup_HummgroupPaymentGateway
  4. Enable the hummGroup Module with the following command:
    bin/magento module:enable Hummgroup_HummgroupPaymentGateway --clear-static-content
  5. Run the setup:
    bin/magento setup:upgrade
  6. Compile the Dependency Injection configuration:
    bin/magento setup:di:compile
  7. Verify the status of the module by entering this command:
    bin/magento module:status Hummgroup_HummgroupPaymentGateway

Updating

  1. To update to a new version, you have two options:
  • Update to the latest version: composer update hummgroup/module-hummgroup-payment-gateway
  • Update to a specific version: composer require Hummgroup_HummgroupPaymentGateway ^x.x.x
  1. After updating, execute the following commands:
  • Run the setup upgrade command: bin/magento setup:upgrade --keep-generated
  • Deploy static content: bin/magento setup:static-content:deploy
  • Clean the cache: bin/magento cache:clean

What’s Next