기존 정상적으로 연동되었던 페이지에서 결제 창 로드 시 오류가 발생하고 있습니다.

const clientKey = 'livegck***' //
customerKey="**"
const paymentWidget = PaymentWidget(clientKey, customerKey) //
const paymentMethodsWidget = paymentWidget.renderPaymentMethods(
'#payment-method',
{
value: 10000,
currency: 'KRW',
country: 'KR',
},
{ variantKey: 'DEFAULT' }
)


, .

"Third-party cookie will be blocked. Learn more in the Issues tab."

Was this page helpful?