const paymentWidget = PaymentWidget(clientKey, customerKey, {
// 브랜드페이 설정 파라미터를 추가하세요.
brandpay: {
// Access Token 발급에 사용되는 리다이렉트 URL
redirectUrl: window.location.origin + '/callback-auth',
},
})
const paymentWidget = PaymentWidget(clientKey, customerKey, {
// 브랜드페이 설정 파라미터를 추가하세요.
brandpay: {
// Access Token 발급에 사용되는 리다이렉트 URL
redirectUrl: window.location.origin + '/callback-auth',
},
})