Skip to content

Commit

Permalink
Make Currency CaseIterable
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Jun 13, 2024
1 parent da45ee9 commit 3f9f5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StripeKit/Shared Models/Currency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//

public enum Currency: String, Codable {
public enum Currency: String, Codable, CaseIterable {
case usd
case aed
case afn
Expand Down

0 comments on commit 3f9f5ef

Please sign in to comment.