Update pay.php
This commit is contained in:
parent
348fb8e9f2
commit
627f346933
@ -103,7 +103,7 @@ function fetchConnectionToken() {
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!empty($conf->stripe->enabled) && (empty($conf->global->STRIPE_LIVE) || GETPOST('forcesandbox', 'alpha'))) {
|
if (!empty($conf->stripe->enabled) && isset($keyforstripeterminalbank) && (empty($conf->global->STRIPE_LIVE) || GETPOST('forcesandbox', 'alpha'))) {
|
||||||
dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode', 'Stripe'), '', 'warning', 1);
|
dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode', 'Stripe'), '', 'warning', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -524,7 +524,7 @@ $action_buttons = array(
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
$numpad = $conf->global->TAKEPOS_NUMPAD;
|
$numpad = $conf->global->TAKEPOS_NUMPAD;
|
||||||
if (!empty($conf->stripe->enabled) && !empty($conf->global->STRIPE_CARD_PRESENT)) {
|
if (!empty($conf->stripe->enabled) && isset($keyforstripeterminalbank) && !empty($conf->global->STRIPE_CARD_PRESENT)) {
|
||||||
print '<span id="card-present-alert">';
|
print '<span id="card-present-alert">';
|
||||||
dol_htmloutput_mesg($langs->trans('ConnectingToStripeTerminal', 'Stripe'), '', 'warning', 1);
|
dol_htmloutput_mesg($langs->trans('ConnectingToStripeTerminal', 'Stripe'), '', 'warning', 1);
|
||||||
print '</span>';
|
print '</span>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user