bluepay / creditcard
BluePay Credit Card plugin for M2
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: >=5.5.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2025-03-21 19:26:43 UTC
README
*** THIS EXTENSION IS DEPRECATED. PLEASE REFER TO THE MAGENTO 2 CC & ACH MODULE FOUND HERE: https://github.com/jslingerland/BluePay_Payment_M2
BluePay Credit Card payment module for Magento 2. If you are looking for the Magento 1.x.x.x payment module, Click here
Since this module links your Magento store to the BluePay gateway, a gateway account is required. If you don't already have one, Click here to start the sign up process.
Installation
- First, navigate to your Magento 2 root directory
- Enter the following commands:
composer config repositories.bluepay_creditcard git https://github.com/jslingerland/BluePay_CreditCard_M2.git composer require bluepay/creditcard:dev-master
Once the dependencies have finished installing, enter the next commands:
php bin/magento module:enable BluePay_CreditCard --clear-static-content php bin/magento setup:upgrade
At this point, the module should be fully installed. Finally, log into your Magento admin section and navigate to Stores -> Configuration -> Sales -> Payment Methods -> BluePay (Credit Card) to finish the setup.