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

Apple Pay doesn't change ShippingAddress #948

Closed VizenkoRoman closed 5 years ago

VizenkoRoman commented 5 years ago

version SDK 3.2 Hello I have issues:

  1. When Apple Pay starts and ShippingAddress is not correct. Apple Pay say about it.
  2. Select correct ShippingAddress. Apple Pay hides warning. It is ok.
  3. Select again not correct ShippingAddress after Apple Pay doesn't warning about incorrect ShippingAddress.

Request always reponse valid 'checkout' after 1 request with correct ShippingAddress. Client.shared.updateCheckout(checkout.id, updatingPartialShippingAddress: address)

dbart01 commented 5 years ago

The behaviour of Apple Pay modal (beyond the basic provider methods in the Pay framework) are outside the scope of this SDK. If you have an issue with the SDK, please explain the expected behaviour of the SDK.