php - Display payment details and stored into database in ccavenue
556
I am working on a CCAvenue payment gateway integration using php. If a user successfully submits the payment, it will be redirected to the payment success page. But after submitting the payment, I need to store the user billing details into my database. How to do it?