Thomas Fischer

Results 4 comments of Thomas Fischer

Hi @H4wKs, Thank you for your time ^^. so here is the template of the form : ![codeForm](https://user-images.githubusercontent.com/92039475/195361678-99913773-743f-403f-9db2-1a98b2e5f022.png) here the formType : ![codeFormType](https://user-images.githubusercontent.com/92039475/195362222-83bc61b5-9568-43dd-be24-5e66a83bccb2.png) here is our controller to handle the...

In this example : https://github.com/Mangopay/mangopay2-php-sdk/blob/master/demos/paymentDirect/non_js.php at line 41 there is payment.php but the thing is we don't know if we have to replace it with a controller or simple php...

Hi @H4wKs and thanks again for your insight, so we did as you advised us, but I think there's an issue with how we handle this whole returnURL, so for...

Thanks @H4wKs . Here is the solution we found : in our callback controller ``` #[Route('/paiement', name: '_updateRegistrationCard')] public function updateRegistrationCard( MangoPayService $service, UserRepository $userRepository, Session $session, ): Response {...