digg-ecard / diggecard-klarna-payments-integration
A Magento 2 module that allow to work Diggecard with Klarna Payments methods
Package info
github.com/seniordevonly/diggecard-magento2-klarna-totalsfix
Type:magento2-module
pkg:composer/digg-ecard/diggecard-klarna-payments-integration
0.0.1
2020-06-19 09:32 UTC
Requires
- php: >=7.0
- digg-ecard/diggecard: ^1.0
- magento/framework: >=100.0.4
This package is not auto-updated.
Last update: 2026-02-25 10:22:00 UTC
README
Installation procedure
- Update your composer.json file
$ composer require digg-ecard/diggecard-klarna-payments-integration - Enable the extension
$ php bin/magento module:enable Diggecard_KlarnaPaymentsIntegration - Register the extension
$ php bin/magento setup:upgrade - Recompile your Magento project
$ php bin/magento setup:di:compile - Clean the cache
$ php bin/magento cache:flush