onaseef / yomobi

YoMobi Mobile Builder Platform
http://www.yomobi.com
2 stars 2 forks source link

Add WePay preapproval_id to the Payment History table #408

Closed onaseef closed 12 years ago

onaseef commented 12 years ago

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.

gilbert commented 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.

onaseef commented 12 years ago

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

gilbert commented 12 years ago

Updated.