We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597ff7b commit 55cb83fCopy full SHA for 55cb83f
src/clj/stripe/schema.cljc
@@ -43,9 +43,8 @@
43
(s/either inner (Channel inner))))
44
45
(def CurrencyID
46
- "Currently only USD is supported, because we're located in the
47
- US. Generalize if Stripe opens this up."
48
- (s/eq "usd"))
+ "Right now just these two are supported."
+ (s/enum "usd" "cad"))
49
50
(s/defschema Metadata
51
"Metadata feature supported by the Stripe API. Keyword keys are converted to strings on the way over.
0 commit comments