Apple/Google Pay with Stripe
-
I have issues with this Plugin and Apple Pay and Google Pay. We have 2 stores for local pickup but they are not visible when using Google Pay.
Image: https://prnt.sc/LLwQXAWTIUGq
As I discovered, the Shipping methods are pulled from: ?wc-ajax=wc_stripe_get_shipping_options
And result looks like this:
"shipping_options": [ { "id": "wc_pickup_store", "label": "Click & Collect", "detail": "", "amount": 0 }, { "id": "flat_rate:3", "label": "Flat rate Ireland", "detail": "", "amount": 495 } ],
I would expect 2 stores as options not just a blank Click & Collect option. To make the problem worse, the Pickup is the first on the list and we have to call customers to check where they want to pick up the order.
- The topic ‘Apple/Google Pay with Stripe’ is closed to new replies.