Skip to content

Commit

Permalink
OpenAPI Update (#510)
Browse files Browse the repository at this point in the history
Update OpenAPI for d60f654396ffe6da665cf98d5a390a12cd8e6b06

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Oct 31, 2023
1 parent 94c5c4d commit d04cf87
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -29469,7 +29469,8 @@
}
},
"required": [
"billing_agreement_id"
"billing_agreement_id",
"payer_id"
],
"title": "mandate_paypal",
"type": "object",
Expand Down Expand Up @@ -39108,6 +39109,13 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id",
"payer_name",
"seller_protection",
"transaction_id"
],
"title": "payment_method_details_paypal",
"type": "object",
"x-expandableFields": [
Expand Down Expand Up @@ -40756,7 +40764,8 @@
}
},
"required": [
"preferred_locale"
"preferred_locale",
"reference"
],
"title": "payment_method_options_paypal",
"type": "object",
Expand Down Expand Up @@ -41012,6 +41021,10 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id"
],
"title": "payment_method_paypal",
"type": "object",
"x-expandableFields": [],
Expand Down

0 comments on commit d04cf87

Please sign in to comment.