@@ -114,7 +114,15 @@ export function NewCalculatorAll(data) {
return request({
url: '/finance/ComputeAllProducts',
method: 'get',
- params: { coutryCode: data.CountryCode, weight: data.Weight, length: data.L, width: data.W, height: data.H, CustomerId: data.CustomerId }
+ params: {
+ coutryCode: data.CountryCode,
+ weight: data.Weight,
+ length: data.L,
+ width: data.W,
+ height: data.H,
+ CustomerId: data.CustomerId,
+ ZipCode: data.ZipCode,
+ }
})
}