-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add the ability to update a charge #119
base: master
Are you sure you want to change the base?
Add the ability to update a charge #119
Conversation
Would someone be able to take a look at this :) |
Sorry to be a pain, but will someone be able to take a look at this soon? |
@chrisnharvey please fix the merge conflict |
Looks like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me, just fix the return type as commented
* | ||
* @param array $parameters | ||
* | ||
* @return \Omnipay\Stripe\Message\Response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Return type should be
* @return \Omnipay\Stripe\Message\UpdateChargeRequest
The Stripe API supports updating a charge (https://stripe.com/docs/api/charges/update)
This PR adds support for this as requested in #94