Good morning.
I am trying to connect an application in Django to a PHP plugin in a payment gateway.
My call is very simple:
return redirect('http://localhost/pagos/pago.php'{'pedido':pedido.id,'tarjeta':tarjeta})
But the PHP plugin does not receive anything.