stripe-scala
stripe-scala copied to clipboard
Stripe Scala Library
This is a commit that contains the upgrade to Scala 2.10 and also fixes a bug in Charge whereas "dispute: Option[Boolean]" was "disputed: Boolean" (see https://stripe.com/docs/api#create_charge).
- Scala 2.10.3 and 2.9.3 - httpcomponents 4.3.1 - Lift 2.5.1 - Scalatest 2.0
Charge objects in the Stripe API now have a dispute object instead of the disputed boolean: https://groups.google.com/a/lists.stripe.com/forum/#!topic/api-discuss/dR3MCRKOtsc The bindings need to be updated accordingly.
Can you publish a Scala 2.10.0-RC1 artifact?
As this doesn't build in my current SBT with 2.9.1-1