mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
fix bugs
This commit is contained in:
@@ -47,4 +47,8 @@ export class PaymentServiceHelper {
|
||||
return await this.send('/update_customer_info', { user_id, address });
|
||||
}
|
||||
|
||||
static async delete_customer(customer_id: string): PaymentServiceResponse<{ ok: true }> {
|
||||
return await this.send('/delete_customer', { customer_id });
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user