브랜드페이 결제수단 위젯 렌더링이 간헐적으로 실패할때 코드에서 알 수 없는 이슈

try {
      const res = await brandPayMethodWidgetRef.value?.render('#brand-pay-methods', { methodType: '카드' })
      console.log(res, 'rendered')
} catch (error) {
      console.log('render-error', error)
}

는 catch.
10~20
,.
2023-09-02_7.43.06.png
Was this page helpful?