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
Describe the bug
Bug where package.weight.map(MeasurementOptions).KG would round down to 0 when making a conversion to kg failing Canada post rate request
To Reproduce
Steps to reproduce the behavior:
Make a Canada post rate request with a smaller weight than 0.1 kg.
Describe the bug
Bug where package.weight.map(MeasurementOptions).KG would round down to 0 when making a conversion to kg failing Canada post rate request
To Reproduce
Steps to reproduce the behavior:
Make a Canada post rate request with a smaller weight than 0.1 kg.
fix
Change providers.canadapost.units:
MeasurementOptions = MeasurementOptionsType(quant=0.01, min_kg=0.01)
I have a fix on a branch but I'm not allowed to make de pull request.
The text was updated successfully, but these errors were encountered: