Posts

Post not yet marked as solved
2 Replies
Experiencing the same issue. Can even reproduce it right in Desktop Safari via Debugger (it doesn't make any sense cause no wallet set up on Desktop):window.ApplePaySession.canMakePaymentsWithActiveCard(merchantIdentifier). then(canMakePayments => { console.log(canMakePayments ? 'eligible' : 'not eligible'); }).catch(() => { console.log('not eligible'); });Pass your merchantId, run in Safari console and you'll get "eligible" message, which is wrong.