-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Disputed' attribute on charge is deprecated in favor of 'dispute' #13
Comments
Any traction on the fix for this ? |
Seeing the same issue |
me too |
Fixed the issue and changed the version to 1.1.3 in my fork: [email protected]:markusjura/stripe-scala.git Repo available on: http://markusjura.github.com/stripe-scala |
I think The spec is: Charge object now has a dispute attribute, which is a dispute object hash (https://stripe.com/docs/api#dispute_object) if the charge has been disputed and null if it hasn't. |
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.
The text was updated successfully, but these errors were encountered: