Resolve "Rider app trade-in support" #1723

Merged
arcticzero merged 79 commits from 783-rider-app-trade-in-support into master 2024-04-23 13:11:53 +00:00
Showing only changes of commit 57fd7fe5ac - Show all commits

View file

@ -158,7 +158,7 @@ class Fuel implements InvoiceRuleInterface
return null; return null;
} }
protected function getPriceTierItemPrice($pt_id) protected function getPriceTierItemPrice($pt_id, CustomerVehicle $cv)
{ {
// price_tier is default // price_tier is default
if ($pt_id == 0) if ($pt_id == 0)