Merge branch '633-refuel-fee-changes' into 'master-fix'

Resolve "Refuel fee changes"

See merge request jankstudio/resq!746
This commit is contained in:
Kendrick Chan 2021-10-22 10:44:01 +00:00
commit 97070ded9a

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