Ejegg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315444

Change subject: Add order_id to paypal audit donations
......................................................................

Add order_id to paypal audit donations

Change-Id: Iaa216cb8304dae3615cc07236bec622ae11a7209
---
M audit/paypal/TrrFile.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/tools 
refs/changes/44/315444/1

diff --git a/audit/paypal/TrrFile.py b/audit/paypal/TrrFile.py
index 1bbed11..b96984f 100644
--- a/audit/paypal/TrrFile.py
+++ b/audit/paypal/TrrFile.py
@@ -137,6 +137,7 @@
 
         if re.search('^[0-9]+$', row['Transaction Subject']):
             out['contribution_tracking_id'] = row['Transaction Subject']
+            out['order_id'] = row['Transaction Subject']
 
         event_type = row['Transaction Event Code'][0:3]
 

-- 
To view, visit https://gerrit.wikimedia.org/r/315444
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa216cb8304dae3615cc07236bec622ae11a7209
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/tools
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to