PG 심사를 위한 캔 충전 로직 추가
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user