stripe-scala
stripe-scala copied to clipboard
Upgrade to 2.10 and Fix for "dispute" field in Charge
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).
only 28/36 tests pass for me in this branch. most errors were "Did not find value which can be converted into int"
@TheRyanBurke - in case it helps, I did have all the tests working in this fork: https://github.com/d6y/stripe-scala
That also includes a fix for he dispute field.
@d6y this got me up to 29/36 and is also targeted for scala 2.9.2
This should probably be updated to build against 2.10.3 now.
Are you guys merging this in and rolling another public release anytime soon? And by the way, the URL in the README returns 404.
Please replace with: https://oss.sonatype.org/content/groups/scala-tools/
Cheers!