You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When soft deleting a product variant added to a cart, the line should be ignored when calculating the cart.
Actual Behaviour:
An error happens:
Lunar\Managers\PricingManager::for(): Argument #1 ($purchasable) must be of type Lunar\Base\Purchasable, null given, called in …/vendor/lunarphp/core/src/Pipelines/CartLine/GetUnitPrice.php on line 37
Steps To Reproduce:
Add a product variant to a cart
Soft delete the product variant
Re-Authenticate with the user
Listener Lunar\Listeners\CartSessionAuthListener triggers a calculating for the cart
The error happens
The text was updated successfully, but these errors were encountered:
Hello,
Expected Behaviour:
When soft deleting a product variant added to a cart, the line should be ignored when calculating the cart.
Actual Behaviour:
An error happens:
Steps To Reproduce:
Lunar\Listeners\CartSessionAuthListener
triggers a calculating for the cartThe text was updated successfully, but these errors were encountered: