I have integrated the Paytm with Cakephp. Its working okay. But on call back url it set a page link . But on return its give me error of "CSRF token".
I am trying to disable csrf but its not working
$this->eventManager()->off($this->Csrf);
I have integrated the Paytm with Cakephp. Its working okay. But on call back url it set a page link . But on return its give me error of "CSRF token".
I am trying to disable csrf but its not working
$this->eventManager()->off($this->Csrf);