Awight has uploaded a new change for review.

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

Change subject: sort fields
......................................................................

sort fields

Change-Id: If3e577a12034a646a32cd0a48d97a8e5c2763601
---
M CrmLink/Messages/DonationInterfaceMessage.php
1 file changed, 31 insertions(+), 31 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/SmashPig 
refs/changes/95/164395/1

diff --git a/CrmLink/Messages/DonationInterfaceMessage.php 
b/CrmLink/Messages/DonationInterfaceMessage.php
index 40c50d7..f95ec41 100644
--- a/CrmLink/Messages/DonationInterfaceMessage.php
+++ b/CrmLink/Messages/DonationInterfaceMessage.php
@@ -6,44 +6,44 @@
  * Message sent to the 'cc-limbo' queue when a payment has been initiated and 
sent off to the gateway.
  */
 class DonationInterfaceMessage extends KeyedOpaqueStorableObject {
-       public $contribution_tracking_id = '';
-       public $comment = '';
-       public $size = '';
-       public $premium_language = '';
-       public $utm_source = '';
-       public $utm_medium = '';
-       public $utm_campaign = '';
-       public $language = '';
-       public $referrer = '';
-       public $email = '';
-       public $first_name = '';
-       public $middle_name = '';
-       public $last_name = '';
-       public $street_address = '';
-       public $supplemental_address_1 = '';
        public $city = '';
-       public $state_province = '';
-       public $country = '';
-       public $postal_code = '';
-       public $first_name_2 = '';
-       public $last_name_2 = '';
-       public $street_address_2 = '';
-       public $supplemental_address_2 = '';
        public $city_2 = '';
-       public $state_province_2 = '';
+       public $comment = '';
+       public $contribution_tracking_id = '';
+       public $country = '';
        public $country_2 = '';
-       public $postal_code_2 = '';
+       public $currency = '';
+       public $date = '';
+       public $email = '';
+       public $fee = '';
+       public $first_name = '';
+       public $first_name_2 = '';
        public $gateway = '';
        public $gateway_account = '';
        public $gateway_txn_id = '';
+       public $gross = '';
+       public $language = '';
+       public $last_name = '';
+       public $last_name_2 = '';
+       public $middle_name = '';
+       public $net = '';
        public $payment_method = '';
        public $payment_submethod = '';
-       public $response = '';
-       public $currency = '';
-       public $fee = '';
-       public $gross = '';
-       public $net = '';
-       public $user_ip = '';
-       public $date = '';
+       public $postal_code = '';
+       public $postal_code_2 = '';
+       public $premium_language = '';
        public $recurring = '';
+       public $referrer = '';
+       public $response = '';
+       public $size = '';
+       public $state_province = '';
+       public $state_province_2 = '';
+       public $street_address = '';
+       public $street_address_2 = '';
+       public $supplemental_address_1 = '';
+       public $supplemental_address_2 = '';
+       public $user_ip = '';
+       public $utm_campaign = '';
+       public $utm_medium = '';
+       public $utm_source = '';
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3e577a12034a646a32cd0a48d97a8e5c2763601
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to