Resolve "Fuel Price Update for Resq 1" #1672

Open
korina.cordero wants to merge 1 commit from 747-fuel-price-update-for-resq-1 into master
Showing only changes of commit d4ba74aaa7 - Show all commits

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 = 320; // for 4 liters
const REFUEL_FEE_DIESEL = 320; // for 4 liters
const REFUEL_FEE_GAS = 340; // for 4 liters
const REFUEL_FEE_DIESEL = 300; // for 4 liters
private $security;
protected $em;