Skip to content

Commit

Permalink
fixup! fixup! API now allows for cart overwrite during login
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaholesz committed Jan 11, 2024
1 parent 91c6766 commit 084340c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function testCartIsOverwrittenAfterLogin(): void
$productAddedToCustomerUserCartQuantity = 6;
$this->addProductToCustomerCart($productAddedToCustomerUserCart, $productAddedToCustomerUserCartQuantity);

/** @var \App\Model\Product\Product $productAddedToCustomerUserCart */
/** @var \App\Model\Product\Product $productAddedToCustomerUserCart2 */
$productAddedToCustomerUserCart2 = $this->getReference(ProductDataFixture::PRODUCT_PREFIX . '1');
$productAddedToCustomerUserCart2Quantity = 1;
$this->addProductToCustomerCart($productAddedToCustomerUserCart2, $productAddedToCustomerUserCart2Quantity);
Expand Down

0 comments on commit 084340c

Please sign in to comment.