- 링크결제 API 수정

- 지급대행 수정
This commit is contained in:
HyeonJongKim
2025-10-21 14:24:51 +09:00
parent c3fbb91888
commit ab5bea6aeb
30 changed files with 784 additions and 590 deletions

View File

@@ -29,7 +29,7 @@ export const extensionLinkPayHistoryDetail = async (params: ExtensionLinkPayHist
buyerName: response.buyerName,
sendMethod: response.sendMethod,
sendDate: response.sendDate,
paymentStatus: response.paymentMethod,
paymentStatus: response.paymentStatus,
failCount: response.failCount,
paymentMethod: response.paymentMethod,
paymentDate: response.paymentDate,