We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230a511 commit bb9e401Copy full SHA for bb9e401
.konfig/generate-id.txt
@@ -1 +1 @@
1
-e2fd9cd0-8689-49e2-a430-21652259ee2a
+63b2a5d9-218f-4899-8540-5dddcffebe87
lib/Model/GwAuthorizationStatus.php
@@ -45,6 +45,8 @@ class GwAuthorizationStatus
45
46
public const CANCELED = 'Canceled';
47
48
+ public const VOIDED = 'Voided';
49
+
50
/**
51
* Gets allowable values of the enum
52
* @return string[]
@@ -56,7 +58,8 @@ public static function getAllowableEnumValues()
56
58
self::SUCCEEDED,
57
59
self::PENDING3_DS,
60
self::FAILED,
- self::CANCELED
61
+ self::CANCELED,
62
+ self::VOIDED
63
];
64
}
65
0 commit comments