PG 심사를 위한 캔 충전 로직 추가

This commit is contained in:
Klaus 2024-05-17 21:14:49 +09:00
parent 81e1f7f6b1
commit b0988cca70
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class ChargeTempService(
VerifyResult::class.java
)
if (verifyResult.status == 1 && verifyResult.price == charge.can?.price) {
if (verifyResult.status == 1 && verifyResult.price == charge.payment!!.price.toInt()) {
charge.payment?.receiptId = verifyResult.receiptId
charge.payment?.method = verifyResult.method
charge.payment?.status = PaymentStatus.COMPLETE