Skip to content
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

Fixed bug in issuing Customer Refunds #1892

Merged
merged 2 commits into from Mar 8, 2023
Merged

Conversation

arnav13081994
Copy link
Collaborator

@arnav13081994 arnav13081994 commented Feb 9, 2023

  1. Updated Customer.refund() to correctly create and return the Refund object,
  2. Updated changelog with the breaking change.

Fix: #1890

The method was incorrectly calling the `refund`
operation on the `Customer` model.

The method was updated to correctly create and
return the `Refund` object.
@arnav13081994 arnav13081994 self-assigned this Feb 9, 2023
@arnav13081994 arnav13081994 added this to the 2.8.0 milestone Feb 9, 2023
@arnav13081994
Copy link
Collaborator Author

@jleclanche This PR is ready to be merged.

@jleclanche jleclanche merged commit 15d03f8 into master Mar 8, 2023
@jleclanche jleclanche deleted the feature/fix_charge_refund branch March 8, 2023 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling charge.refund() results in an error
2 participants