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

County can't be blank. Apple pay #1148

Open MihailStoicaGH opened 3 years ago

MihailStoicaGH commented 3 years ago

Hello there, I'm currently working on a mobile app using the MobileBuySDK iOS. I've ran into a problem when implementing the applePay payment method.

Basically when creating a shipping address via applePay pop-up, it does not offer a province/state/county field. After creating the address I have to call your "checkoutShippingAddressUpdateV2" method.

I am not able to complete a applePay procedure using "checkoutCompleteWithTokenizedPaymentV3" since of this "province" field being empty.