marketvision / ShipStation4Net

A .NET Standard Library using System.Net.HttpClient and NewtonSoft.Json which provides access to the ShipStation API.
Apache License 2.0
8 stars 12 forks source link

The insuranceCost in ShipmentLabel has changed #48

Closed atifali7 closed 5 months ago

atifali7 commented 5 months ago

Hi,

The type of variable in "insuranceCost" in ShipmentLabel object has changed from int to decimal. At the moment the latest version is showing error.

Please update and post new version.

Thanks Muhammad

atifali7 commented 5 months ago

Updated project added here for approval. thanks ShipStation4Net-master.zip

mv-vlad-kurdesov commented 5 months ago

will be fixed in 1.0.12 I checked their documentation and there is not a single place where type is specified :( and in examples it is shows as 0.. I changed it to double to match another place where we have it