toast
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
|
||||
export const billingCharge = (params: BillingChargeParams) => {
|
||||
return resultify(
|
||||
axios.post<BillingChargeResponse>(API_URL_TRANSACTION.billingDetail(), params),
|
||||
axios.post<BillingChargeResponse>(API_URL_TRANSACTION.billingCharge(), params),
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user