Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove payment_method_id from accountUpdateSetup #169

Merged
merged 3 commits into from Dec 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions go/models/account_update_setup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions src/convert.test.js.md
Expand Up @@ -194,9 +194,6 @@ Generated by [AVA](https://ava.li).
name: {
type: 'string',
},
payment_method_id: {
type: 'string',
},
slug: {
type: 'string',
},
Expand Down Expand Up @@ -2486,9 +2483,6 @@ Generated by [AVA](https://ava.li).
name: {
type: 'string',
},
payment_method_id: {
type: 'string',
},
slug: {
type: 'string',
},
Expand Down
Binary file modified src/convert.test.js.snap
Binary file not shown.
2 changes: 0 additions & 2 deletions swagger.yml
Expand Up @@ -2303,8 +2303,6 @@ definitions:
type: string
type_id:
type: string
payment_method_id:
type: string
extra_seats_block:
type: integer
billing_name:
Expand Down