diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index e19b60ab..a706dd68 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -12479,34 +12479,38 @@ "payment_method_remove": { "description": "Controls whether the Payment Element allows the removal of a saved payment method.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "payment_method_save": { "description": "Controls whether the Payment Element offers to save a new payment method.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "payment_method_set_as_default": { "description": "Controls whether the Payment Element offers to set a payment method as the default.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "payment_method_update": { "description": "Controls whether the Payment Element allows the updating of a saved payment method.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -87568,34 +87572,38 @@ "payment_method_remove": { "description": "Controls whether the Payment Element allows the removal of a saved payment method.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "payment_method_save": { "description": "Controls whether the Payment Element offers to save a new payment method.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "payment_method_set_as_default": { "description": "Controls whether the Payment Element offers to set a payment method as the default.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "payment_method_update": { "description": "Controls whether the Payment Element allows the updating of a saved payment method.", "enum": [ - "auto", - "never" + "disabled", + "enabled" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "title": "features_param",