Awight has uploaded a new change for review.

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

Change subject: Store new ID to the session when regenerating Order ID
......................................................................

Store new ID to the session when regenerating Order ID

Bug: T120805
Change-Id: I1e91736d60b6419608ce0a5edf21568453488101
---
M gateway_common/gateway.adapter.php
1 file changed, 2 insertions(+), 0 deletions(-)


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

diff --git a/gateway_common/gateway.adapter.php 
b/gateway_common/gateway.adapter.php
index f24aa51..f013038 100644
--- a/gateway_common/gateway.adapter.php
+++ b/gateway_common/gateway.adapter.php
@@ -3850,6 +3850,8 @@
 
                //tell DonationData about it
                $this->addRequestData( array ( 'order_id' => $id ) );
+               // Add new Order ID to the session.
+               $this->session_addDonorData();
                return $id;
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e91736d60b6419608ce0a5edf21568453488101
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