Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue when confirmed cart does not match the current cart #24

Merged
merged 4 commits into from
Sep 7, 2024

Conversation

MarijaIv
Copy link
Collaborator

What is the goal?

Fix the issue: Cart that is confirmed does not match the current cart.

How is it being implemented?

Core updated. There is one method that has been added to the OrderService in order to be able to retrieve current cart from the shop.

Opportunistic refactorings

In the \Sequra\Core\Controller\Comeback\Index::execute, added check if the cookie exists. The getCookie method can return null, which would result in an exception in json_decode.

Does it affect (changes or update) any sensitive data?

No.

How is it tested?

Manual tests.

How is it going to be deployed?

Standard deployment.

Model/Api/Builders/CreateOrderRequestBuilder.php Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
@m1k3lm m1k3lm merged commit 1384f1b into master Sep 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants