Skip to content

Commit

Permalink
Change endpoint for create customer
Browse files Browse the repository at this point in the history
  • Loading branch information
sanducb committed Oct 3, 2024
1 parent c9003cf commit e170509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/backend/src/gatehub/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export class GateHubClient {
async createCustomer(
requestBody: ICreateCustomerRequest
): Promise<ICreateCustomerResponse> {
const url = `${this.apiUrl}/v1/customers`
const url = `${this.apiUrl}/v1/customers/managed`
return this.request<ICreateCustomerResponse>(
'POST',
url,
Expand Down

0 comments on commit e170509

Please sign in to comment.