Skip to content

Commit

Permalink
OpenAPI Update (#738)
Browse files Browse the repository at this point in the history
Update OpenAPI for 702aa7d302c22ccaae02807c3fd0c1b422e359aa

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 2, 2024
1 parent 6736954 commit 4b45f93
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -35501,6 +35501,11 @@
"$ref": "#/components/schemas/payment_intent_next_action_swish_qr_code"
}
},
"required": [
"hosted_instructions_url",
"mobile_auth_url",
"qr_code"
],
"title": "PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode",
"type": "object",
"x-expandableFields": [
Expand Down Expand Up @@ -35530,6 +35535,11 @@
"type": "string"
}
},
"required": [
"data",
"image_url_png",
"image_url_svg"
],
"title": "PaymentIntentNextActionSwishQRCode",
"type": "object",
"x-expandableFields": [],
Expand Down Expand Up @@ -36311,6 +36321,9 @@
"type": "string"
}
},
"required": [
"reference"
],
"title": "payment_intent_payment_method_options_swish",
"type": "object",
"x-expandableFields": []
Expand Down
9 changes: 9 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -23949,6 +23949,10 @@
"$ref": "#/components/schemas/payment_intent_next_action_swish_qr_code"
}
},
"required": [
"hosted_instructions_url",
"qr_code"
],
"title": "PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode",
"type": "object",
"x-expandableFields": [
Expand All @@ -23974,6 +23978,11 @@
"type": "string"
}
},
"required": [
"data",
"image_url_png",
"image_url_svg"
],
"title": "PaymentIntentNextActionSwishQRCode",
"type": "object",
"x-expandableFields": []
Expand Down

0 comments on commit 4b45f93

Please sign in to comment.