Discussing Shopify Functions development, deployment, and usage in Shopify apps.
Hello,
we currently implemented the Payment API Function to change the hierarchy in the Checkout. This works all fine in our Dev stores but it doesn't work on our staging system. It has the same scope and we only get successful logs. Is there a way to debug this since successful details are not visible to us? Or do you have another hint about this API why there is a gap between Dev and Stage/ Production?
Solved! Go to the solution
This is an accepted solution.
Hey @MichelleTQG
Snippet from the docs - could this shed light re dev store differences?
--
checkout.liquid
customizations need to upgrade to Checkout Extensibility to use Function APIs.Scott | Developer Advocate @ Shopify
This is an accepted solution.
Hey @MichelleTQG
Snippet from the docs - could this shed light re dev store differences?
--
checkout.liquid
customizations need to upgrade to Checkout Extensibility to use Function APIs.Scott | Developer Advocate @ Shopify
Hey thanks for the answer.
We are using the Payment API https://shopify.dev/docs/api/functions/reference/payment-customizationnoch and this API is not in the developer preview. We already used the hide operation and this one is working well on Stage. Therefor also the other points are not the issue since we have the working Checkout Extensibility on our staging system.
Is there a possibility to check the successful logs somehow and not only the failing logs?