Commit 7c6aacd7 by Yvon Kerdoncuff

6724 : make recurring payment cancellation work in all tav_env conditions

parent 87d0f2c1
......@@ -491,7 +491,8 @@ class AdherentAdmin extends AbstractAdmin
$em->flush();
}
}
}
if ($this->getConfigurationPool()->getContainer()->getParameter('tav_env')) {
// Cancel recurring payment
if(
$this->security->isGranted('ROLE_SUPER_ADMIN')
......
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