29require
'../../main.inc.php';
30require_once DOL_DOCUMENT_ROOT.
'/stripe/lib/stripe.lib.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
32require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
33require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
34require_once DOL_DOCUMENT_ROOT.
'/stripe/class/stripe.class.php';
36$servicename =
'Stripe';
39$langs->loadLangs(array(
'admin',
'other',
'paypal',
'paybox',
'stripe'));
41if (empty($user->admin)) {
44if (empty($conf->stripe->enabled)) {
48$action =
GETPOST(
'action',
'aZ09');
55if ($action ==
'setvalue' && $user->admin) {
58 if (empty($conf->stripeconnect->enabled)) {
59 $result =
dolibarr_set_const($db,
"STRIPE_TEST_PUBLISHABLE_KEY",
GETPOST(
'STRIPE_TEST_PUBLISHABLE_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
63 $result =
dolibarr_set_const($db,
"STRIPE_TEST_SECRET_KEY",
GETPOST(
'STRIPE_TEST_SECRET_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
67 $result =
dolibarr_set_const($db,
"STRIPE_TEST_WEBHOOK_ID",
GETPOST(
'STRIPE_TEST_WEBHOOK_ID',
'alpha'),
'chaine', 0,
'', $conf->entity);
71 $result =
dolibarr_set_const($db,
"STRIPE_TEST_WEBHOOK_KEY",
GETPOST(
'STRIPE_TEST_WEBHOOK_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
75 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_PUBLISHABLE_KEY",
GETPOST(
'STRIPE_LIVE_PUBLISHABLE_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
79 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_SECRET_KEY",
GETPOST(
'STRIPE_LIVE_SECRET_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
83 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_WEBHOOK_ID",
GETPOST(
'STRIPE_LIVE_WEBHOOK_ID',
'alpha'),
'chaine', 0,
'', $conf->entity);
87 $result =
dolibarr_set_const($db,
"STRIPE_LIVE_WEBHOOK_KEY",
GETPOST(
'STRIPE_LIVE_WEBHOOK_KEY',
'alpha'),
'chaine', 0,
'', $conf->entity);
92 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_CREDITOR",
GETPOST(
'ONLINE_PAYMENT_CREDITOR',
'alpha'),
'chaine', 0,
'', $conf->entity);
96 $result =
dolibarr_set_const($db,
"STRIPE_BANK_ACCOUNT_FOR_PAYMENTS",
GETPOST(
'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS',
'int'),
'chaine', 0,
'', $conf->entity);
100 $result =
dolibarr_set_const($db,
"STRIPE_USER_ACCOUNT_FOR_ACTIONS",
GETPOST(
'STRIPE_USER_ACCOUNT_FOR_ACTIONS',
'int'),
'chaine', 0,
'', $conf->entity);
101 if (!($result > 0)) {
104 $result =
dolibarr_set_const($db,
"STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS",
GETPOST(
'STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS',
'int'),
'chaine', 0,
'', $conf->entity);
105 if (!($result > 0)) {
108 if (GETPOSTISSET(
'STRIPE_LOCATION')) {
109 $result =
dolibarr_set_const($db,
"STRIPE_LOCATION",
GETPOST(
'STRIPE_LOCATION',
'alpha'),
'chaine', 0,
'', $conf->entity);
114 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_CSS_URL",
GETPOST(
'ONLINE_PAYMENT_CSS_URL',
'alpha'),
'chaine', 0,
'', $conf->entity);
115 if (!($result > 0)) {
118 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_MESSAGE_FORM",
GETPOST(
'ONLINE_PAYMENT_MESSAGE_FORM',
'restricthtml'),
'chaine', 0,
'', $conf->entity);
119 if (!($result > 0)) {
122 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_MESSAGE_OK",
GETPOST(
'ONLINE_PAYMENT_MESSAGE_OK',
'restricthtml'),
'chaine', 0,
'', $conf->entity);
123 if (!($result > 0)) {
126 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_MESSAGE_KO",
GETPOST(
'ONLINE_PAYMENT_MESSAGE_KO',
'restricthtml'),
'chaine', 0,
'', $conf->entity);
127 if (!($result > 0)) {
130 $result =
dolibarr_set_const($db,
"ONLINE_PAYMENT_SENDEMAIL",
GETPOST(
'ONLINE_PAYMENT_SENDEMAIL'),
'chaine', 0,
'', $conf->entity);
131 if (!($result > 0)) {
140 $result =
dolibarr_set_const($db,
"PAYMENT_SECURITY_TOKEN",
GETPOST(
'PAYMENT_SECURITY_TOKEN',
'alpha'),
'chaine', 0,
'', $conf->entity);
141 if (!($result > 0)) {
144 if (empty($conf->use_javascript_ajax)) {
145 $result =
dolibarr_set_const($db,
"PAYMENT_SECURITY_TOKEN_UNIQUE",
GETPOST(
'PAYMENT_SECURITY_TOKEN_UNIQUE',
'alpha'),
'chaine', 0,
'', $conf->entity);
146 if (!($result > 0)) {
160if ($action ==
"setlive") {
161 $liveenable =
GETPOST(
'value',
'int');
162 $res =
dolibarr_set_const($db,
"STRIPE_LIVE", $liveenable,
'yesno', 0,
'', $conf->entity);
176$form =
new Form($db);
179llxHeader(
'', $langs->trans(
"StripeSetup"));
181$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
186print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
187print
'<input type="hidden" name="token" value="'.newToken().
'">';
188print
'<input type="hidden" name="action" value="setvalue">';
192$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');
194print
'<span class="opacitymedium">'.$langs->trans(
"StripeDesc").
"</span><br>\n";
198print
'<div class="div-table-responsive-no-min">';
199print
'<table class="noborder centpercent">';
200print
'<tr class="liste_titre">';
201print
'<td>'.$langs->trans(
"AccountParameter").
'</td>';
202print
'<td>'.$langs->trans(
"Value").
'</td>';
206print
'<tr class="oddeven">';
208print $langs->trans(
"StripeLiveEnabled").
'</td><td>';
209if ($conf->use_javascript_ajax) {
210 print ajax_constantonoff(
'STRIPE_LIVE');
212 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
213 print $form->selectarray(
"STRIPE_LIVE", $arrval, $conf->global->STRIPE_LIVE);
215print
'</td><td></td></tr>';
217if (empty($conf->stripeconnect->enabled)) {
218 print
'<tr class="oddeven"><td>';
219 print
'<span class="fieldrequired">'.$langs->trans(
"STRIPE_TEST_PUBLISHABLE_KEY").
'</span></td><td>';
220 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_PUBLISHABLE_KEY" value="'.$conf->global->STRIPE_TEST_PUBLISHABLE_KEY.
'" placeholder="'.$langs->trans(
"Example").
': pk_test_xxxxxxxxxxxxxxxxxxxxxxxx">';
221 print
'</td><td></td></tr>';
223 print
'<tr class="oddeven"><td>';
224 print
'<span class="titlefield fieldrequired">'.$langs->trans(
"STRIPE_TEST_SECRET_KEY").
'</span></td><td>';
225 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_SECRET_KEY" value="'.$conf->global->STRIPE_TEST_SECRET_KEY.
'" placeholder="'.$langs->trans(
"Example").
': sk_test_xxxxxxxxxxxxxxxxxxxxxxxx">';
226 print
'</td><td></td></tr>';
228 print
'<tr class="oddeven"><td>';
229 print
'<span class="titlefield">'.$langs->trans(
"STRIPE_TEST_WEBHOOK_KEY").
'</span></td><td>';
231 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_WEBHOOK_ID" value="'.getDolGlobalString(
'STRIPE_TEST_WEBHOOK_ID').
'" placeholder="'.$langs->trans(
"Example").
': we_xxxxxxxxxxxxxxxxxxxxxxxx">';
234 print
'<input class="minwidth300" type="text" name="STRIPE_TEST_WEBHOOK_KEY" value="'.getDolGlobalString(
'STRIPE_TEST_WEBHOOK_KEY').
'" placeholder="'.$langs->trans(
"Example").
': whsec_xxxxxxxxxxxxxxxxxxxxxxxx">';
235 $out =
img_picto(
'',
'globe').
' <span class="opacitymedium">'.$langs->trans(
"ToOfferALinkForTestWebhook").
'</span> ';
240 $out .=
'<input type="text" id="onlinetestwebhookurl" class="minwidth500" value="'.$url.
'" disabled>';
245 if (!empty($conf->global->STRIPE_TEST_WEBHOOK_KEY) && !empty($conf->global->STRIPE_TEST_SECRET_KEY) && !empty($conf->global->STRIPE_TEST_WEBHOOK_ID)) {
246 if (
utf8_check($conf->global->STRIPE_TEST_SECRET_KEY)) {
248 \Stripe\Stripe::setApiKey($conf->global->STRIPE_TEST_SECRET_KEY);
249 $endpoint = \Stripe\WebhookEndpoint::retrieve($conf->global->STRIPE_TEST_WEBHOOK_ID);
250 $endpoint->enabled_events = $stripearrayofwebhookevents;
251 if (
GETPOST(
'webhook',
'alpha') == $conf->global->STRIPE_TEST_WEBHOOK_ID) {
252 if (!
GETPOST(
'status',
'alpha')) {
253 $endpoint->disabled =
true;
255 $endpoint->disabled =
false;
258 $endpoint->url = $url;
261 if ($endpoint->status ==
'enabled') {
262 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=0">';
263 print
img_picto($langs->trans(
"Activated"),
'switch_on');
265 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=1">';
266 print
img_picto($langs->trans(
"Disabled"),
'switch_off');
269 print $e->getMessage();
272 print
'Bad value for the secret key. Reenter and save it again to fix this.';
275 print
img_picto($langs->trans(
"Inactive"),
'statut5');
280 print
'<tr class="oddeven"><td>'.$langs->trans(
"StripeConnect").
'</td>';
281 print
'<td><b>'.$langs->trans(
"StripeConnect_Mode").
'</b><br>';
282 print $langs->trans(
"STRIPE_APPLICATION_FEE_PLATFORM").
' ';
283 print
price($conf->global->STRIPE_APPLICATION_FEE_PERCENT);
285 print
price($conf->global->STRIPE_APPLICATION_FEE);
286 print
' '.$langs->getCurrencySymbol($conf->currency).
' '.$langs->trans(
"minimum").
' '.
price($conf->global->STRIPE_APPLICATION_FEE_MINIMAL).
' '.$langs->getCurrencySymbol($conf->currency);
287 print
'</td><td></td></tr>';
290if (empty($conf->stripeconnect->enabled)) {
291 print
'<tr class="oddeven"><td>';
292 print
'<span class="fieldrequired">'.$langs->trans(
"STRIPE_LIVE_PUBLISHABLE_KEY").
'</span></td><td>';
293 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_PUBLISHABLE_KEY" value="'.getDolGlobalString(
'STRIPE_LIVE_PUBLISHABLE_KEY').
'" placeholder="'.$langs->trans(
"Example").
': pk_live_xxxxxxxxxxxxxxxxxxxxxxxx">';
294 print
'</td><td></td></tr>';
296 print
'<tr class="oddeven"><td>';
297 print
'<span class="fieldrequired">'.$langs->trans(
"STRIPE_LIVE_SECRET_KEY").
'</span></td><td>';
298 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_SECRET_KEY" value="'.getDolGlobalString(
'STRIPE_LIVE_SECRET_KEY').
'" placeholder="'.$langs->trans(
"Example").
': sk_live_xxxxxxxxxxxxxxxxxxxxxxxx">';
299 print
'</td><td></td></tr>';
301 print
'<tr class="oddeven"><td>';
302 print
'<span class="titlefield">'.$langs->trans(
"STRIPE_LIVE_WEBHOOK_KEY").
'</span></td><td>';
304 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_WEBHOOK_ID" value="'.getDolGlobalString(
'STRIPE_LIVE_WEBHOOK_ID').
'" placeholder="'.$langs->trans(
"Example").
': we_xxxxxxxxxxxxxxxxxxxxxxxx">';
307 print
'<input class="minwidth300" type="text" name="STRIPE_LIVE_WEBHOOK_KEY" value="'.getDolGlobalString(
'STRIPE_LIVE_WEBHOOK_KEY').
'" placeholder="'.$langs->trans(
"Example").
': whsec_xxxxxxxxxxxxxxxxxxxxxxxx">';
308 $out =
img_picto(
'',
'globe',
'class="pictofixedwidth"').
' <span class="opacitymedium">'.$langs->trans(
"ToOfferALinkForLiveWebhook").
'</span> ';
312 $out .=
'<input type="text" id="onlinelivewebhookurl" class="minwidth500" value="'.$url.
'" disabled>';
317 if (!empty($conf->global->STRIPE_LIVE_WEBHOOK_KEY) && !empty($conf->global->STRIPE_LIVE_SECRET_KEY) && !empty($conf->global->STRIPE_LIVE_WEBHOOK_ID)) {
318 if (
utf8_check($conf->global->STRIPE_TEST_SECRET_KEY)) {
320 \Stripe\Stripe::setApiKey($conf->global->STRIPE_LIVE_SECRET_KEY);
321 $endpoint = \Stripe\WebhookEndpoint::retrieve($conf->global->STRIPE_LIVE_WEBHOOK_ID);
322 $endpoint->enabled_events = $stripearrayofwebhookevents;
323 if (
GETPOST(
'webhook',
'alpha') == $conf->global->STRIPE_LIVE_WEBHOOK_ID) {
324 if (empty(
GETPOST(
'status',
'alpha'))) {
325 $endpoint->disabled =
true;
327 $endpoint->disabled =
false;
330 $endpoint->url = $url;
332 if ($endpoint->status ==
'enabled') {
333 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=0">';
334 print
img_picto($langs->trans(
"Activated"),
'switch_on');
336 print
'<a class="reposition" href="'.$_SERVER[
'PHP_SELF'].
'?action=ipn&webhook='.$endpoint->id.
'&status=1">';
337 print
img_picto($langs->trans(
"Disabled"),
'switch_off');
340 print $e->getMessage();
344 print
img_picto($langs->trans(
"Inactive"),
'statut5');
356print
'<div class="div-table-responsive-no-min">';
357print
'<table class="noborder centpercent">';
358print
'<tr class="liste_titre">';
359print
'<td>'.$langs->trans(
"UsageParameter").
'</td>';
360print
'<td>'.$langs->trans(
"Value").
'</td>';
363print
'<tr class="oddeven"><td>';
364print $langs->trans(
"PublicVendorName").
'</td><td>';
365print
'<input class="minwidth300" type="text" name="ONLINE_PAYMENT_CREDITOR" value="'.getDolGlobalString(
'ONLINE_PAYMENT_CREDITOR').
'">';
366print
' <span class="opacitymedium">'.$langs->trans(
"Example").
': '.$mysoc->name.
'</span>';
369print
'<tr class="oddeven"><td>';
370print $langs->trans(
"StripeUserAccountForActions").
'</td><td>';
371print
img_picto(
'',
'user',
'class="pictofixedwidth"').$form->select_dolusers(
getDolGlobalString(
'STRIPE_USER_ACCOUNT_FOR_ACTIONS'),
'STRIPE_USER_ACCOUNT_FOR_ACTIONS', 0);
374print
'<tr class="oddeven"><td>';
375print $langs->trans(
"BankAccount").
'</td><td>';
376print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
377$form->select_comptes(
getDolGlobalString(
'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS'),
'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS', 0,
'', 1);
381 print
'<tr class="oddeven"><td>';
382 print $langs->trans(
"BankAccountForBankTransfer").
'</td><td>';
383 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
384 $form->select_comptes(
getDolGlobalString(
'STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS'),
'STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS', 0,
'', 1);
390 print
'<tr class="oddeven"><td>';
391 print $langs->trans(
"STRIPE_CARD_PRESENT").
'</td><td>';
392 if ($conf->use_javascript_ajax) {
393 print ajax_constantonoff(
'STRIPE_CARD_PRESENT');
395 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
396 print $form->selectarray(
"STRIPE_CARD_PRESENT", $arrval, $conf->global->STRIPE_CARD_PRESENT);
403 print
'<tr class="oddeven"><td>';
404 print $langs->trans(
"TERMINAL_LOCATION").
'</td><td>';
405 $service =
'StripeTest';
407 if (!empty($conf->global->STRIPE_LIVE) && !
GETPOST(
'forcesandbox',
'alpha')) {
408 $service =
'StripeLive';
413 global $stripearrayofkeysbyenv;
414 $site_account = $stripearrayofkeysbyenv[$servicestatus][
'secret_key'];
415 if (!empty($site_account)) {
416 \Stripe\Stripe::setApiKey($site_account);
418 if (isModEnabled(
'stripe') && (empty($conf->global->STRIPE_LIVE) ||
GETPOST(
'forcesandbox',
'alpha'))) {
419 $service =
'StripeTest';
420 $servicestatus =
'0';
421 dol_htmloutput_mesg($langs->trans(
'YouAreCurrentlyInSandboxMode',
'Stripe'),
'',
'warning');
423 $service =
'StripeLive';
424 $servicestatus =
'1';
426 $stripe =
new Stripe($db);
427 if (!empty($site_account)) {
429 $stripeacc = $stripe->getStripeAccount($service);
431 $locations = \Stripe\Terminal\Location::all(
'', array(
"stripe_account" => $stripeacc));
433 $locations = \Stripe\Terminal\Location::all();
437 print $e->getMessage().
'<br>';
442 $location[
""] = $langs->trans(
"NotDefined");
443 if (!empty($locations)) {
444 foreach ($locations as $tmplocation) {
445 $location[$tmplocation->id] = $tmplocation->display_name;
449 print $form->selectarray(
"STRIPE_LOCATION", $location,
getDolGlobalString(
'STRIPE_LOCATION'));
453print
'<tr class="oddeven"><td>';
454print $langs->trans(
"STRIPE_SEPA_DIRECT_DEBIT").
'</td><td>';
455if ($conf->use_javascript_ajax) {
456 print ajax_constantonoff(
'STRIPE_SEPA_DIRECT_DEBIT');
458 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
459 print $form->selectarray(
"STRIPE_SEPA_DIRECT_DEBIT", $arrval,
getDolGlobalString(
'STRIPE_SEPA_DIRECT_DEBIT'));
466 print
'<tr class="oddeven"><td>';
467 print $langs->trans(
"STRIPE_KLARNA").
'</td><td>';
468 if ($conf->use_javascript_ajax) {
469 print ajax_constantonoff(
'STRIPE_KLARNA');
471 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
472 print $form->selectarray(
"STRIPE_KLARNA", $arrval, $conf->global->STRIPE_KLARNA);
474 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForKlarnaCustomers").
'</span>';
480 print
'<tr class="oddeven"><td>';
481 print $langs->trans(
"STRIPE_BANCONTACT").
'</td><td>';
482 if ($conf->use_javascript_ajax) {
483 print ajax_constantonoff(
'STRIPE_BANCONTACT');
485 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
486 print $form->selectarray(
"STRIPE_BANCONTACT", $arrval, $conf->global->STRIPE_BANCONTACT);
488 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForBECustomers").
'</span>';
494 print
'<tr class="oddeven"><td>';
495 print $langs->trans(
"STRIPE_IDEAL").
'</td><td>';
496 if ($conf->use_javascript_ajax) {
497 print ajax_constantonoff(
'STRIPE_IDEAL');
499 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
500 print $form->selectarray(
"STRIPE_IDEAL", $arrval, $conf->global->STRIPE_SEPA_DIRECT_DEBIT);
502 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForNLCustomers").
'</span>';
508 print
'<tr class="oddeven"><td>';
509 print $langs->trans(
"STRIPE_GIROPAY").
'</td><td>';
510 if ($conf->use_javascript_ajax) {
511 print ajax_constantonoff(
'STRIPE_GIROPAY');
513 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
514 print $form->selectarray(
"STRIPE_GIROPAY", $arrval, $conf->global->STRIPE_GIROPAY);
516 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForDECustomers").
'</span>';
522 print
'<tr class="oddeven"><td>';
523 print $langs->trans(
"STRIPE_SOFORT").
'</td><td>';
524 if ($conf->use_javascript_ajax) {
525 print ajax_constantonoff(
'STRIPE_SOFORT');
527 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
528 print $form->selectarray(
"STRIPE_SOFORT", $arrval, $conf->global->STRIPE_SOFORT);
530 print
' <span class="opacitymedium">'.$langs->trans(
"ExampleOnlyForATBEDEITNLESCustomers").
'</span>';
534print
'<tr class="oddeven"><td>';
535print $langs->trans(
"CSSUrlForPaymentForm").
'</td><td>';
536print
'<input class="width500" type="text" name="ONLINE_PAYMENT_CSS_URL" value="'.$conf->global->ONLINE_PAYMENT_CSS_URL.
'">';
537print
' <span class="opacitymedium">'.$langs->trans(
"Example").
': http://mysite/mycss.css</span>';
540print
'<tr class="oddeven"><td>';
541print $langs->trans(
"MessageForm").
'</td><td>';
542$doleditor =
new DolEditor(
'ONLINE_PAYMENT_MESSAGE_FORM', $conf->global->ONLINE_PAYMENT_MESSAGE_FORM,
'', 100,
'dolibarr_details',
'In',
false,
true,
true, ROWS_2,
'90%');
546print
'<tr class="oddeven"><td>';
547print $langs->trans(
"MessageOK").
'</td><td>';
548$doleditor =
new DolEditor(
'ONLINE_PAYMENT_MESSAGE_OK', $conf->global->ONLINE_PAYMENT_MESSAGE_OK,
'', 100,
'dolibarr_details',
'In',
false,
true,
true, ROWS_2,
'90%');
552print
'<tr class="oddeven"><td>';
553print $langs->trans(
"MessageKO").
'</td><td>';
554$doleditor =
new DolEditor(
'ONLINE_PAYMENT_MESSAGE_KO', $conf->global->ONLINE_PAYMENT_MESSAGE_KO,
'', 100,
'dolibarr_details',
'In',
false,
true,
true, ROWS_2,
'90%');
558print
'<tr class="oddeven"><td>';
559print $langs->trans(
"ONLINE_PAYMENT_SENDEMAIL").
'</td><td>';
560print
img_picto(
'',
'email',
'class="pictofixedwidth"');
561print
'<input class="minwidth200" type="text" name="ONLINE_PAYMENT_SENDEMAIL" value="'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.
'">';
562print
' <span class="opacitymedium">'.$langs->trans(
"Example").
': myemail@myserver.com, Payment service <myemail2@myserver2.com></span>';
570print
'<div class="div-table-responsive-no-min">';
571print
'<table class="noborder centpercent">';
573print
'<tr class="liste_titre">';
574print
'<td>'.$langs->trans(
"UrlGenerationParameters").
'</td>';
575print
'<td>'.$langs->trans(
"Value").
'</td>';
579print
'<tr class="oddeven"><td>';
580print $langs->trans(
"SecurityToken").
'</td><td>';
581print
'<input class="minwidth300" type="text" id="PAYMENT_SECURITY_TOKEN" name="PAYMENT_SECURITY_TOKEN" value="'.$conf->global->PAYMENT_SECURITY_TOKEN.
'">';
582if (!empty($conf->use_javascript_ajax)) {
583 print
' '.img_picto($langs->trans(
'Generate'),
'refresh',
'id="generate_token" class="linkobject"');
585if (!empty($conf->global->PAYMENT_SECURITY_ACCEPT_ANY_TOKEN)) {
586 $langs->load(
"errors");
587 print
img_warning($langs->trans(
"WarningTheHiddenOptionIsOn",
'PAYMENT_SECURITY_ACCEPT_ANY_TOKEN'),
'',
'pictowarning marginleftonly');
591print
'<tr class="oddeven"><td>';
592print $langs->trans(
"SecurityTokenIsUnique").
'</td><td>';
593if ($conf->use_javascript_ajax) {
594 print ajax_constantonoff(
'PAYMENT_SECURITY_TOKEN_UNIQUE',
null,
null, 0, 0, 1);
596 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
597 print $form->selectarray(
"PAYMENT_SECURITY_TOKEN_UNIQUE", $arrval, $conf->global->PAYMENT_SECURITY_TOKEN_UNIQUE);
606print $form->buttonsSaveCancel(
"Save",
'');
615include DOL_DOCUMENT_ROOT.
'/core/tpl/onlinepaymentlinks.tpl.php';
617print
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'));
620 print
info_admin($langs->trans(
"ExampleOfTestBankAcountForSEPA",
'AT611904300234573201 (pending->succeed) or AT861904300235473202 (pending->failed)'));
625if (!empty($conf->use_javascript_ajax)) {
626 print
"\n".
'<script type="text/javascript">';
627 print
'$(document).ready(function () {
629 $("#apidoca").click(function() {
630 console.log("We click on apidoca show/hide");
632 $("#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()
Empty header.
Class to manage a WYSIWYG editor.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
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_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
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 dolibarr global constant int value.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
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.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='')
Show information for admin users or standard users.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_htmloutput_mesg($mesgstring='', $mesgarray=array(), $style='ok', $keepembedded=0)
Print formated messages to output (Used to show messages on html output).
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
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.