sveaekonomi / magento2-checkout
Svea Ekonomi Checkout, A checkout-bundled payment solution from Svea Ekonomi
Installs: 5 362
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 5
Open Issues: 0
Type:magento-module2
Requires
- sveaekonomi/webpay: ~3.10.1
- dev-master
- v1.1.34
- v1.1.33
- v1.1.32
- v1.1.31
- v1.1.30
- v1.1.29
- v1.1.28
- v1.1.27
- v1.1.26
- v1.1.25
- v1.1.24
- v1.1.23
- v1.1.22
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.16
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.2
- v1.1.1
- v1.1.0
- 1.0.26
- 1.0.25
- v1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.1
- 1.0.0
- dev-stage
This package is auto-updated.
Last update: 2024-11-08 20:20:52 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