payment-window/php 에서 변수를 추가하고 싶습니다. 가능한가요?
paymentData["공통"] = {
"amount": "",
"orderId": "",
"orderName": "",
"customerName": "",
"test1": "",
"test2": "",
"test3": "",
"test4": "",
"customerEmail": null,
"customerMobilePhone": null,
"successUrl": currentURL + "success.php",
"failUrl": currentURL + "fail.php",
"windowTarget": "iframe",
"taxFreeAmount": null,
"cultureExpense": false
}
이부분처럼, test1, test2,test3 처럼 임의로 변수를 추가하고 싶습니다. success.php 페이지에서 처리될 값을 함께 담아 넘기고 싶은데 가능한가요? 변수하나만 추가로 열어줘도 json으로 한곳에 담아 보내도 되는데..
"amount": "",
"orderId": "",
"orderName": "",
"customerName": "",
"test1": "",
"test2": "",
"test3": "",
"test4": "",
"customerEmail": null,
"customerMobilePhone": null,
"successUrl": currentURL + "success.php",
"failUrl": currentURL + "fail.php",
"windowTarget": "iframe",
"taxFreeAmount": null,
"cultureExpense": false
}
이부분처럼, test1, test2,test3 처럼 임의로 변수를 추가하고 싶습니다. success.php 페이지에서 처리될 값을 함께 담아 넘기고 싶은데 가능한가요? 변수하나만 추가로 열어줘도 json으로 한곳에 담아 보내도 되는데..
