30require
'../../main.inc.php';
31require_once DOL_DOCUMENT_ROOT.
'/stripe/lib/stripe.lib.php';
32require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
33require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
34require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
35require_once DOL_DOCUMENT_ROOT.
'/stripe/class/stripe.class.php';
37$servicename =
'Stripe';
40$langs->loadLangs(array(
'admin',
'other',
'paypal',
'paybox',
'stripe'));
42if (empty($user->admin)) {
45if (empty($conf->stripe->enabled)) {
49$action =
GETPOST(
'action',
'aZ09');
56if ($action ==
'setvalue' && $user->admin) {
59 if (empty($conf->stripeconnect->enabled)) {
60 $result =
dolibarr_set_const($db,
"STRIPE_TEST_PUBLISHABLE_KEY",
GETPOST(
'STRIPE_TEST_PUBLISHABLE_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
64 $result =
dolibarr_set_const($db,
"STRIPE_TEST_SECRET_KEY",
GETPOST(
'STRIPE_TEST_SECRET_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
68 $result =
dolibarr_set_const($db,
"STRIPE_TEST_WEBHOOK_ID",
GETPOST(
'STRIPE_TEST_WEBHOOK_ID',
'alpha'),
'chaine', 0,
'', $conf->entity);
72 $result =
dolibarr_set_const($db,
"STRIPE_TEST_WEBHOOK_KEY",
GETPOST(
'STRIPE_TEST_WEBHOOK_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
76 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_PUBLISHABLE_KEY",
GETPOST(
'STRIPE_LIVE_PUBLISHABLE_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
80 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_SECRET_KEY",
GETPOST(
'STRIPE_LIVE_SECRET_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
84 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_WEBHOOK_ID",
GETPOST(
'STRIPE_LIVE_WEBHOOK_ID',
'alpha'),
'chaine', 0,
'', $conf->entity);
88 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_WEBHOOK_KEY",
GETPOST(
'STRIPE_LIVE_WEBHOOK_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
93 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_CREDITOR",
GETPOST(
'ONLINE_PAYMENT_CREDITOR',
'alpha'),
'chaine', 0,
'', $conf->entity);
97 $result =
dolibarr_set_const($db,
"STRIPE_BANK_ACCOUNT_FOR_PAYMENTS",
GETPOSTINT(
'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS'),
'chaine', 0,
'', $conf->entity);
101 $result =
dolibarr_set_const($db,
"STRIPE_USER_ACCOUNT_FOR_ACTIONS",
GETPOSTINT(
'STRIPE_USER_ACCOUNT_FOR_ACTIONS'),
'chaine', 0,
'', $conf->entity);
102 if (!($result > 0)) {
105 $result =
dolibarr_set_const($db,
"STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS",
GETPOSTINT(
'STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS'),
'chaine', 0,
'', $conf->entity);
106 if (!($result > 0)) {
109 if (GETPOSTISSET(
'STRIPE_LOCATION')) {
110 $result =
dolibarr_set_const($db,
"STRIPE_LOCATION",
GETPOST(
'STRIPE_LOCATION',
'alpha'),
'chaine', 0,
'', $conf->entity);
115 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_CSS_URL",
GETPOST(
'ONLINE_PAYMENT_CSS_URL',
'alpha'),
'chaine', 0,
'', $conf->entity);
116 if (!($result > 0)) {
119 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_MESSAGE_FORM",
GETPOST(
'ONLINE_PAYMENT_MESSAGE_FORM',
'restricthtml'),
'chaine', 0,
'', $conf->entity);
120 if (!($result > 0)) {
123 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_MESSAGE_OK",
GETPOST(
'ONLINE_PAYMENT_MESSAGE_OK',
'restricthtml'),
'chaine', 0,
'', $conf->entity);
124 if (!($result > 0)) {
127 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_MESSAGE_KO",
GETPOST(
'ONLINE_PAYMENT_MESSAGE_KO',
'restricthtml'),
'chaine', 0,
'', $conf->entity);
128 if (!($result > 0)) {
131 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_SENDEMAIL",
GETPOST(
'ONLINE_PAYMENT_SENDEMAIL'),
'chaine', 0,
'', $conf->entity);
132 if (!($result > 0)) {
141 $result =
dolibarr_set_const($db,
"PAYMENT_SECURITY_TOKEN",
GETPOST(
'PAYMENT_SECURITY_TOKEN',
'alpha'),
'chaine', 0,
'', $conf->entity);
142 if (!($result > 0)) {
145 if (empty($conf->use_javascript_ajax)) {
146 $result =
dolibarr_set_const($db,
"PAYMENT_SECURITY_TOKEN_UNIQUE",
GETPOST(
'PAYMENT_SECURITY_TOKEN_UNIQUE',
'alpha'),
'chaine', 0,
'', $conf->entity);
147 if (!($result > 0)) {
161if ($action ==
"setlive") {
163 $res =
dolibarr_set_const($db,
"STRIPE_LIVE", $liveenable,
'yesno', 0,
'', $conf->entity);
177$form =
new Form($db);
180llxHeader(
'', $langs->trans(
"StripeSetup"));
182$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
187print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
188print
'<input type="hidden" name="token" value="'.newToken().
'">';
189print
'<input type="hidden" name="action" value="setvalue">';
193$stripearrayofwebhookevents = array(
'account.updated',
'payout.created',
'payout.paid',
'charge.pending',
'charge.refunded',
'charge.succeeded',
'charge.failed',
'payment_intent.succeeded',
'payment_intent.payment_failed',
'payment_method.attached',
'payment_method.updated',
'payment_method.card_automatically_updated',
'payment_method.detached',
'source.chargeable',
'customer.deleted');
195print
'<span class="opacitymedium">'.$langs->trans(
"StripeDesc").
"</span><br>\n";
199print
'<div class="div-table-responsive-no-min">';
200print
'<table class="noborder centpercent">';
201print
'<tr class="liste_titre">';
202print
'<td>'.$langs->trans(
"AccountParameter").
'</td>';
203print
'<td>'.$langs->trans(
"Value").
'</td>';
207print
'<tr class="oddeven">';
209print $langs->trans(
"StripeLiveEnabled").
'</td><td>';
210if ($conf->use_javascript_ajax) {
211 print ajax_constantonoff(
'STRIPE_LIVE');
213 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
214 print $form->selectarray(
"STRIPE_LIVE", $arrval, $conf->global->STRIPE_LIVE);
216print
'</td><td></td></tr>';
218if (empty($conf->stripeconnect->enabled)) {
219 print
'<tr class="oddeven"><td>';
220 print
'<span class="fieldrequired">'.$langs->trans(
"STRIPE_TEST_PUBLISHABLE_KEY").
'</span></td><td>';
221 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_PUBLISHABLE_KEY" value="' .
getDolGlobalString(
'STRIPE_TEST_PUBLISHABLE_KEY').
'" placeholder="'.$langs->trans(
"Example").
': pk_test_xxxxxxxxxxxxxxxxxxxxxxxx">';
222 print
'</td><td></td></tr>';
224 print
'<tr class="oddeven"><td>';
225 print
'<span class="titlefield fieldrequired">'.$langs->trans(
"STRIPE_TEST_SECRET_KEY").
'</span></td><td>';
226 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_SECRET_KEY" value="' .
getDolGlobalString(
'STRIPE_TEST_SECRET_KEY').
'" placeholder="'.$langs->trans(
"Example").
': sk_test_xxxxxxxxxxxxxxxxxxxxxxxx">';
227 print
'</td><td></td></tr>';
229 print
'<tr class="oddeven"><td>';
230 print
'<span class="titlefield">'.$langs->trans(
"STRIPE_TEST_WEBHOOK_KEY").
'</span></td><td>';
232 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_WEBHOOK_ID" value="'.getDolGlobalString(
'STRIPE_TEST_WEBHOOK_ID').
'" placeholder="'.$langs->trans(
"Example").
': we_xxxxxxxxxxxxxxxxxxxxxxxx">';
235 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_WEBHOOK_KEY" value="'.getDolGlobalString(
'STRIPE_TEST_WEBHOOK_KEY').
'" placeholder="'.$langs->trans(
"Example").
': whsec_xxxxxxxxxxxxxxxxxxxxxxxx">';
236 $out =
img_picto(
'',
'globe').
' <span class="opacitymedium">'.$langs->trans(
"ToOfferALinkForTestWebhook").
'</span> ';
241 $out .=
'<input type="text" id="onlinetestwebhookurl" class="minwidth500" value="'.$url.
'" disabled>';
247 if (
utf8_check($conf->global->STRIPE_TEST_SECRET_KEY)) {
249 \Stripe\Stripe::setApiKey($conf->global->STRIPE_TEST_SECRET_KEY);
250 $endpoint = \Stripe\WebhookEndpoint::retrieve($conf->global->STRIPE_TEST_WEBHOOK_ID);
251 $endpoint->enabled_events = $stripearrayofwebhookevents;
252 if (
GETPOST(
'webhook',
'alpha') == $conf->global->STRIPE_TEST_WEBHOOK_ID) {
253 if (!
GETPOST(
'status',
'alpha')) {
254 $endpoint->disabled =
true;
256 $endpoint->disabled =
false;
259 $endpoint->url = $url;
263 if ($endpoint->status ==
'enabled') {
264 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=0">';
265 print
img_picto($langs->trans(
"Activated"),
'switch_on');
267 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=1">';
268 print
img_picto($langs->trans(
"Disabled"),
'switch_off');
271 print $e->getMessage();
274 print
'Bad value for the secret key. Reenter and save it again to fix this.';
277 print
img_picto($langs->trans(
"Inactive"),
'statut5');
282 print
'<tr class="oddeven"><td>'.$langs->trans(
"StripeConnect").
'</td>';
283 print
'<td><b>'.$langs->trans(
"StripeConnect_Mode").
'</b><br>';
284 print $langs->trans(
"STRIPE_APPLICATION_FEE_PLATFORM").
' ';
285 print
price($conf->global->STRIPE_APPLICATION_FEE_PERCENT);
287 print
price($conf->global->STRIPE_APPLICATION_FEE);
288 print
' '.$langs->getCurrencySymbol($conf->currency).
' '.$langs->trans(
"minimum").
' '.
price($conf->global->STRIPE_APPLICATION_FEE_MINIMAL).
' '.$langs->getCurrencySymbol($conf->currency);
289 print
'</td><td></td></tr>';
292if (empty($conf->stripeconnect->enabled)) {
293 print
'<tr class="oddeven"><td>';
294 print
'<span class="fieldrequired">'.$langs->trans(
"STRIPE_LIVE_PUBLISHABLE_KEY").
'</span></td><td>';
295 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_PUBLISHABLE_KEY" value="'.getDolGlobalString(
'STRIPE_LIVE_PUBLISHABLE_KEY').
'" placeholder="'.$langs->trans(
"Example").
': pk_live_xxxxxxxxxxxxxxxxxxxxxxxx">';
296 print
'</td><td></td></tr>';
298 print
'<tr class="oddeven"><td>';
299 print
'<span class="fieldrequired">'.$langs->trans(
"STRIPE_LIVE_SECRET_KEY").
'</span></td><td>';
300 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_SECRET_KEY" value="'.getDolGlobalString(
'STRIPE_LIVE_SECRET_KEY').
'" placeholder="'.$langs->trans(
"Example").
': sk_live_xxxxxxxxxxxxxxxxxxxxxxxx">';
301 print
'</td><td></td></tr>';
303 print
'<tr class="oddeven"><td>';
304 print
'<span class="titlefield">'.$langs->trans(
"STRIPE_LIVE_WEBHOOK_KEY").
'</span></td><td>';
306 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_WEBHOOK_ID" value="'.getDolGlobalString(
'STRIPE_LIVE_WEBHOOK_ID').
'" placeholder="'.$langs->trans(
"Example").
': we_xxxxxxxxxxxxxxxxxxxxxxxx">';
309 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_WEBHOOK_KEY" value="'.getDolGlobalString(
'STRIPE_LIVE_WEBHOOK_KEY').
'" placeholder="'.$langs->trans(
"Example").
': whsec_xxxxxxxxxxxxxxxxxxxxxxxx">';
310 $out =
img_picto(
'',
'globe',
'class="pictofixedwidth"').
' <span class="opacitymedium">'.$langs->trans(
"ToOfferALinkForLiveWebhook").
'</span> ';
314 $out .=
'<input type="text" id="onlinelivewebhookurl" class="minwidth500" value="'.$url.
'" disabled>';
320 if (
utf8_check($conf->global->STRIPE_TEST_SECRET_KEY)) {
322 \Stripe\Stripe::setApiKey($conf->global->STRIPE_LIVE_SECRET_KEY);
323 $endpoint = \Stripe\WebhookEndpoint::retrieve($conf->global->STRIPE_LIVE_WEBHOOK_ID);
324 $endpoint->enabled_events = $stripearrayofwebhookevents;
325 if (
GETPOST(
'webhook',
'alpha') == $conf->global->STRIPE_LIVE_WEBHOOK_ID) {
326 if (empty(
GETPOST(
'status',
'alpha'))) {
327 $endpoint->disabled =
true;
329 $endpoint->disabled =
false;
332 $endpoint->url = $url;
335 if ($endpoint->status ==
'enabled') {
336 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=0">';
337 print
img_picto($langs->trans(
"Activated"),
'switch_on');
339 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=1">';
340 print
img_picto($langs->trans(
"Disabled"),
'switch_off');
343 print $e->getMessage();
347 print
img_picto($langs->trans(
"Inactive"),
'statut5');
359print
'<div class="div-table-responsive-no-min">';
360print
'<table class="noborder centpercent">';
361print
'<tr class="liste_titre">';
362print
'<td>'.$langs->trans(
"UsageParameter").
'</td>';
363print
'<td>'.$langs->trans(
"Value").
'</td>';
366print
'<tr class="oddeven"><td>';
367print $langs->trans(
"PublicVendorName").
'</td><td>';
368print
'<input class="minwidth300" type="text" name="ONLINE_PAYMENT_CREDITOR" value="'.getDolGlobalString(
'ONLINE_PAYMENT_CREDITOR').
'">';
369print
' <span class="opacitymedium">'.$langs->trans(
"Example").
': '.$mysoc->name.
'</span>';
372print
'<tr class="oddeven"><td>';
373print $langs->trans(
"StripeUserAccountForActions").
'</td><td>';
374print
img_picto(
'',
'user',
'class="pictofixedwidth"').$form->select_dolusers(
getDolGlobalString(
'STRIPE_USER_ACCOUNT_FOR_ACTIONS'),
'STRIPE_USER_ACCOUNT_FOR_ACTIONS', 0);
377print
'<tr class="oddeven"><td>';
378print $langs->trans(
"BankAccount").
'</td><td>';
379print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
380$form->select_comptes(
getDolGlobalString(
'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS'),
'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS', 0,
'', 1);
384 print
'<tr class="oddeven"><td>';
385 print $langs->trans(
"BankAccountForBankTransfer").
'</td><td>';
386 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
387 $form->select_comptes(
getDolGlobalString(
'STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS'),
'STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS', 0,
'', 1);
393 print
'<tr class="oddeven"><td>';
394 print $langs->trans(
"STRIPE_CARD_PRESENT").
'</td><td>';
395 if ($conf->use_javascript_ajax) {
396 print ajax_constantonoff(
'STRIPE_CARD_PRESENT');
398 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
399 print $form->selectarray(
"STRIPE_CARD_PRESENT", $arrval, $conf->global->STRIPE_CARD_PRESENT);
406 print
'<tr class="oddeven"><td>';
407 print $langs->trans(
"TERMINAL_LOCATION").
'</td><td>';
408 $service =
'StripeTest';
411 $service =
'StripeLive';
416 global $stripearrayofkeysbyenv;
417 $site_account = $stripearrayofkeysbyenv[$servicestatus][
'secret_key'];
418 if (!empty($site_account)) {
419 \Stripe\Stripe::setApiKey($site_account);
422 $service =
'StripeTest';
423 $servicestatus =
'0';
424 dol_htmloutput_mesg($langs->trans(
'YouAreCurrentlyInSandboxMode',
'Stripe'), [],
'warning');
426 $service =
'StripeLive';
427 $servicestatus =
'1';
429 $stripe =
new Stripe($db);
430 if (!empty($site_account)) {
432 $stripeacc = $stripe->getStripeAccount($service);
434 $locations = \Stripe\Terminal\Location::all(
'', array(
"stripe_account" => $stripeacc));
436 $locations = \Stripe\Terminal\Location::all();
440 print $e->getMessage().
'<br>';
445 $location[
""] = $langs->trans(
"NotDefined");
446 if (!empty($locations)) {
447 foreach ($locations as $tmplocation) {
448 $location[$tmplocation->id] = $tmplocation->display_name;
452 print $form->selectarray(
"STRIPE_LOCATION", $location,
getDolGlobalString(
'STRIPE_LOCATION'));
456print
'<tr class="oddeven"><td>';
457print $langs->trans(
"STRIPE_SEPA_DIRECT_DEBIT").
'</td><td>';
458if ($conf->use_javascript_ajax) {
459 print ajax_constantonoff(
'STRIPE_SEPA_DIRECT_DEBIT');
461 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
462 print $form->selectarray(
"STRIPE_SEPA_DIRECT_DEBIT", $arrval,
getDolGlobalString(
'STRIPE_SEPA_DIRECT_DEBIT'));
469 print
'<tr class="oddeven"><td>';
470 print $langs->trans(
"STRIPE_KLARNA").
'</td><td>';
471 if ($conf->use_javascript_ajax) {
472 print ajax_constantonoff(
'STRIPE_KLARNA');
474 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
475 print $form->selectarray(
"STRIPE_KLARNA", $arrval, $conf->global->STRIPE_KLARNA);
482 print
'<tr class="oddeven"><td>';
483 print $langs->trans(
"STRIPE_BANCONTACT").
'</td><td>';
484 if ($conf->use_javascript_ajax) {
485 print ajax_constantonoff(
'STRIPE_BANCONTACT');
487 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
488 print $form->selectarray(
"STRIPE_BANCONTACT", $arrval, $conf->global->STRIPE_BANCONTACT);
490 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForBECustomers").
'</span>';
496 print
'<tr class="oddeven"><td>';
497 print $langs->trans(
"STRIPE_IDEAL").
'</td><td>';
498 if ($conf->use_javascript_ajax) {
499 print ajax_constantonoff(
'STRIPE_IDEAL');
501 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
502 print $form->selectarray(
"STRIPE_IDEAL", $arrval, $conf->global->STRIPE_SEPA_DIRECT_DEBIT);
504 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForNLCustomers").
'</span>';
510 print
'<tr class="oddeven"><td>';
511 print $langs->trans(
"STRIPE_GIROPAY").
'</td><td>';
512 if ($conf->use_javascript_ajax) {
513 print ajax_constantonoff(
'STRIPE_GIROPAY');
515 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
516 print $form->selectarray(
"STRIPE_GIROPAY", $arrval, $conf->global->STRIPE_GIROPAY);
518 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForDECustomers").
'</span>';
524 print
'<tr class="oddeven"><td>';
525 print $langs->trans(
"STRIPE_SOFORT").
'</td><td>';
526 if ($conf->use_javascript_ajax) {
527 print ajax_constantonoff(
'STRIPE_SOFORT');
529 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
530 print $form->selectarray(
"STRIPE_SOFORT", $arrval, $conf->global->STRIPE_SOFORT);
532 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForATBEDEITNLESCustomers").
'</span>';
536print
'<tr class="oddeven"><td>';
537print $langs->trans(
"CSSUrlForPaymentForm").
'</td><td>';
538print
'<input class="width500" type="text" name="ONLINE_PAYMENT_CSS_URL" value="' .
getDolGlobalString(
'ONLINE_PAYMENT_CSS_URL').
'">';
539print
' <span class="opacitymedium">'.$langs->trans(
"Example").
': http://mysite/mycss.css</span>';
542print
'<tr class="oddeven"><td>';
543print $langs->trans(
"MessageForm").
'</td><td>';
544$doleditor =
new DolEditor(
'ONLINE_PAYMENT_MESSAGE_FORM',
getDolGlobalString(
"ONLINE_PAYMENT_MESSAGE_FORM"),
'', 100,
'dolibarr_details',
'In',
false,
true,
true, ROWS_2,
'90%');
548print
'<tr class="oddeven"><td>';
549print $langs->trans(
"MessageOK").
'</td><td>';
550$doleditor =
new DolEditor(
'ONLINE_PAYMENT_MESSAGE_OK',
getDolGlobalString(
"ONLINE_PAYMENT_MESSAGE_OK"),
'', 100,
'dolibarr_details',
'In',
false,
true,
true, ROWS_2,
'90%');
554print
'<tr class="oddeven"><td>';
555print $langs->trans(
"MessageKO").
'</td><td>';
556$doleditor =
new DolEditor(
'ONLINE_PAYMENT_MESSAGE_KO',
getDolGlobalString(
"ONLINE_PAYMENT_MESSAGE_KO"),
'', 100,
'dolibarr_details',
'In',
false,
true,
true, ROWS_2,
'90%');
560print
'<tr class="oddeven"><td>';
561print $langs->trans(
"ONLINE_PAYMENT_SENDEMAIL").
'</td><td>';
562print
img_picto(
'',
'email',
'class="pictofixedwidth"');
563print
'<input class="minwidth200" type="text" name="ONLINE_PAYMENT_SENDEMAIL" value="' .
getDolGlobalString(
'ONLINE_PAYMENT_SENDEMAIL').
'">';
564print
' <span class="opacitymedium">'.$langs->trans(
"Example").
': myemail@myserver.com, Payment service <myemail2@myserver2.com></span>';
572print
'<div class="div-table-responsive-no-min">';
573print
'<table class="noborder centpercent">';
575print
'<tr class="liste_titre">';
576print
'<td>'.$langs->trans(
"UrlGenerationParameters").
'</td>';
577print
'<td>'.$langs->trans(
"Value").
'</td>';
581print
'<tr class="oddeven"><td>';
582print $langs->trans(
"SecurityToken").
'</td><td>';
583print
'<input class="minwidth300" type="text" id="PAYMENT_SECURITY_TOKEN" name="PAYMENT_SECURITY_TOKEN" value="' .
getDolGlobalString(
'PAYMENT_SECURITY_TOKEN').
'">';
584if (!empty($conf->use_javascript_ajax)) {
585 print
' '.img_picto($langs->trans(
'Generate'),
'refresh',
'id="generate_token" class="linkobject"');
588 $langs->load(
"errors");
589 print
img_warning($langs->trans(
"WarningTheHiddenOptionIsOn",
'PAYMENT_SECURITY_ACCEPT_ANY_TOKEN'),
'',
'pictowarning marginleftonly');
593print
'<tr class="oddeven"><td>';
594print $langs->trans(
"SecurityTokenIsUnique").
'</td><td>';
595if ($conf->use_javascript_ajax) {
596 print ajax_constantonoff(
'PAYMENT_SECURITY_TOKEN_UNIQUE', array(),
null, 0, 0, 1);
598 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
599 print $form->selectarray(
"PAYMENT_SECURITY_TOKEN_UNIQUE", $arrval, $conf->global->PAYMENT_SECURITY_TOKEN_UNIQUE);
608print $form->buttonsSaveCancel(
"Save",
'');
617include DOL_DOCUMENT_ROOT.
'/core/tpl/onlinepaymentlinks.tpl.php';
619print
info_admin($langs->trans(
"ExampleOfTestCreditCard",
'4242424242424242 (no 3DSecure) or 4000000000003063 (3DSecure required) or 4000002760003184 (3DSecure2 required on all transaction) or 4000003800000446 (3DSecure2 required, the off-session allowed)',
'4000000000000101',
'4000000000000069',
'4000000000000341'));
622 print
info_admin($langs->trans(
"ExampleOfTestBankAcountForSEPA",
'AT611904300234573201 (pending->succeed) or AT861904300235473202 (pending->failed)'));
627if (!empty($conf->use_javascript_ajax)) {
628 print
"\n".
'<script type="text/javascript">';
629 print
'$(document).ready(function () {
631 $("#apidoca").click(function() {
632 console.log("We click on apidoca show/hide");
634 $("#apidoca").hide();
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage a WYSIWYG editor.
Stripe class @TODO No reason to extends CommonObject.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
ajax_autoselect($htmlname, $addlink='', $textonlink='Link')
Make content of an input box selected when we click into input field.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_htmloutput_mesg($mesgstring='', $mesgarray=array(), $style='ok', $keepembedded=0)
Print formatted messages to output (Used to show messages on html output).
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='')
Show information in HTML for admin users or standard users.
utf8_check($str)
Check if a string is in UTF8.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.
stripeadmin_prepare_head()
Define head array for tabs of stripe tools setup pages.