Manage sandbox paiements
Closed this issue · 4 comments
alcalyn commented
Manage paiements made in test mode.
Documentation (still in dev version):
https://bitbucket.org/payplug/payplug_integration/src/af39d5489f51608c175da6ffd145ae05cb9db5f0/docs/index.rst?at=feature-0169
- Fetch test account parameters from https://www.payplug.fr/portal/test/ecommerce/autoconfig (same logins)
- Add is_sandbox field to IPN class
- Enable or disable test mode in config (should depend on environment).
alcalyn commented
"Enable or disable test mode in config (should depend on environment)."
The one difference between test mode and normal mode is the use of url generator service:
payplug.payment.test or payplug.payment
alcalyn commented
Should have a config parameter to switch all payments of the application to test/sandbox.
alcalyn commented
alcalyn commented
payplug.payment.test and payplug.payment merged