digg-ecard/diggecard-klarna-payments-integration

A Magento 2 module that allow to work Diggecard with Klarna Payments methods

Maintainers

Package info

github.com/seniordevonly/diggecard-magento2-klarna-totalsfix

Issues

Type:magento2-module

pkg:composer/digg-ecard/diggecard-klarna-payments-integration

Statistics

Installs: 142

Dependents: 0

Suggesters: 0

Stars: 0

0.0.1 2020-06-19 09:32 UTC

This package is not auto-updated.

Last update: 2026-02-25 10:22:00 UTC


README

Installation procedure

  1. Update your composer.json file
    $ composer require digg-ecard/diggecard-klarna-payments-integration
  2. Enable the extension
    $ php bin/magento module:enable Diggecard_KlarnaPaymentsIntegration
  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