Shopify / mobile-buy-sdk-android

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 their credit card.
MIT License
212 stars 136 forks source link

updated the readme to include polling for checkout readiness #697

Closed matthieucoisne closed 3 years ago

matthieucoisne 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

Corresponding iOS PR: https://github.com/Shopify/mobile-buy-sdk-ios/pull/1145