Closed
Bug 707288
Opened 14 years ago
Closed 14 years ago
Add CEF logging for successful/failed purchases
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
FIXED
6.3.6
People
(Reporter: clouserw, Assigned: andy+bugzilla)
Details
Format is:
log_cef("Failed Purchase", 5, environ, config, username, "PURCHASEFAIL", msg="A user failed to complete a purchase", cs2=addon_name, cs2Label="AddonPurchased", cs3=paypal_error, cs3Label="PaypalErrror", cs4=transaction_id, cs4Label="TxID")
log_cef("Successful Purchase", 5, environ, config, username, "PURCHASESUCCESS", msg="A user completed a purchase", cs2=addon_name, cs2Label="AddonPurchased", cs4=transaction_id, cs4Label="TxID")
I'm marking this dependent on my CEF bug. Once that bug is closed you can literally copy and paste an example from there and just change the values. I'm just not sure where the best places to put this are.
| Reporter | ||
Updated•14 years ago
|
Target Milestone: 6.3.5 → 6.3.6
| Assignee | ||
Comment 1•14 years ago
|
||
I added in the following:
PAYPALPURCHASE
PAYPALPAYKEYFAIL
PAYPALPURCHASEFAIL
PAYPALCHARGEBACK
PAYPALREFUND
PAYPALPURCHASE
Which I think are the relative points we should worry about.
https://github.com/andymckay/zamboni/commit/cb99bb
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•14 years ago
|
||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•