ProductData for bundle products sends the total bundle price for each child item to API #75
Labels
Fixed in next release
This issue is reproduced and the fix will be there in the next release.
Reflecting Plugin
This is an issue reflecting the plugin
This happens in Paazl\CheckoutWidget\Model\Api\Builder\Order::getProducts() and Paazl\CheckoutWidget\Model\Handler:Item
Paazl\CheckoutWidget\Model\Handler\Item::getPriceValue uses the quote item parent's (bundle) total value . Paazl\CheckoutWidget\Model\Api\Builder\Order::getProducts() requests this for each child in the bundle.
The consequence of this is that one of our (non eu) customers that ordered a 500 euro bundle with 5 products now got a customs invoice for vat and duties on 2500,- worth of products.
Reproduce by creating a order with bundle for a non-eu country. Check the items in the Paazl backend or check $result on line 177 of Paazl\CheckoutWidget\Model\Api\Builder\Order.
The text was updated successfully, but these errors were encountered: