VirtoCommerce / vc-theme-default

Default theme for VirtoCommerce Storefront
http://demo.virtocommerce.com/Electronics
Other
3 stars 41 forks source link

#134: Remove redundant action in error handling #136

Closed yecli closed 4 years ago

yecli commented 4 years ago

In changeLineItemPrice method, in case of the error, cart items were assinged to non-existent initialItems. In fact, resotring is not neede at all here, as there were not changes with the cart items before the API service call. Changes are handled by the success callback.