Tags: Shadow243/lunar
Tags
Fix an issue where the AmountOff percentage is cast to an int, even t… ( lunarphp#2004) The admin panel allows you to enter a decimal value when creating an AmountOff Discount with a percentage discount. However, it gets cast to an int in the AmountOff class, which results in the percentage being rounded and the discount amount being slightly off. You could argue that usually percentage discounts are given as whole numbers, but since the admin panel already supports decimal values, I think this should be changed. Fixes lunarphp#2003 --------- Co-authored-by: tim <tim@direct-effect.nl> Co-authored-by: Author <actions@github.com> Co-authored-by: Alec Ritson <hello@itsalec.co.uk>
Fix unsupported operand type on discounts (lunarphp#1984)
Fix price breaks not storing in correct currency factor (lunarphp#1948)
Manually map models on migration instead of loading via directory (lu… …narphp#1928) Currently if you publish the migrations they can fail due to trying to read a directory relative to the the vendor folder. This PR instead opts to manually map the models to prevent this issue completely. --------- Co-authored-by: alecritson <alecritson@users.noreply.github.com> Co-authored-by: Glenn Jacobs <glenn@neondigital.co.uk>
Set payment order to null when setting the cart (lunarphp#1888)
Fix status setting on Stripe webhook failures (lunarphp#1871)
PreviousNext