You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and OS: Safari 17.0 (19616.1.27.211.1) on MacOS 14.0
TypeError: undefined is not an object (evaluating 'braintree_web__WEBPACK_IMPORTED_MODULE_12__.ApplePaySession.canMakePayments')
I want to integrate Apple Pay but when try to click apple button pay button I got error TypeError: undefined is not an object (evaluating 'braintree_web__WEBPACK_IMPORTED_MODULE_12__.ApplePaySession.canMakePayments') my code is below
if (!ApplePaySession.canMakePayments()) {
console.error("This device is not capable of making Apple Pay payments");
}
The text was updated successfully, but these errors were encountered:
I'm using node js with below detail
TypeError: undefined is not an object (evaluating 'braintree_web__WEBPACK_IMPORTED_MODULE_12__.ApplePaySession.canMakePayments')
I want to integrate Apple Pay but when try to click apple button pay button I got error
TypeError: undefined is not an object (evaluating 'braintree_web__WEBPACK_IMPORTED_MODULE_12__.ApplePaySession.canMakePayments')
my code is belowThe text was updated successfully, but these errors were encountered: