mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
Update Order#shipping_tax
This commit is contained in:
@@ -646,7 +646,7 @@ module Spree
|
||||
end
|
||||
|
||||
def shipping_tax
|
||||
shipment_adjustments.reload.shipping.sum(:included_tax)
|
||||
shipment_adjustments.reload.tax.sum(:amount)
|
||||
end
|
||||
|
||||
def enterprise_fee_tax
|
||||
|
||||
Reference in New Issue
Block a user