feat: NICE CI accept 진행

BillHistory save 반영
dev
Jonguk. Lim 1 month ago
parent 08b732b2e4
commit b43760d9d7

@ -148,6 +148,7 @@ public class NiceCiAcceptService {
.billId(keySequenceService.getKeySequence("BillKko_id")) .billId(keySequenceService.getKeySequence("BillKko_id"))
.billerUserKey(data.getDataId()) .billerUserKey(data.getDataId())
.billerNoticeKey(billUid) .billerNoticeKey(billUid)
// FIXME: 저장형태 확인 필요
.customUrl(gson.toJson(kkoPayUrlRespData.getCustomUrl())) .customUrl(gson.toJson(kkoPayUrlRespData.getCustomUrl()))
.expireAt(expireAt) //d.getExpiresDt() .expireAt(expireAt) //d.getExpiresDt()
.billUid(billUid) .billUid(billUid)

Loading…
Cancel
Save