Skip to content

Commit

Permalink
Merge pull request #1113 from stripe/remi-checkout-transfer-group
Browse files Browse the repository at this point in the history
Add support for `TransferGroup` on Checkout `Session`
  • Loading branch information
remi-stripe authored Jun 3, 2020
2 parents 8d5d57a + 2160730 commit 6e72500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkout_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ type CheckoutSessionPaymentIntentDataParams struct {
StatementDescriptor *string `form:"statement_descriptor"`
StatementDescriptorSuffix *string `form:"statement_descriptor_suffix"`
TransferData *CheckoutSessionPaymentIntentDataTransferDataParams `form:"transfer_data"`
TransferGroup *string `form:"transfer_group"`
}

// CheckoutSessionSetupIntentDataParams is the set of parameters allowed for the setup intent
Expand Down

0 comments on commit 6e72500

Please sign in to comment.