Add a field to ConfirmPaymentMethodRequest type (#19301)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
@@ -70,6 +70,7 @@ type StripeSetupIntent struct {
|
|||||||
// ConfirmPaymentMethodRequest contains the fields for the customer payment update API.
|
// ConfirmPaymentMethodRequest contains the fields for the customer payment update API.
|
||||||
type ConfirmPaymentMethodRequest struct {
|
type ConfirmPaymentMethodRequest struct {
|
||||||
StripeSetupIntentID string `json:"stripe_setup_intent_id"`
|
StripeSetupIntentID string `json:"stripe_setup_intent_id"`
|
||||||
|
SubscriptionID string `json:"subscription_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Customer model represents a customer on the system.
|
// Customer model represents a customer on the system.
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user