Commit 143ad2e
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#219056
X-original-commit: b513635
Signed-off-by: Stéphane Vanmeerhaeghe (stva) <stva@odoo.com>
Signed-off-by: Louis Gobert (loug) <loug@odoo.com>1 parent 9719feb commit 143ad2e
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments