Skip to content

Commit 3c2d6ea

Browse files
Make Currency CaseIterable (#259)
Co-authored-by: Andrew Edwards <[email protected]>
1 parent b8c6670 commit 3c2d6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StripeKit/Shared Models/Currency.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//
88

9-
public enum Currency: String, Codable {
9+
public enum Currency: String, Codable, CaseIterable {
1010
case usd
1111
case aed
1212
case afn

0 commit comments

Comments
 (0)