fix(verify-hecto): 데이터 검증시 가격비교 제거 #345

Merged
klaus merged 1 commits from test into main 2025-10-10 09:58:11 +00:00
Showing only changes of commit efb8d8115f - Show all commits

View File

@@ -484,7 +484,7 @@ class ChargeService(
VerifyResult::class.java VerifyResult::class.java
) )
if (verifyResult.status == 1 && verifyResult.price == charge.can?.price) { if (verifyResult.status == 1) {
charge.payment?.receiptId = verifyResult.receiptId charge.payment?.receiptId = verifyResult.receiptId
charge.payment?.method = if (verifyResult.pg.contains("카카오")) { charge.payment?.method = if (verifyResult.pg.contains("카카오")) {
"${verifyResult.pg}-${verifyResult.method}" "${verifyResult.pg}-${verifyResult.method}"