Merge branch '647-update-fuel-prices' into 'master'

Resolve "Update fuel prices"

Closes #647

See merge request jankstudio/resq!759
This commit is contained in:
Kendrick Chan 2022-03-09 08:57:13 +00:00
commit 5686923a04

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;
const REFUEL_FEE_DIESEL = 260;
const REFUEL_FEE_GAS = 320;
const REFUEL_FEE_DIESEL = 280;
private $security;
protected $em;