Hi @tjfisher,
Not sure why the previous version of Stripe with Apple Pay would work fine and then this version doesn’t work well at all.
Thinking about this and this:
Apple Pay button on cart page works fine and no Apple Pay button on the check out page at all.
I looked at your page source for some hints, and I see you have a page builder or similar active?
What I think is happening is one of two things – your page builder will need to be updated to support Stripe 4.0.0, or you also have theme template overrides active on the Product and Checkout pages.
My thinking is this – the button which on Safari will show “Buy with ?Pay” has been changed – it used to all be under a div with the class apple-pay-button-wrapper
but now with the combined Payment Request and Apple Pay into one option, everything falls under a div wc-stripe-payment-request-wrapper
.
To me, it does sound like a conflict is happening somewhere.
Hope that helps.
-
This reply was modified 6 years, 10 months ago by dougaitken. Reason: styling