allow full parameterization for comptoir available payment types
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
added 1 commit
- d253fe1e - fix migration (previous trick does not work due to global parameter alternate...…
Toggle commit list -
src/Migrations/Version20250502111501.php 0 → 100644
21 */ 22 protected $em; 23 24 public function setContainer(ContainerInterface $container = null) 25 { 26 $this->em = $container->get('doctrine')->getManager(); 27 } 28 29 public function getDescription() : string 30 { 31 return ''; 32 } 33 34 public function up(Schema $schema) : void 35 { 36 $alternatePaymentTypes = $this->em->getRepository(GlobalParameter::class)->val(GlobalParameter::ALTERNATE_AVAILABLE_PAYMENT_TYPES_COMPTOIR); -
Master
marche pas alternate... existe plus quand executé
-
-
merged
Toggle commit list