Open cathryngriffiths opened 3 years ago
Is this Issue still current? I was looking into the code and it seems like the DynamicCheckoutButton
is depreciated. Has it been replaced by another component?
For context: we're blocked at the moment because we need some features added to the Storefront API first.
Hi guys! Is there any update here? Is there any way to add apple pay into hydrogen?
@frehner is there any ETA on this or some documentation on what payment options are available in hydrogen checkout?
Any update on this?
Any update on this?
Any update? Is the team still blocked via the Storefront API?
Any news guys?
It sounds like apple pay support is in active development and should release by the end of this year. Hopefully it will be available before Checkout APIs have been deprecated. https://github.com/Shopify/storefront-api-feedback/discussions/225#discussioncomment-10226249
Description
We need to add the ability to purchase product(s) with Apple Pay. In Shopify storefronts with Liquid, there are two use cases for the Apple Pay button:
Requirements
DynamicCheckoutButton
component when appropriateNotes
DynamicCheckoutButton
component has a really rough first pass on displaying the ApplePay button (see code here. We'll likely want to extract this code into its own componentApplePayButton
and iterate on it from there.