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 check and assignment of orderId #26

Merged
merged 2 commits into from
May 10, 2021
Merged

Fix check and assignment of orderId #26

merged 2 commits into from
May 10, 2021

Commits on May 9, 2021

  1. Fix check and assignment of orderId

    Previously, orderId would have been a boolean (true) if $session->qentaCartId
    was set. This caused a problem with setCartOrderId($orderId) which translated
    "true" into "1" and getCartOrder() would then return the order with id 1 instead
    of the actual order.
    lllHuber committed May 9, 2021
    Configuration menu
    Copy the full SHA
    57cf81c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    d205be6 View commit details
    Browse the repository at this point in the history