silvershop / silvershop-discounts

Adds Discount and Coupon support for SilverShop
Other
9 stars 38 forks source link

ProductsDiscountConstraint::check leaves Version in stage mode if no products are found #90

Closed wernerkrauss closed 5 years ago

wernerkrauss commented 5 years ago

https://github.com/silvershop/silvershop-discounts/blob/master/src/Extensions/Constraints/ProductsDiscountConstraint.php#L57 sets the reading mode to Stage, but returns without recreating the current mode..

Wrap in Versioned::withVersionedMode() instead

wilr commented 5 years ago

Thanks!