Problem laravel and http post with payu

0

I am integrating the payche webcheckout and I need to store information with the payu confirmation page, which sends me data by http post, the problem is that when I finish the transaction I am not receiving the data properly (I think) the form with that information does not reach my method, I put a file to verify the data that arrive from payu to my page and they are arriving, but when I try to send them to my method using a post route and using the request method, nothing arrives. code:

Receive and save function:

Information that arrives from payU

Thank you in advance for the help.

    
asked by Sebastianbc 16.09.2018 в 10:26
source

0 answers