Akhilesh Sharma
Akhilesh Sharma

Reputation: 1628

How to get the transaction ID in virtuemart

I am trying to develop a plugin for the VIRTUEMART that will add a new payment method - INTERSWITCH webpay into the website.

But i am a bit confused about the process. I was looking for the transaction ID in this case.

Can anyone help me which field in the database is going to provide me with the Transaction ID of the order.

Thanks J

Upvotes: 0

Views: 505

Answers (1)

slhck
slhck

Reputation: 38672

The table vm_order_payment has the column order_payment_trans_id.

Upvotes: 1

Related Questions