Skip to content

Releases: pointcheckout/magento2-pointcheckout

v2.1.1

03 Aug 12:35
Compare
Choose a tag to compare

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

v2.1.0

01 Feb 00:25
Compare
Choose a tag to compare

Card and Reward payment extensions

Extract magento2-pointcheckout_2.1.0.zip inside the folder {magento-root}/app/code

- create the folder {magento-root}/app/code if it does not exist

you should have the following folders :

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

under magento root folder execute the following commands:

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

# Install Rewards 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 Card Payment and PointCheckout Rewards listed on the available payment methods

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

v2.0.1

29 Dec 12:42
Compare
Choose a tag to compare

Card and Reward payment extensions

Extract magento2-pointcheckout_2.0.1.zip inside the folder {magento-root}/app/code

- create the folder {magento-root}/app/code if it does not exist

you should have the following folders :

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

under magento root folder execute the following commands:

# Install Card payment extension
sudo bin/magento-cli module:enable PointCheckout_Card --clear-static-content

# Install Rewards payment extension
sudo bin/magento-cli module:enable PointCheckout_Rewards --clear-static-content

sudo bin/magento-cli setup:upgrade

sudo bin/magento-cli setup:di:compile

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

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

v2.0.0

06 Dec 17:24
Compare
Choose a tag to compare

Card and Reward payment extensions

Extract magento2-pointcheckout_2.0.0.0.zip inside the folder {magento-root}/app/code

- create the folder {magento-root}/app/code if it does not exist

you should have the following folders :

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

under magento root folder execute the following commands:

# Install Card payment extension
sudo bin/magento-cli module:enable PointCheckout_Card --clear-static-content

# Install Rewards payment extension
sudo bin/magento-cli module:enable PointCheckout_Rewards --clear-static-content

sudo bin/magento-cli setup:upgrade

sudo bin/magento-cli setup:di:compile

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

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