Skip to content

Commit

Permalink
Make Currency CaseIterable (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Edwards <[email protected]>
  • Loading branch information
Frizlab and Andrewangeta authored Jun 13, 2024
1 parent b8c6670 commit 3c2d6ea
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 3c2d6ea

Please sign in to comment.