walleypay / checkout-magento2
Magento 2 WalleyPay Checkout Module
Package info
github.com/WalleyPay/Checkout-Magento-2
Type:magento2-module
pkg:composer/walleypay/checkout-magento2
v1.0.30
2022-05-07 19:50 UTC
Requires
- php: >=7.4
- collector-bank/collector-checkout-sdk: ^1.0.7
- collector-bank/collector-payment-sdk: 1.0.2
This package is not auto-updated.
Last update: 2026-06-29 21:03:01 UTC
README
Configuration manual here: Walley Magento 2 configuration manual
Technical information how to fetch delivery checkout data from the order. Delivery checkout technical integration
Requirements
- Magento Open Source 2.2.0 or above
- PHP 7.4 and above
Install
Run these commands from the Magento base folder:
- composer require collector-bank/collector-checkout-magento2
- bin/magento module:enable Webbhuset_CollectorCheckout
- bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush
Configure
After that, head to administration -> Stores -> Configuration -> Payment methods -> Walley Checkout and click configure to configure Walley Checkout.
Upgrade
To upgrade run
- composer update collector-bank/collector-checkout-magento2 --with-dependencies
Then run
- bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush from your base folder.