브랜드페이에서 이 프로미스는 어떻게 캐치하나요??


$scope.tossPaymentWidget = $window.PaymentWidget($scope.tossClientKey, $scope.tossCustomerKey);


//?

$scope.tossPaymentWidget.brandpay().catch(function (error) {
if (error.code === 'USER_CANCEL') {
//
}
});
... ?
image.png
Was this page helpful?