test #207

Merged
klaus merged 3 commits from test into main 2024-08-27 07:31:05 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit bb897fe965 - Show all commits

View File

@ -160,9 +160,9 @@ class ChargeService(
if (verifyResult.status == 1 && verifyResult.price == charge.can?.price) {
charge.payment?.receiptId = verifyResult.receiptId
charge.payment?.method = verifyResult.method
charge.payment?.method = "${verifyResult.pg}-${verifyResult.method}"
charge.payment?.status = PaymentStatus.COMPLETE
member.charge(charge.chargeCan, charge.rewardCan, verifyResult.pg)
member.charge(charge.chargeCan, charge.rewardCan, "pg")
applicationEventPublisher.publishEvent(
ChargeSpringEvent(