silvershop / silvershop-discounts

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

fix: Resolve Calculator::getDiscountableAmount incongruity #110

Closed benjicarson closed 1 year ago

benjicarson commented 2 years ago

OrderItem::DiscountableAmount is on a per-unit basis, whereas Calculator::getDiscountableAmount relies on an OrderItem::Total equivalent value.