브랜드페이 위젯 sdk가 createPaymentMethodsWidget으로 바뀌면서

젯 sdk가 createPaymentMethodsWidget의 updateAmount, 고 brandpay.requestPayment(),

TypeError: Cannot read properties of undefined (reading 'amount')
!

된 createPaymentMethodsWidget서 brandpay.requestPayment()?

!

this.brandpayWidget = brandpay.widget({amount: default_amount});
const widget = this.brandpayWidget
widget.updateAmount(this.selectedItemCash)

this.brandpay.requestPayment({
widget, ...params})
Was this page helpful?