Closed onaseef closed 12 years ago
Every WePay variable is stored in the wepay_checkout_records
table. The payment record has a wepay_checkout_record_id pointing to its corresponding one.
What I mean is, please expose it in the payment history table in the account settings view.
On Jul 16, 2012, at 9:18 PM, Gilbert reply@reply.github.com wrote:
Every WePay variable is stored in the
wepay_checkout_records
table. The payment record has a wepay_checkout_record_id pointing to its corresponding one.
Reply to this email directly or view it on GitHub: https://github.com/onaseef/yomobi/issues/408#issuecomment-7025075
Updated.
WePay uses the preapproval_id to troubleshoot issues with payments, so if there's a problem with a user's account, they will need easy access to this number to deal with WePay.
The preapproval_id is part of the URL parameters returned by WePay after the user pays. We should store it in the payment record.