digg-ecard / diggecard-klarna-payments-integration
A Magento 2 module that allow to work Diggecard with Klarna Payments methods
Installs: 142
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Type:magento2-module
Requires
- php: >=7.0
- digg-ecard/diggecard: ^1.0
- magento/framework: >=100.0.4
This package is not auto-updated.
Last update: 2025-05-07 06:44:33 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