Skip to content

Commit

Permalink
Update fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 19, 2024
1 parent 35e4855 commit 2be2ca6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
28 changes: 24 additions & 4 deletions openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,17 @@
"features": {
"capture_payments": true,
"dispute_management": true,
"refund_management": true
"refund_management": true,
"destination_on_behalf_of_charge_management": true
}
},
"payments": {
"enabled": false,
"features": {
"capture_payments": true,
"dispute_management": true,
"refund_management": true
"refund_management": true,
"destination_on_behalf_of_charge_management": true
}
},
"payouts": {
Expand All @@ -183,6 +185,18 @@
"features": {
"external_account_collection": true
}
},
"balances": {
"enabled": true,
"features": {
"edit_payout_schedule": true,
"instant_payouts": true,
"standard_payouts": true
}
},
"payouts_list": {
"enabled": true,
"features": {}
}
},
"expires_at": 1234567890,
Expand Down Expand Up @@ -643,7 +657,8 @@
"success_url": "https://example.com/success",
"total_details": null,
"ui_mode": "hosted",
"url": "https://checkout.stripe.com/pay/c/cs_test_a12et9VnHfV9NETJktvuOmVoyrOB40recOCQWiVNeDlBe4IqxEIRNi1Qdf"
"url": "https://checkout.stripe.com/pay/c/cs_test_a12et9VnHfV9NETJktvuOmVoyrOB40recOCQWiVNeDlBe4IqxEIRNi1Qdf",
"saved_payment_method_options": null
},
"climate.order": {
"amount_fees": 300,
Expand Down Expand Up @@ -1705,7 +1720,6 @@
"updated": 1234567890
},
"forwarding.request": {
"config": "fwdcfg_123",
"created": 1234567890,
"id": "fwdreq_123",
"livemode": false,
Expand Down Expand Up @@ -4904,6 +4918,12 @@
"id": "obj_123",
"livemode": true,
"object": "product_feature"
},
"entitlements.active_entitlement_summary": {
"customer": "customer",
"entitlements": null,
"livemode": true,
"object": "entitlements.active_entitlement_summary"
}
}
}
18 changes: 17 additions & 1 deletion openapi/fixtures3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ resources:
capture_payments: true
dispute_management: true
refund_management: true
destination_on_behalf_of_charge_management: true
payments:
enabled: false
features:
capture_payments: true
dispute_management: true
refund_management: true
destination_on_behalf_of_charge_management: true
payouts:
enabled: false
features:
Expand All @@ -148,6 +150,15 @@ resources:
enabled: true
features:
external_account_collection: true
balances:
enabled: true
features:
edit_payout_schedule: true
instant_payouts: true
standard_payouts: true
payouts_list:
enabled: true
features: {}
expires_at: 1234567890
livemode: false
object: account_session
Expand Down Expand Up @@ -545,6 +556,7 @@ resources:
ui_mode: hosted
url: >-
https://checkout.stripe.com/pay/c/cs_test_a12et9VnHfV9NETJktvuOmVoyrOB40recOCQWiVNeDlBe4IqxEIRNi1Qdf
saved_payment_method_options: null
climate.order:
amount_fees: 300
amount_subtotal: 10000
Expand Down Expand Up @@ -1476,7 +1488,6 @@ resources:
transaction_refresh: fctxnref_PEHT703aotlKawfHY2I61XWP
updated: 1234567890
forwarding.request:
config: fwdcfg_123
created: 1234567890
id: fwdreq_123
livemode: false
Expand Down Expand Up @@ -4248,3 +4259,8 @@ resources:
id: obj_123
livemode: true
object: product_feature
entitlements.active_entitlement_summary:
customer: customer
entitlements: null
livemode: true
object: entitlements.active_entitlement_summary

0 comments on commit 2be2ca6

Please sign in to comment.