From 31b85ae9fdece1c2c5fd7a862bae0e037e85eb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 5 Jun 2018 11:55:14 +0200 Subject: [PATCH] ogone: mark status 95 as success (#24287) --- eopayment/ogone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/ogone.py b/eopayment/ogone.py index fbc9e2d..900d348 100644 --- a/eopayment/ogone.py +++ b/eopayment/ogone.py @@ -556,7 +556,7 @@ class Payment(PaymentCommon): result = DENIED elif status == '5': result = ACCEPTED - elif status == '9': + elif status in ('9', '95'): result = PAID elif len(status) == 2 and status[1] == '1': # Statuses with two digits represent either ‘intermediary'