Skip to content

Commit 63c8479

Browse files
kitopMarcus Weiner
authored andcommitted
Remove payment_method_id from accountUpdateSetup (#169)
* Remove `payment_method_id` from accountUpdateSetup It's not being processed by API. * Regenerate go client * Update js test snapshots
1 parent ccc8e48 commit 63c8479

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

go/models/account_update_setup.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/convert.test.js.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ Generated by [AVA](https://ava.li).
194194
name: {
195195
type: 'string',
196196
},
197-
payment_method_id: {
198-
type: 'string',
199-
},
200197
slug: {
201198
type: 'string',
202199
},
@@ -2486,9 +2483,6 @@ Generated by [AVA](https://ava.li).
24862483
name: {
24872484
type: 'string',
24882485
},
2489-
payment_method_id: {
2490-
type: 'string',
2491-
},
24922486
slug: {
24932487
type: 'string',
24942488
},

src/convert.test.js.snap

-71 Bytes
Binary file not shown.

swagger.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,8 +2303,6 @@ definitions:
23032303
type: string
23042304
type_id:
23052305
type: string
2306-
payment_method_id:
2307-
type: string
23082306
extra_seats_block:
23092307
type: integer
23102308
billing_name:

0 commit comments

Comments
 (0)