1
This commit is contained in:
@@ -334,8 +334,6 @@ export async function getPaymentOrders(): Promise<any[]> {
|
||||
export async function cancelPaymentOrder(orderNo: string): Promise<void> {
|
||||
return api.post(`/payments/orders/${orderNo}/cancel`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export async function getCreditRatios(): Promise<any[]> {
|
||||
return api.get('/credits/ratios');
|
||||
|
||||
Reference in New Issue
Block a user