Skip to content

Commit b42a734

Browse files
OpenAPI Update (#780)
Update OpenAPI for 0dc1694456889f9f9fa9f2e84973251a478caed0 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent df49992 commit b42a734

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13380,7 +13380,7 @@
1338013380
"description": "This hash contains the features the Payment Element supports.",
1338113381
"properties": {
1338213382
"payment_method_remove": {
13383-
"description": "Controls whether the Payment Element allows the removal of a saved payment method.",
13383+
"description": "Controls whether the Payment Element displays the option to remove a saved payment method.",
1338413384
"enum": [
1338513385
"disabled",
1338613386
"enabled"
@@ -13389,7 +13389,7 @@
1338913389
"x-stripeBypassValidation": true
1339013390
},
1339113391
"payment_method_save": {
13392-
"description": "Controls whether the Payment Element offers to save a new payment method.",
13392+
"description": "Controls whether the Payment Element displays a checkbox offering to save a new payment method.",
1339313393
"enum": [
1339413394
"disabled",
1339513395
"enabled"
@@ -13398,7 +13398,7 @@
1339813398
"x-stripeBypassValidation": true
1339913399
},
1340013400
"payment_method_set_as_default": {
13401-
"description": "Controls whether the Payment Element offers to set a payment method as the default.",
13401+
"description": "Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.",
1340213402
"enum": [
1340313403
"disabled",
1340413404
"enabled"
@@ -13407,7 +13407,7 @@
1340713407
"x-stripeBypassValidation": true
1340813408
},
1340913409
"payment_method_update": {
13410-
"description": "Controls whether the Payment Element allows the updating of a saved payment method.",
13410+
"description": "Controls whether the Payment Element displays the option to update a saved payment method.",
1341113411
"enum": [
1341213412
"disabled",
1341313413
"enabled"
@@ -93002,7 +93002,7 @@
9300293002
"description": "This hash defines whether the payment element supports certain features.",
9300393003
"properties": {
9300493004
"payment_method_remove": {
93005-
"description": "Controls whether the Payment Element allows the removal of a saved payment method.",
93005+
"description": "Controls whether the Payment Element displays the option to remove a saved payment method.",
9300693006
"enum": [
9300793007
"disabled",
9300893008
"enabled"
@@ -93011,7 +93011,7 @@
9301193011
"x-stripeBypassValidation": true
9301293012
},
9301393013
"payment_method_save": {
93014-
"description": "Controls whether the Payment Element offers to save a new payment method.",
93014+
"description": "Controls whether the Payment Element displays a checkbox offering to save a new payment method.",
9301593015
"enum": [
9301693016
"disabled",
9301793017
"enabled"
@@ -93020,7 +93020,7 @@
9302093020
"x-stripeBypassValidation": true
9302193021
},
9302293022
"payment_method_set_as_default": {
93023-
"description": "Controls whether the Payment Element offers to set a payment method as the default.",
93023+
"description": "Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.",
9302493024
"enum": [
9302593025
"disabled",
9302693026
"enabled"
@@ -93029,7 +93029,7 @@
9302993029
"x-stripeBypassValidation": true
9303093030
},
9303193031
"payment_method_update": {
93032-
"description": "Controls whether the Payment Element allows the updating of a saved payment method.",
93032+
"description": "Controls whether the Payment Element displays the option to update a saved payment method.",
9303393033
"enum": [
9303493034
"disabled",
9303593035
"enabled"

0 commit comments

Comments
 (0)