How to distinguish between a Google or Paypal response

coblyox

New Member
I am working on shopping cart application in which there is an integration of PayPal and Google Checkout. All the code is working fine, but how do I know if the payment is done by Google or PayPal? The response page for both Google Checkout and PayPal is the same.After getting response I'm adding all the information to my database and removing items from the session, and then getting redirected to myindex page....
 
Back
Top