Commit c203aeb3 by Damien Moulard

quick fix

parent d621a4fd
......@@ -170,7 +170,7 @@ class UserAdherentController extends FluxController
'type' => Payment::TYPE_PAIEMENT_COTISATION_TAV
]);
/* For test purposes, comment redirections and uncomment following part to skip payment */
/* For test purposes, comment redirection and uncomment following part to skip payment */
// $this->em->persist($flux);
// $this->operationUtils->executeOperations($flux);
......
......@@ -143,8 +143,7 @@ class TAVCotisationUtils
}
/**
* Method called to create Flux based on allowance amount (for household based allowance)
*
* Method called to create Flux based on allowance amount (for household based allowance).
*/
public function applyHouseholdAllowance(Flux $flux) {
// get allowance
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment