nopSolutions / USPS-plugin-for-nopcommerce

Shipping plugin for USPS
https://www.nopcommerce.com/
GNU General Public License v3.0
2 stars 8 forks source link

Bug - USPS for 4.20 - "Please enter a valid weight in ounces" #1

Closed RomanovM closed 5 years ago

RomanovM commented 5 years ago
  1. nopCommerce version: 4.20
  2. Expected behavior: USPS should return services/rates
  3. Actual behavior : USPS reports error "Please enter a valid weight in ounces"
  4. Steps to reproduce the problem: Create a product with a weight of 1.75 lbs (includes fraction)

The problem is that in the prior versions of the USPS plugin, the var weight was an int. Now, it's a decimal returned by function GetWeight()

Source: https://www.nopcommerce.com/boards/t/71514/bug-usps-for-420-please-enter-a-valid-weight-in-ounces.aspx

robichaud commented 5 years ago

When can we expect a fix for this? It should definitely be high priority.

DmitriyKulagin commented 5 years ago

Closed #1