Debug
This commit is contained in:
parent
f7f8444361
commit
289570ffe5
@ -742,8 +742,8 @@ if ($object->id > 0) {
|
|||||||
print '<input type="submit" class="butAction" value="'.$buttonlabel.'" />';
|
print '<input type="submit" class="butAction" value="'.$buttonlabel.'" />';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
|
|
||||||
if (!empty($conf->global->STRIPE_SEPA_DIRECT_DEBIT_SHOW_BUTTON)) {
|
if (!empty($conf->global->STRIPE_SEPA_DIRECT_DEBIT_SHOW_OLD_BUTTON)) { // This is hidden, prefer to use mode enabled with STRIPE_SEPA_DIRECT_DEBIT
|
||||||
// TODO Replace this with a checkbox for each payment mode: "Send request to PaymentModeManager immediatly..."
|
// TODO Replace this with a checkbox for each payment mode: "Send request to XXX immediatly..."
|
||||||
print "<br>";
|
print "<br>";
|
||||||
//add stripe sepa button
|
//add stripe sepa button
|
||||||
$buttonlabel = $langs->trans("MakeWithdrawRequestStripe");
|
$buttonlabel = $langs->trans("MakeWithdrawRequestStripe");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user