Daily updates from Odoo
Thursday, May 9, 2019
1 change · master
Resolved issues and error corrections
This fixes issues in the Alipay payment flow so customers are routed through the standard payment processing path and transaction status is updated more reliably. It also ensures payment errors are displayed correctly to users instead of failing due to an incorrect message lookup.
Original PR description
payment_alipay: No need of return URL as '/payment/process' will handle all the cases for payment. use of _set_transaction_state as per the state of the transaction. payment: when we get an error while making the payment, it should be shown to the user. But the message is not getting from proper dict, so it will break every time. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr