We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec3431 commit 685a391Copy full SHA for 685a391
myaccount/index.php
@@ -1163,7 +1163,7 @@
1163
$db->rollback();
1164
}
1165
} elseif ($action == 'createpaymentmode') { // Create credit card stripe or sepa record
1166
- if (GETPOST("submitsepa", 'aZ09')) {
+ if (GETPOST("submitsepa")) { // This contains the label of the button
1167
// Case of SEPA payment mode
1168
$langs->load("banks");
1169
include_once DOL_DOCUMENT_ROOT.'/societe/class/companybankaccount.class.php';
0 commit comments