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

Add support for BACS Debit as a PaymentMethod #2058

Merged
merged 1 commit into from
May 29, 2020

Conversation

remi-stripe
Copy link
Contributor

r? @cjavilla-stripe
cc @stripe/api-libraries

@remi-stripe remi-stripe force-pushed the remi-add-bacs-debit branch from ec0acdc to 7b408df Compare May 29, 2020 19:07
@@ -12,14 +12,17 @@ public class ChargePaymentMethodDetails : StripeEntity<ChargePaymentMethodDetail
public ChargePaymentMethodDetailsAchDebit AchDebit { get; set; }

[JsonProperty("acss_debit")]
public ChargePaymentMethodDetailsAchDebit AcssDebit { get; set; }
public ChargePaymentMethodDetailsAcssDebit AcssDebit { get; set; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this one which could break deserialization. It's technically a breaking change but it would unblock users using ACSS Debit

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah dang! good catch.

Copy link
Contributor

@cjavilla-stripe cjavilla-stripe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@remi-stripe remi-stripe merged commit 5be2761 into master May 29, 2020
@remi-stripe remi-stripe deleted the remi-add-bacs-debit branch May 29, 2020 21:36
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.

2 participants