In my site we are going to integrate the 3 types of Checkout.
- Paypal
- Authorize.Net
We have already created the Transaction and Transaction Payments. We allowed multiple times payment for single order so I have maintained the separate table for the Transaction Payments.
Transaction Table
TransactionPayments Table
I would like to maintain the following information in the single table for each transaction. I would like to maintain the single table to maintain the following fields
- Checkout Transaction ID
- Checkout Status (Payment Status)
How I can integrate 3 different types checkout paym开发者_开发技巧ent status in single table?
精彩评论