Skip to content

Commit bb9e401

Browse files
Regenerate SDKs (#11)
Co-authored-by: konfig-publisher <publisher@konfigthis.com>
1 parent 230a511 commit bb9e401

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.konfig/generate-id.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2fd9cd0-8689-49e2-a430-21652259ee2a
1+
63b2a5d9-218f-4899-8540-5dddcffebe87

lib/Model/GwAuthorizationStatus.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ class GwAuthorizationStatus
4545

4646
public const CANCELED = 'Canceled';
4747

48+
public const VOIDED = 'Voided';
49+
4850
/**
4951
* Gets allowable values of the enum
5052
* @return string[]
@@ -56,7 +58,8 @@ public static function getAllowableEnumValues()
5658
self::SUCCEEDED,
5759
self::PENDING3_DS,
5860
self::FAILED,
59-
self::CANCELED
61+
self::CANCELED,
62+
self::VOIDED
6063
];
6164
}
6265
}

0 commit comments

Comments
 (0)