Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354267 )

Change subject: Mark some more deprecated donationData fields
......................................................................

Mark some more deprecated donationData fields

Change-Id: I307decd5a4a4403d6d1ffed32ab79778753c6d9a
---
M gateway_common/DonationData.php
1 file changed, 7 insertions(+), 8 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/67/354267/1

diff --git a/gateway_common/DonationData.php b/gateway_common/DonationData.php
index 72aac42..3a00499 100644
--- a/gateway_common/DonationData.php
+++ b/gateway_common/DonationData.php
@@ -37,12 +37,11 @@
         */
        protected static $fieldNames = array(
                'amount',
-               'amountGiven',
-               'amountOther',
+               'amountGiven',          // @deprecated
+               'amountOther',          // @deprecated
                'appeal',
                'email',
-               // @deprecated
-               'emailAdd',
+               'emailAdd',             // @deprecated
                'fname',
                'lname',
                'street',
@@ -51,10 +50,10 @@
                'state',
                'postal_code',
                'country',
-               'card_num',
-               'card_type',
-               'expiration',
-               'cvv',
+               'card_num',             // @deprecated
+               'card_type',            // @deprecated
+               'expiration',           // @deprecated
+               'cvv',          // @deprecated
                'currency',
                'currency_code',
                'payment_method',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I307decd5a4a4403d6d1ffed32ab79778753c6d9a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
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