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

Can't Update Customer Information #957

Closed SakoHovaguimian closed 4 years ago

SakoHovaguimian commented 5 years ago

Please complete the checklist before filing an issue:

Hello,

I've been having trouble updating a customers information. Attached you will see how I've been attempting to do it. When it comes to the shipping information, passwords, & almost every other aspect it's been working just fine. This is the response I receive :

""" <Mutation: ["customerUpdate": { customer = ""; customerAccessToken = ""; }]> """

The error returns nil, which to me is a good sign.

Any assistance is appreciated. Thank you

-Sako Hov screen shot 2018-12-26 at 10 26 47 am

rebeccajfriedman commented 5 years ago

When it comes to the shipping information, passwords, & almost every other aspect it's been working just fine.

You mean when you try to update some fields for a customer it works, and for some others, it doesn't?

rebeccajfriedman commented 4 years ago

Closing as stale. Please reopen a new issue if the problem persists.