Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 21, 2023
1 parent 0c60339 commit 270ed17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 52 deletions.
17 changes: 2 additions & 15 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25667,8 +25667,7 @@
}
},
"required": [
"billing_agreement_id",
"payer_id"
"billing_agreement_id"
],
"title": "mandate_paypal",
"type": "object",
Expand Down Expand Up @@ -34633,13 +34632,6 @@
"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 @@ -36280,8 +36272,7 @@
}
},
"required": [
"preferred_locale",
"reference"
"preferred_locale"
],
"title": "payment_method_options_paypal",
"type": "object",
Expand Down Expand Up @@ -36537,10 +36528,6 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id"
],
"title": "payment_method_paypal",
"type": "object",
"x-expandableFields": [],
Expand Down
11 changes: 0 additions & 11 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23462,7 +23462,6 @@ components:
type: string
required:
- billing_agreement_id
- payer_id
title: mandate_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -31612,12 +31611,6 @@ components:
maxLength: 5000
nullable: true
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 @@ -33410,7 +33403,6 @@ components:
type: string
required:
- preferred_locale
- reference
title: payment_method_options_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -33717,9 +33709,6 @@ components:
maxLength: 5000
nullable: true
type: string
required:
- payer_email
- payer_id
title: payment_method_paypal
type: object
x-expandableFields: []
Expand Down
17 changes: 2 additions & 15 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22709,8 +22709,7 @@
}
},
"required": [
"billing_agreement_id",
"payer_id"
"billing_agreement_id"
],
"title": "mandate_paypal",
"type": "object",
Expand Down Expand Up @@ -30227,13 +30226,6 @@
"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 @@ -31866,8 +31858,7 @@
}
},
"required": [
"preferred_locale",
"reference"
"preferred_locale"
],
"title": "payment_method_options_paypal",
"type": "object",
Expand Down Expand Up @@ -32111,10 +32102,6 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id"
],
"title": "payment_method_paypal",
"type": "object",
"x-expandableFields": [],
Expand Down
11 changes: 0 additions & 11 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20878,7 +20878,6 @@ components:
type: string
required:
- billing_agreement_id
- payer_id
title: mandate_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -27732,12 +27731,6 @@ components:
maxLength: 5000
nullable: true
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 @@ -29519,7 +29512,6 @@ components:
type: string
required:
- preferred_locale
- reference
title: payment_method_options_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -29809,9 +29801,6 @@ components:
maxLength: 5000
nullable: true
type: string
required:
- payer_email
- payer_id
title: payment_method_paypal
type: object
x-expandableFields: []
Expand Down

0 comments on commit 270ed17

Please sign in to comment.