DuplicateCartException

Created on 30 March 2025, 7 days ago

Problem/Motivation

My logs are showing occasional DuplicateCartException traced to the createCart call in this handler:

        if ($this->configuration['checkout']['new_order'] && $this->cart) {
          $this->cartProvider->finalizeCart($this->cart);
          $this->cart = NULL;
        }

        if (!$this->cart) {
          $this->cart = $this->cartProvider->createCart($order_type_id, $data['store'], $data['owner']);
        }

Steps to reproduce

I cannot find how to reproduce it, or see a way it could be happening by looking at the code.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇬🇧United Kingdom jonathanshaw Stroud, UK

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024