mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: endpoint
This commit is contained in:
@@ -750,7 +750,7 @@ export class Billing {
|
||||
organizationId: string,
|
||||
billingAddressId: string
|
||||
): Promise<PaymentMethodData> {
|
||||
const path = `/organizations/${organizationId}/payment-methods/${billingAddressId}`;
|
||||
const path = `/organizations/${organizationId}/billing-addresses/${billingAddressId}`;
|
||||
const params = {
|
||||
organizationId,
|
||||
billingAddressId
|
||||
|
||||
Reference in New Issue
Block a user