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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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.
Target Milestone: 6.3.5 → 6.3.6
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
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.