Commit b513635
committed
[FIX] pos_mercado_pago: handle PROCESSING state
The Mercado Pago 'PROCESSING' payment status was not handled.
As a result, when receiving this status, the payment was treated as
failed and the user saw an 'Unknown payment status' message.
This fix treats 'PROCESSING' as an in-progress state, just like 'OPEN'
and 'ON_TERMINAL'. It triggers the same retry mechanism.
opw-4918455
closes odoo#218990
Signed-off-by: Stéphane Vanmeerhaeghe (stva) <stva@odoo.com>1 parent 470a1f1 commit b513635
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments