Merge branch 'hotfix/2.0.16'
This commit is contained in:
commit
abc4e678ce
@ -135,8 +135,8 @@ def build_usps_rate_request(weight, container, zip_destination):
|
||||
'service': ShippingService.PRIORITY_COMMERCIAL,
|
||||
'zip_origination': settings.DEFAULT_ZIP_ORIGINATION,
|
||||
'zip_destination': zip_destination,
|
||||
'pounds': '0',
|
||||
'ounces': weight,
|
||||
'pounds': weight,
|
||||
'ounces': '0',
|
||||
'container': container,
|
||||
'width': '',
|
||||
'length': '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user