collector-bank / collector-checkout-magento2
Magento 2 Collector Bank Checkout Module
Installs: 8 426
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 6
Open Issues: 4
Type:magento2-module
Requires
- php: >=7.4
- collector-bank/collector-checkout-sdk: 1.0.19
- collector-bank/collector-payment-sdk: 1.0.6
- dev-master
- v1.0.45
- v1.0.44
- v1.0.43
- v1.0.42
- v1.0.41
- v1.0.40
- v1.0.39
- v1.0.38
- v1.0.37
- v1.0.36
- v1.0.35
- v1.0.34
- v1.0.33
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- V1.0.1
- v1.0.0
- dev-feature/adjustment-fees
- dev-feature/zero-sum-checkout
- dev-tobiassundgren-collector-patch-remove-canceled-orders-on-validate
- dev-fix/17-fatal-error-when-initializing-session-with-fees-object
- dev-feature/delivery-checkout-bugfix
- dev-feature/bugfix-customer-discount
- dev-feature/prefill-buyer
- dev-feature/oath
- dev-feature/custom_deliver_adapter
- dev-bugfix/customer-name-missing
- dev-feature-2.4.6-support
- dev-bugfix/php80-emails-not-sent
- dev-release/v031
- dev-feature/test72
- dev-danne-p-patch-2
- dev-danne-p-patch-1
- dev-release/magento-upgrade-plus-bug-fixes
- dev-feature/pwa
- dev-revert-26-showing-pull-requests
- dev-part-activate
This package is auto-updated.
Last update: 2025-05-02 07:07:10 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.