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 GrabpayPayments as a capability on Account #1229

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

remi-stripe
Copy link
Contributor

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

@@ -274,7 +280,7 @@ type AccountCapabilitiesParams struct {
CartesBancairesPayments *AccountCapabilitiesCartesBancairesPaymentsParams `form:"cartes_bancaires_payments"`
EPSPayments *AccountCapabilitiesEPSPaymentsParams `form:"eps_payments"`
FPXPayments *AccountCapabilitiesFPXPaymentsParams `form:"fpx_payments"`
GiropayPayments *AccountCapabilitiesGiropayPaymentsParams `form:"giropay_payments"`
GrabpayPayments *AccountCapabilitiesGrabpayPaymentsParams `form:"grabpay_payments"`
Copy link
Contributor

Choose a reason for hiding this comment

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

This mistakenly removes Giropay I think.

Suggested change
GrabpayPayments *AccountCapabilitiesGrabpayPaymentsParams `form:"grabpay_payments"`
GiropayPayments *AccountCapabilitiesGiropayPaymentsParams `form:"giropay_payments"`
GrabpayPayments *AccountCapabilitiesGrabpayPaymentsParams `form:"grabpay_payments"`

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, nice catch, PTAL

Copy link
Contributor

@richardm-stripe richardm-stripe left a comment

Choose a reason for hiding this comment

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

Needs one change

@remi-stripe remi-stripe merged commit a9d5f24 into master Nov 20, 2020
@remi-stripe remi-stripe deleted the remi-capabilities-grabpay branch November 20, 2020 20:04
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.

None yet

2 participants