mage2pro/klarna-compatibility 1.0.0

The module makes the official Klarna payment module for Magento 2 compatible with third-party modules

Type

magento2-module

License

proprietary

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

The module makes the official Klarna payment module for Magento 2 compatible with third-party modules.
Currently the module solves compatibility problems with 3 modules of aheadWorks: - Gift Card - Reward Points - Store Credit and Refund

How to install

bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer require mage2pro/klarna-compatibility:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales, e.g.: de_DE>
bin/magento maintenance:disable
bin/magento cache:enable

How to upgrade

bin/magento maintenance:enable
composer remove mage2pro/klarna-compatibility
rm -rf composer.lock
composer clear-cache
composer require mage2pro/klarna-compatibility:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales, e.g.: de_DE>
bin/magento maintenance:disable
bin/magento cache:enable

If you have problems with these commands, please check the detailed instruction.

Support

Want to be notified about the extension's updates?