altapay / magento2-payment
Altapay: Payments less complicated
Installs: 5 581
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 3
Open Issues: 3
Type:magento2-module
Requires
- php: >=5.6
- altapay/api-php: ^3.1.0
- dev-main
- 3.6.11
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.9.4
- 0.0.9.3
- 0.0.9.2
- 0.0.9.1
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-dependabot/npm_and_yarn/Tests/integration-tests/minimist-1.2.8
- dev-dependabot/npm_and_yarn/Tests/integration-tests/minimatch-3.1.2
- dev-sync-plugin-with-community-ver
- dev-feature/al-2
- dev-feature/al-1
- dev-feature/error-message-on-fail-card
This package is auto-updated.
Last update: 2024-10-16 08:41:54 UTC
README
AltaPay has made it much easier for you as merchant/developer to receive secure payments in your Magento 2 web shop.
Compatibility
-
Magento 2.2 and below
For Magento 2.3 and above please see AltaPay for Magento2 Community
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