Skip to content

Commit fafc170

Browse files
author
Frederik De Paepe
committed
Added response status code 93
1 parent 948c64e commit fafc170

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

lib/Ogone/PaymentResponse.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,19 @@ interface PaymentResponse extends Response
4343
/**
4444
* @var int
4545
*/
46-
const STATUS_PAYMENT = 91;
46+
const STATUS_AUTHORISATION_NOT_KNOWN = 52;
4747
/**
4848
* @var int
4949
*/
50-
const STATUS_AUTHORISATION_NOT_KNOWN = 52;
50+
const STATUS_PAYMENT = 91;
5151
/**
5252
* @var int
5353
*/
5454
const STATUS_PAYMENT_UNCERTAIN = 92;
55+
/**
56+
* @var int
57+
*/
58+
const STATUS_PAYMENT_REFUSED = 93;
5559

5660

5761
}

0 commit comments

Comments
 (0)