magento2 icon indicating copy to clipboard operation
magento2 copied to clipboard

[Bug]: price_excl_tax & price_incl_tax obj missing in /api/magento/setShippingMethodsOnCart

Open sa-rang opened this issue 2 years ago • 0 comments

Expected Behavior

price_excl_tax & price_incl_tax object should be included in /api/magento/setShippingMethodsOnCart return data.

Actual Behavior

price_excl_tax & price_incl_tax missing

Possible Solution

add price_excl_tax { currency value } price_incl_tax { currency value }

in /packages/api-client/src/api/setShippingMethodsOnCart/setShippingMethodsOnCart.ts

Steps to reproduce

got to checkout, Select shipping method. the shipping price logic fails because it cannot find the objects price_incl_tax

What version of Magento 2 integration are you using?

1.0.1

What version of Node.js are you using?

16.14.2

What browser (and version) are you using?

chrome

What operating system (and version) are you using?

win

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

sa-rang avatar Aug 18 '22 05:08 sa-rang