This module integrates a Magento 2 based webstore with the AlphaCommerceHub payment service (Australia).
The module is free and open source.
Australia Post and Alpha Payments Cloud have launched a joint venture to provide local businesses with access to eCommerce services such as payment processing, anti-fraud technology, loyalty programs, identity management, logistics and consolidated reporting through a single platform.
“Businesses will no longer need to invest in multiple platforms, integrations and expensive ongoing investment to stay current,” said Australia Post group chief digital officer Andrew Walduck.
computerworld.com.au/article/626082/aus-post-partners-fintech-ecommerce-hub twitter.com/AlphaFintech/status/897827890728972288
Hire me in Upwork, and I will:
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/alphacommercehub:*
bin/magento setup:upgrade
bin/magento cache:enable
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.: en_AU>
bin/magento maintenance:disable
bin/magento maintenance:enable
composer remove mage2pro/alphacommercehub
rm -f composer.lock
composer clear-cache
composer require mage2pro/alphacommercehub:*
bin/magento setup:upgrade
bin/magento cache:enable
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.: en_AU>
bin/magento maintenance:disable