Pass data from Django to PHP

0

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.

    
asked by F Delgado 01.02.2018 в 13:17
source

0 answers