Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.
MIT License
452
stars
198
forks
source link
Apple Pay - Payment is null when fetched for `ready`status #1222
I'm trying to implement the apple pay checkout but I'm facing this issue: when I query for the payment to check if it's been completed it returns nil so the checkout always fails.
I'm trying to implement the apple pay checkout but I'm facing this issue: when I query for the payment to check if it's been completed it returns nil so the checkout always fails.
This is the query
I'm sure that the payment id is correct since I've taken it for the checkout previously.
What could cause this problem? How can I query for errors on this operation?