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'