Skip to content

Commit 6655c2b

Browse files
authored
fix(sdk): javascript client customer stripe method (#3597)
1 parent 63d3cea commit 6655c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/client/javascript/src/client/customers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export class CustomerStripe {
315315
options?: RequestOptions,
316316
) {
317317
const resp = await this.client.GET(
318-
'/api/v1/customers/{customerIdOrKey}/apps',
318+
'/api/v1/customers/{customerIdOrKey}/stripe',
319319
{
320320
params: {
321321
path: { customerIdOrKey },

0 commit comments

Comments
 (0)