-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting an error when trying to add items to checkout #37
Comments
sduval215, did you figure out a solution? I'm stuck on this too. |
@sduval215 , same issue - did you find a solution? or @thelight413 ? Thanks! |
@jayhack, I was adding the line items incorrectly.Add this code before initializing graphClient in RNShopifyModule.java file
And you will see request and response raw data in LogCat. It will give you the actual error you are getting from Shopify. |
In case anyone else comes across this I thought I'd post what my problem was. I was using a deprecated version of the mobile buy sdk:
I added some logging to the Obj-C files and got this:
Mentioned here: Shopify/mobile-buy-sdk-ios#857 The problem is when you upgrade to the latest, you'll come across the errors mentioned in #41 and #31, which is ultimately why I was using the deprecated version in the first place. I'm not sure of the fix but I'm going to follow the thread in #41 as it appears @ConSou might know what to do! cc: @jayhack, @sduval215 |
Hey there! Great library. I'm getting this error when trying to add items to my cart.
The text was updated successfully, but these errors were encountered: