|
|
|
|
@ -100,9 +100,9 @@ public abstract class IupBillKkoPayUseSysService {
|
|
|
|
|
* @param vKakaoNoticeInfo
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
protected Map<String, Object> respNoticeData(String title, OrgMng orgMng, VKakaoNoticeInfo vKakaoNoticeInfo) {
|
|
|
|
|
protected Map<String, Object> respNoticeData(String title, OrgMng orgMng, VKakaoNoticeInfo vKakaoNoticeInfo, String dataID) {
|
|
|
|
|
Map<String, Object> mParam = new HashMap<>();
|
|
|
|
|
mParam.put("biller_user_key", vKakaoNoticeInfo.getEnfrcLevMastrId());
|
|
|
|
|
mParam.put("biller_user_key", dataID);
|
|
|
|
|
mParam.put("user_birth ", vKakaoNoticeInfo.getUserBirth());
|
|
|
|
|
mParam.put("amount", vKakaoNoticeInfo.getAmount());
|
|
|
|
|
mParam.put("pay_expire_date", vKakaoNoticeInfo.getPayExpireDate());
|
|
|
|
|
|