parent
3a1db0f595
commit
1551e3231c
|
@ -18,6 +18,7 @@ data class VerifyResult(
|
|||
@JsonProperty("receipt_id")
|
||||
val receiptId: String,
|
||||
val method: String,
|
||||
val pg: String,
|
||||
val status: Int,
|
||||
val price: Int
|
||||
)
|
||||
|
|
|
@ -162,7 +162,7 @@ class ChargeService(
|
|||
charge.payment?.receiptId = verifyResult.receiptId
|
||||
charge.payment?.method = verifyResult.method
|
||||
charge.payment?.status = PaymentStatus.COMPLETE
|
||||
member.charge(charge.chargeCan, charge.rewardCan, "pg")
|
||||
member.charge(charge.chargeCan, charge.rewardCan, verifyResult.pg)
|
||||
|
||||
applicationEventPublisher.publishEvent(
|
||||
ChargeSpringEvent(
|
||||
|
|
Loading…
Reference in New Issue