diff --git a/openapi/fixtures3.json b/openapi/fixtures3.json index fcc41085..a854dba7 100644 --- a/openapi/fixtures3.json +++ b/openapi/fixtures3.json @@ -210,7 +210,7 @@ }, "bank_account": { "account_holder_name": "Jane Austen", - "account_holder_type": "company", + "account_holder_type": "individual", "account_type": null, "bank_name": "STRIPE TEST BANK", "country": "US", @@ -339,7 +339,7 @@ "id": "card_1MjS55K1lw21ayUg1oBIe6vQ", "last4": "4242", "metadata": {}, - "name": "Jenny Rosen", + "name": null, "object": "card", "tokenization_method": null }, @@ -373,7 +373,7 @@ "state": null }, "email": null, - "name": "Jenny Rosen", + "name": null, "phone": null }, "calculated_statement_descriptor": null, @@ -1176,7 +1176,7 @@ }, "external_account": { "account_holder_name": "Jane Austen", - "account_holder_type": "company", + "account_holder_type": "individual", "account_type": null, "bank_name": "STRIPE TEST BANK", "country": "US", @@ -1401,7 +1401,7 @@ "application_fee_amount": null, "attempt_count": 0, "attempted": false, - "auto_advance": false, + "auto_advance": true, "automatic_tax": { "enabled": false, "status": null diff --git a/openapi/fixtures3.yaml b/openapi/fixtures3.yaml index ac96073d..ffcaf026 100644 --- a/openapi/fixtures3.yaml +++ b/openapi/fixtures3.yaml @@ -171,7 +171,7 @@ resources: type: charge bank_account: account_holder_name: Jane Austen - account_holder_type: company + account_holder_type: individual account_type: null bank_name: STRIPE TEST BANK country: US @@ -284,7 +284,7 @@ resources: id: card_1MjS55K1lw21ayUg1oBIe6vQ last4: '4242' metadata: {} - name: Jenny Rosen + name: null object: card tokenization_method: null cash_balance: @@ -313,7 +313,7 @@ resources: postal_code: null state: null email: null - name: Jenny Rosen + name: null phone: null calculated_statement_descriptor: null captured: false @@ -1037,7 +1037,7 @@ resources: rates: {} external_account: account_holder_name: Jane Austen - account_holder_type: company + account_holder_type: individual account_type: null bank_name: STRIPE TEST BANK country: US @@ -1231,7 +1231,7 @@ resources: application_fee_amount: null attempt_count: 0 attempted: false - auto_advance: false + auto_advance: true automatic_tax: enabled: false status: null