Skip to content

Commit c7df2a6

Browse files
authored
added status
added status for pending cancellation of an authorisation
1 parent 1afc564 commit c7df2a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/PostFinance/PaymentResponse.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ interface PaymentResponse extends Response
2424
* @var int
2525
*/
2626
const STATUS_AUTHORISED_AND_CANCELED = 6;
27+
/**
28+
* @var int
29+
*/
30+
const STATUS_AUTHORISATION_CANCELLATION_WAITING = 61;
2731
/**
2832
* @var int
2933
*/

0 commit comments

Comments
 (0)