Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 1, 2018
1 parent c17233a commit 32baec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/public/payment/paymentok.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
}
else
{
$postactionmessages[] = 'Setup of bank account to use in module '.$paymentmethod.' was not set. Not way to record the payment.';
$postactionmessages[] = 'Setup of bank account to use in module '.$paymentmethod.' was not set. No way to record the payment.';
$ispostactionok = -1;
$error++;
}
Expand Down Expand Up @@ -700,9 +700,9 @@

$tmptag=dolExplodeIntoArray($fulltag,'.','=');

dol_syslog("Send email to customer to admins if we have to (sendemail = ".$sendemail.")", LOG_DEBUG, 0, '_payment');
dol_syslog("Send email to admins if we have to (sendemail = ".$sendemail.")", LOG_DEBUG, 0, '_payment');

// Send an email to admin
// Send an email to admins
if ($sendemail)
{
$companylangs = new Translate('', $conf);
Expand Down

0 comments on commit 32baec1

Please sign in to comment.