wp-pay-gateways / abnamro-ideal-easy
This package is abandoned and no longer maintained.
No replacement package was suggested.
ABN AMRO - iDEAL Easy driver for the WordPress payment processing library.
1.0.4
2016-10-20 09:10 UTC
Requires
- php: >=5.2.4
- wp-pay-gateways/common: ^1.0.0
- wp-pay-gateways/ogone: ^1.2.5
- wp-pay/core: ^1.3.5
- xrstf/composer-php52: 1.*
Requires (Dev)
- phpmd/phpmd: ^2.2.3
- satooshi/php-coveralls: ^0.7.1
- squizlabs/php_codesniffer: ^2.2.0
- wp-cli/wp-cli: ^0.21.1
- wp-coding-standards/wpcs: 0.9.0
This package is auto-updated.
Last update: 2020-03-30 00:18:05 UTC
README
ABN AMRO - iDEAL Easy driver for the WordPress payment processing library.
Test Account
Option | Value |
---|---|
URL | https://internetkassa.abnamro.nl/ncol/test/orderstandard.asp |
PSPID | TESTiDEALEASY |
WP-CLI
Create test config
POST_ID=`wp post create --post_type=pronamic_gateway --post_title='ABN AMRO - iDEAL Easy - Test' --post_status=publish --porcelain` wp post meta update $POST_ID '_pronamic_gateway_id' 'abnamro-ideal-easy' wp post meta update $POST_ID '_pronamic_gateway_mode' 'test' wp post meta update $POST_ID '_pronamic_gateway_ogone_psp_id' 'TESTiDEALEASY'
Production Environment
Payment Server URL: https://internetkassa.abnamro.nl/ncol/prod/orderstandard.asp
Test Environment
Payment Server URL: https://internetkassa.abnamro.nl/ncol/test/orderstandard.asp