Skip to content

Commit

Permalink
Fixed: StripeCurrency now has gbp
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaferrando committed Jun 27, 2017
1 parent bff19d5 commit 0da14f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Helpers/StripeCurrency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public enum StripeCurrency: String {
case cad = "cad"
case dkk = "dkk"
case eur = "eur"
case gpd = "gpd"
case gbp = "gbp"
case jpy = "jpy"
case nok = "nok"
case usd = "usd"
Expand Down

0 comments on commit 0da14f9

Please sign in to comment.