Skip to content

Commit

Permalink
Add internationalization
Browse files Browse the repository at this point in the history
  • Loading branch information
gomfucius committed Jan 24, 2017
1 parent 3c3ae0a commit 90d7909
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Sources/VaporStripe/VaporStripe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ import HTTP

public enum Currency: String
{
case usd = "usd"
case aud = "aud"
case cad = "cad"
case dkk = "dkk"
case eur = "eur"
case gpd = "gpd"
case jpy = "jpy"
case nok = "nok"
case usd = "usd"
case sek = "sek"
case sgd = "sgd"
}

public final class VaporStripe
Expand Down

0 comments on commit 90d7909

Please sign in to comment.