altapay/magento2-payment

Altapay: Payments less complicated

Installs: 5 578

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 3

Open Issues: 3

Type:magento2-module


README

AltaPay has made it much easier for you as merchant/developer to receive secure payments in your Magento 2 web shop.

Latest Stable Version Total Downloads License

Compatibility

Installation

Run the following commands in Magento 2 root folder:

composer require altapay/magento2-payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

How to run cypress tests

Prerequisites:

  • Magento 2 with sample data should be installed on publically accessible URL
  • Cypress should be installed
  • For subscription test, "Push It Messenger Bag" product should be configured as subscription product

Information:

  • These tests are for only Credit Card, Klarna DKK, and AltaPay subscription (Credit Card for subscription)
  • In case, you don't want to test any of the above-mentioned payment methods, please leave it blank in the config file. i.e "CC_TERMINAL_NAME":""

Steps:

  • Install dependencies npm i
  • Update "cypress/fixtures/config.json"
  • Execute ./node_modules/.bin/cypress run in the terminal to run all the tests

Changelog

See Changelog for all the release notes.

License

Distributed under the MIT License. See LICENSE for more information.

Documentation

For more details please see AltaPay docs