Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@max2u max2u released this 03 Aug 12:35
· 1 commit to master since this release

Card and Reward payment extensions

Card Payment extension

Download and extract the file pointcheckout-card-magento2-2.1.1.zip inside the folder {magento-root}/

you should have the following folder :

 {magento-root}/app/code/PopintCheckout/Card

under magento root folder execute the following commands:

# Install Card payment extension
bin/magento module:enable PointCheckout_Card --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile

now go to your admin panel Stores->Configuration->Sales->Payment Methods you will find PointCheckout Card Payment listed on the available payment methods

setup the configuration and set the Environment, Api key and Secret as required from PointCheckout

Rewards Payment extension ( Jordan Only )

Download and extract the file pointcheckout-rewards-magento2-2.1.1.zip inside the folder {magento-root}/

you should have the following folder :

 {magento-root}/app/code/PopintCheckout/Rewards

under magento root folder execute the following commands:

# Install Card payment extension
bin/magento module:enable PointCheckout_Rewards --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile

now go to your admin panel Stores->Configuration->Sales->Payment Methods you will find PointCheckout Rewards Payment listed on the available payment methods

setup the configuration and set the Environment, Api key and Secret as required from PointCheckout