PG 심사를 위한 캔 충전 로직 추가
This commit is contained in:
parent
81e1f7f6b1
commit
b0988cca70
|
@ -66,7 +66,7 @@ class ChargeTempService(
|
||||||
VerifyResult::class.java
|
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?.receiptId = verifyResult.receiptId
|
||||||
charge.payment?.method = verifyResult.method
|
charge.payment?.method = verifyResult.method
|
||||||
charge.payment?.status = PaymentStatus.COMPLETE
|
charge.payment?.status = PaymentStatus.COMPLETE
|
||||||
|
|
Loading…
Reference in New Issue