Use the helper method

This commit is contained in:
Chris Thompson
2021-11-30 17:36:01 -05:00
parent dcd41d3790
commit 16b49f06f8

View File

@@ -813,7 +813,7 @@ class Cart
$cartItem->setQuantity($qty); $cartItem->setQuantity($qty);
} }
$cartItem->setInstance($this->instance); $cartItem->setInstance($this->currentInstance());
return $cartItem; return $cartItem;
} }