I use revenuecat web sdk, my code:
const {customerInfo} = await Purchases.getSharedInstance().purchase({
rcPackage: offerings.current.annual,
customerEmail: customerEmail,
htmlTarget: document.getElementById('purchase-button'),
});
Is there a way to make Apple Pay the default payment method?
So that this tab opens immediately:
