Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][FIX] payment_redsys: Error processing redsys response
- /payment/redsys/result/<page> controller now process Redsys response and updates related transaction. Steps to reproduce: - Install payment_redsys módule - Configure payment method with test values from https://pagosonline.redsys.es/entornosPruebas.html as "Test mode" and publish. - Login into portal with "portal" user - Buy something and go to checkout screen, pay with Redsys. - Use an Autenticación Frictionless card numbres (4918019160034602,Expiration:12/34, CVV:123) - The payment will end with success message. - Press "Continuar" and you'll won't see the "Success message", instead you'll see a pending confirmation message. The endpoint that retrieves Redsys response doesn't process it and redirects the browser and losts the response information. All other módules call _handle_notification_data before the redirection.
- Loading branch information