Skip to content

Commit

Permalink
Merge pull request #1431 from appwrite/fix-payment-setup-request-type
Browse files Browse the repository at this point in the history
Fix payment method setup route type
  • Loading branch information
stnguyen90 authored Oct 23, 2024
2 parents f5ffd41 + 51475ce commit 89d87e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sdk/billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ export class Billing {
};
const uri = new URL(this.client.config.endpoint + path);
return await this.client.call(
'post',
'patch',
uri,
{
'content-type': 'application/json'
Expand Down

0 comments on commit 89d87e4

Please sign in to comment.