Skip to content

Commit

Permalink
Change account/fetch_details to stripe_account_object/fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sktoiva committed Dec 4, 2019
1 parent 7a306cd commit e5fe32c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,17 +415,17 @@ const endpointDefinitions = [
},
{
apiName: 'api',
path: 'stripe_account/fetch_details',
path: 'stripe_account/update',
internal: false,
method: 'get',
interceptors: [new TransitResponse()],
method: 'post',
interceptors: [new TransitResponse(), new TransitRequest()],
},
{
apiName: 'api',
path: 'stripe_account/update',
path: 'stripe_account_object/fetch',
internal: false,
method: 'post',
interceptors: [new TransitResponse(), new TransitRequest()],
method: 'get',
interceptors: [new TransitResponse()],
},
{
apiName: 'api',
Expand Down

0 comments on commit e5fe32c

Please sign in to comment.