Shopify / mobile-buy-sdk-ios

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 199 forks source link

Update documentation with info about Checkout.ready polling #1145

Closed daehn closed 3 years ago

daehn commented 3 years ago

What this does

The README.md did not include information about polling for checkout readiness. As checkouts may have asynchronous operations that can take time to finish polling for checkout readiness is required to ensure fields such as duties and taxes are populated.

The corresponding PR to update the sample project: https://github.com/Shopify/mobile-buy-sdk-ios-sample/pull/8