Merge branch '712-fuel-price-changes' into 'master'

Resolve "Fuel price changes"

Closes #712

See merge request jankstudio/resq!827
This commit is contained in:
Kendrick Chan 2022-10-11 03:56:22 +00:00
commit 5e22dc5de1

View file

@ -35,8 +35,8 @@ class ResqInvoiceGenerator implements InvoiceGeneratorInterface
const WARRANTY_FEE = 0;
const OTHER_SERVICES_FEE = 200;
const COOLANT_FEE = 1600;
const REFUEL_FEE_GAS = 300; // for 4 liters
const REFUEL_FEE_DIESEL = 320; // for 4 liters
const REFUEL_FEE_GAS = 320; // for 4 liters
const REFUEL_FEE_DIESEL = 360; // for 4 liters
private $security;
protected $em;