Awight has uploaded a new change for review.

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

Change subject: Restore 'freeform' flag
......................................................................

Restore 'freeform' flag

I accidentally removed this when killing sendFreeformSTOMP.

Please note that this doesn't fix the bug yet.

Bug: T109022
Change-Id: If121733573f710dec2540977443fbf5d9df3df0a
---
M gateway_common/gateway.adapter.php
1 file changed, 3 insertions(+), 0 deletions(-)


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

diff --git a/gateway_common/gateway.adapter.php 
b/gateway_common/gateway.adapter.php
index c4ec307..5a60dac 100644
--- a/gateway_common/gateway.adapter.php
+++ b/gateway_common/gateway.adapter.php
@@ -1912,6 +1912,9 @@
                        $transaction['php-message-class'] = 
'undefined-loser-message';
                }
 
+               // Mark as freeform so we avoid normalization.
+               $transaction['freeform'] = true;
+
                //bascially, add all the stuff we have come to take for 
granted, because syslog.
                $transaction['gateway_txn_id'] = 
$this->getTransactionGatewayTxnID();
                $transaction['correlation-id'] = $this->getCorrelationID();

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

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