You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's supported through a field named "extra" that's missing in NewShipment for single parcel shipments, and for multiple parcel shipments it's supported in an "extra" field on Parcel.
Can you please consider adding this "extra" field as an Option type so I don't have to use a fork of your crate for my project?
The text was updated successfully, but these errors were encountered:
Fixesoxidecomputer#282
Support getting Shippo shipping rates with
shipping insurance included:
https://goshippo.com/docs/insurance/
It's supported through a field named "extra"
that's missing in Shipment for single parcel
shipments, and for multiple parcel shipments
it's supported in an "extra" field on Parcel.
Add Extra and Insurance structs.
Fixesoxidecomputer#282
Support getting Shippo shipping rates with
shipping insurance included:
https://goshippo.com/docs/insurance/
It's supported through a field named "extra"
that's missing in Shipment for single parcel
shipments, and for multiple parcel shipments
it's supported in an "extra" field on Parcel.
Add Extra and Insurance structs.
I would like shipping rates with shipping insurance included: https://goshippo.com/docs/insurance/
It's supported through a field named "extra" that's missing in NewShipment for single parcel shipments, and for multiple parcel shipments it's supported in an "extra" field on Parcel.
Can you please consider adding this "extra" field as an Option type so I don't have to use a fork of your crate for my project?
The text was updated successfully, but these errors were encountered: