HakanL / shippo-csharp-client

Shipping API C# library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
Apache License 2.0
5 stars 1 forks source link

Missing substatus field #6

Closed kevbite closed 3 years ago

kevbite commented 3 years ago

We're currently using your fork of the shippo library due to requiring support for .NET5 and the official version only support .NET Framework.

However, the issue is the same and I've raised it here - https://github.com/goshippo/shippo-csharp-client/issues/61

Is there any chance you could get this merged in from someone else's fork or at least this single commit https://github.com/dochoffiday/shippo-csharp-client/commit/a00025f3b672ae216cdb1684ea70ecf91498f7da?

Thanks

HakanL commented 3 years ago

Thanks for opening a ticket for this. I have cherry-picked in that change and published a new NuGet package. Please verify that it will work for you.

kevbite commented 3 years ago

This is working great, Thanks for the speedy response @HakanL!