SevenSpikes / api-plugin-for-nopcommerce

API plugin for nopCommerce
MIT License
283 stars 212 forks source link

shipping total couldn't be calculated #231

Open brintasabit opened 4 years ago

brintasabit commented 4 years ago

when i wanted to create an order with "shipping_rate_computation_method_system_name": "Shipping.FixedOrByWeight", "shipping_option": "Ground",

it shows above error. I found that shipping option isn't adding through json. I tried "shipping_rate_computation_method_system_name": "Shipping.FixedOrByWeight", "shipping_method": "Ground", but shows same error. If officials can say anthing, it'll be appreciated. TIA

brintasabit commented 4 years ago

https://www.loom.com/share/ba0742d959ea4a02b494a3a05185d7bf

cagdaskarademir commented 4 years ago

can you send api's request? @brintasabit

brintasabit commented 4 years ago

of course. i get that error after sending api's request. on the web it works fine but on api, it's not. @cagdaskarademir

benFactotum99 commented 1 year ago

I've the same issue... How have you done to resolve it?