digg-ecard/diggecard-klarna-integration

A Magento 2 module that allow to work Diggecard with Klarna Checkout

0.0.1 2020-01-10 16:26 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:55:31 UTC


README

Installation procedure

  1. Update your composer.json file
    $ composer require digg-ecard/diggecard-klarna-integration
  2. Enable the extension
    $ php bin/magento module:enable Diggecard_KlarnaIntegration
  3. Register the extension
    $ php bin/magento setup:upgrade
  4. Recompile your Magento project
    $ php bin/magento setup:di:compile
  5. Clean the cache
    $ php bin/magento cache:flush