This repository has been archived by the owner on May 5, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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.
- Loading branch information