This commit is contained in:
focp212@naver.com
2025-10-22 14:21:14 +09:00
parent 1e7f13d5cc
commit 556b3f2a6a
27 changed files with 178 additions and 397 deletions

View File

@@ -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),
);
};