lmerchant/module-checkout

This package is abandoned and no longer maintained. The author suggests using the latitude-financial/checkout package instead.

Demo payment gateway integration

Installs: 116

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:magento2-module

This package has no released version yet, and little information is available.


README

Demo checkout module for Magneto 2

Install module

Open Command line interface and navigate to Magento directory

    cd /var/www/html/magento

Configure Lmerchant checkout module

    # add -vvv for verbose mode
    composer require lmerchant/module-checkout  # new installation
    composer update lmerchant/module-checkout   # update existing installation

Upgrade your store instance

    php bin/magento setup:upgrade

Compile and deploy static content

    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy

Flush the cache from Magento Admin

    System > Cache Management > Flush Cache Storage

Enable payment method

Before proceeding with next steps, make sure that you have credentials to use Lmerchant Checkout.

  1. Navigate to Magento Admin > Stores > Configuration > Sales > Payment Methods> Lmerchant

  2. Enter the Merchant ID and Secret Key

  3. Click on Enabled checkbox

  4. Enable Test mode for testing

  5. Save the configuration