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

Merged
klaus merged 2 commits from test into main 2024-05-20 06:38:41 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b0988cca70 - Show all commits

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