''은 지원하지 않습니다

[] 을 1,
''' .

tossPayments.requestBillingAuth(method, jsons.card)
, method = ''; , 'CARD' .


InvalidWindowTargetParameterError: ''.
at e.value (payment:8:542744)
at Proxy.<anonymous> (payment:8:466701)
at h (payment:1:37751)
at Generator.<anonymous> (payment:1:39066)
at Generator.next (payment:1:38161)
at o (payment:8:1624)

. . . https://js.tosspayments.com/v1/payment .

, windowTarget '' . .

let clientKey = '';
let method = '';

..


let tossPayments = TossPayments(clientKey);

let jsons = {
"card": {
"customerKey": customer_key,
"successUrl": billingSuccessUrl,
"failUrl": failUrl,
"customerName": '',
"customerEmail": '',
"windowTarget": ''
}
}
Was this page helpful?