Skip to content

Commit 509616d

Browse files
Merge pull request #222 from Daoud-mohamed/better-compatibility-with-stancer
Better compatibility with Stancer
2 parents 1964d8d + fe3cb6f commit 509616d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

marketplace/admin/setuppayment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
}
172172
}
173173

174-
$iframeSupportedPaymentMethods = array('stripe'); // List of payment methods that support being displayed inside an iframe
174+
$iframeSupportedPaymentMethods = array('stripe', 'stancerdolicloud'); // List of payment methods that support being displayed inside an iframe
175175
if (preg_match('/setMARKETPLACE_MAIN_PAYMENT_METHOD/i', $action, $reg)) {
176176
$mainpaymentmethod = GETPOST('MARKETPLACE_MAIN_PAYMENT_METHOD', 'alpha');
177177
$mainpaymentmethod = $mainpaymentmethod === '-1' ? '' : $mainpaymentmethod;

0 commit comments

Comments
 (0)