|
|
@ -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)
|
|
|
|