0xDon

Results 13 comments of 0xDon

The Key property looks to be the same as the Id, this is what I am seeing: ```json "line_items": [ { "applied_discounts": [], "key": "78e190b6a798d31a2dee11b40e14d8b7", "compare_at_price": null, "destination_location_id": 195835888002922, "fulfillment_service":...

Yea I will try that! Also was thinking of hiding the inherited member by using the new keyword and adding it on the CheckoutLineItem class

It's weird because I see most other clients have the Id field and Key as a long.... very strange

Ok, I will test locally in the meantime. Thanks for the quick help!

Quick Update, looks like adding the `new` modifier helps for now(exception is gone) but I am worried about the case where other CheckoutLineItems have an Id field of type `long`....

@nozzlegear Yea I have been querying a few stores and it looks like that Id has changed to a string. The only weird thing I have noticed is that some...

Well I havent had any problems doing this with the code: ``` using Newtonsoft.Json; using ShopifySharp.Enums; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ShopifySharp { public...

> Well I havent had any problems doing this with the code: > > ``` > using Newtonsoft.Json; > using ShopifySharp.Enums; > using System; > using System.Collections.Generic; > using System.Linq;...

Got it, I figured it was post mint, but wasnt sure why the candy machine cache config needs to be updated, if you are just updating the mintaccount uri to...

> I will try to create step by step video tutorial in the next days since I had many questions about it already Im a fool, I misread the instructions,...