Download the PHP package oxid-esales/amazon-pay-module without Composer
On this page you can find all versions of the php package oxid-esales/amazon-pay-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package amazon-pay-module
Amazon Pay for OXID
Amazon Pay integration for OXID eShop 6.3 to 7.1.
Documentation
- Official German Amazon Pay for OXID 6.3 to 6.5 documentation
- Official German Amazon Pay for OXID from 7.0 documentation
- Official English Amazon Pay for OXID 6.3 to 6.5 documentation
- Official English Amazon Pay for OXID from 7.0 documentation
Branch compatibility
- b-6.3.x module branch is compatible with OXID eShop compilation 6.3 to 6.5
- b-7.0.x module branch is compatible with OXID eShop compilation 7.0 and higher
Installation
- See the official documentation under Installation for OXID 6.3 to 6.5 or Installation for OXID from 7.0
Limitations
Find the list of limitations in the
- German documentation under Wann können Sie Amazon Pay nicht anbieten?
- English documentation under When can you not offer Amazon Pay?
Running tests
Warning: Running tests will reset the shop.
Requirements:
- Ensure test_config.yml is configured:
- For codeception tests to be running, selenium server should be available, several options to solve this:
- Use OXID official vagrant box environment.
- Use OXID official docker sdk configuration.
- Use other preconfigured containers, example:
image: 'selenium/standalone-chrome-debug:3.141.59'
Develop javascript
- we are using grunt
- currently grunt is not installed in php container
- so install it on your host system: https://gruntjs.com/getting-started
sudo npm install -g grunt-cli
cd source/modules/osc/amazonpay/resources
- npm install grunt --save-dev
- using: grunt
cd source/modules/osc/amazonpay/resources
grunt
# this command compiles the sass => out/src/css/ and the out/src/js/
Run
Running phpunit tests:
Running phpunit tests with coverage reports (report is generated in .../amazonpay/Tests/reports/
directory):
Running codeception tests default way (Host: selenium, browser: chrome):
Running codeception tests example with specific host/browser/testgroup:
All versions of amazon-pay-module with dependencies
PHP Build Version
Package Version
No informations.
The package oxid-esales/amazon-pay-module contains the following files
Loading the files please wait ....