i m new to paypal integration can any one please help me with how i can find which request method is used for paypal itegration. when i click on pay button following calles made :
- logtimeout(GET)
- auth?(GET)
- setbuyer(POST)
- p1(POST)
- p2(POST)
So, i m confuse which method is actually making call to paypal for payment. Paypal is Discontinuing GET method so i want to chang GET to POST
Thanks in advance ...