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..
Was this page helpful?