We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afc564 commit c7df2a6Copy full SHA for c7df2a6
1 file changed
lib/PostFinance/PaymentResponse.php
@@ -24,6 +24,10 @@ interface PaymentResponse extends Response
24
* @var int
25
*/
26
const STATUS_AUTHORISED_AND_CANCELED = 6;
27
+ /**
28
+ * @var int
29
+ */
30
+ const STATUS_AUTHORISATION_CANCELLATION_WAITING = 61;
31
/**
32
33
0 commit comments