Hello,
I have developped my custom Payement Acquirer method for a local payment provider.
The problem is that this payment provider gives me a url with HTTP GET Method but Odoo seems to POST data to tx_url and not GET.
So I am having 405 errors at redirections from Odoo Web Site to Acquirer page.
Can anyone help me about this ?