sveaekonomi/magento2-checkout

Svea Ekonomi Checkout, A checkout-bundled payment solution from Svea Ekonomi

Installs: 5 352

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 5

Open Issues: 0

Type:magento-module2

v1.1.34 2019-09-06 05:11 UTC

README

Svea checkout for Magento2

  • Requirements (inherited from dependencies)*
  • Magento 2.1.4 or above
  • PHP 5.6 >=
  • php-soap
  • php-curl

Installation:

run composer require sveaekonomi/magento2-checkout && composer install to install files. Then run bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush from your base folder to install database scripts and recompile the dependency injections and clear cache.

After that, head to administration -> Stores -> Configuration -> Payment methods -> Svea Ekonomi Checkout, to configure your new payment method.

To upgrade run composer update sveaekonomi/magento2-checkout --with-dependencies. Then run bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush from your base folder