stripe-scala icon indicating copy to clipboard operation
stripe-scala copied to clipboard

Upgrade to 2.10 and Fix for "dispute" field in Charge

Open avalutions opened this issue 11 years ago • 5 comments

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).

avalutions avatar Jun 30 '13 06:06 avalutions

only 28/36 tests pass for me in this branch. most errors were "Did not find value which can be converted into int"

TheRyanBurke avatar Sep 17 '13 18:09 TheRyanBurke

@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 avatar Sep 17 '13 18:09 d6y

@d6y this got me up to 29/36 and is also targeted for scala 2.9.2

TheRyanBurke avatar Sep 17 '13 18:09 TheRyanBurke

This should probably be updated to build against 2.10.3 now.

farmdawgnation avatar Oct 23 '13 03:10 farmdawgnation

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!

phedoreanu avatar Mar 11 '15 12:03 phedoreanu