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

Change subject: WIP: Process payment before popping out of iframe
......................................................................

WIP: Process payment before popping out of iframe

I'm sure it's not actually this simple but isn't this basically,
conceptually what we want to do?

Bug: T153972
Change-Id: I9c3b143074e8394519e6828ccea16029097559d8
---
M globalcollect_gateway/globalcollect_resultswitcher.body.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/globalcollect_gateway/globalcollect_resultswitcher.body.php 
b/globalcollect_gateway/globalcollect_resultswitcher.body.php
index bcf88d3..60e1feb 100644
--- a/globalcollect_gateway/globalcollect_resultswitcher.body.php
+++ b/globalcollect_gateway/globalcollect_resultswitcher.body.php
@@ -54,7 +54,7 @@
                } else {
                        $result = $this->popout_if_iframe();
                        if ( $result ) {
-                               return;
+                               //return;
                        }
                }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c3b143074e8394519e6828ccea16029097559d8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Cdentinger <cdentin...@wikimedia.org>

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

Reply via email to