ogone: mark status 95 as success (#24287)

This commit is contained in:
Frédéric Péters 2018-06-05 11:55:14 +02:00
parent ebedffed01
commit 31b85ae9fd
1 changed files with 1 additions and 1 deletions

View File

@ -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'