Fix: Correct order of log fields

This commit is contained in:
Laurent Destailleur 2011-11-30 15:13:41 +01:00
parent 202345421c
commit 3a33ffaa71

View File

@ -308,7 +308,7 @@ function print_paypal_redirect($paymentAmount,$currencyCodeType,$paymentType,$re
$landingPage='Billing';
}
dol_syslog("expresscheckout redirect with CallSetExpressCheckout $paymentAmount, $currencyCodeType, $paymentType, $returnURL, $cancelURL, $tag, $landingPage, $solutionType, $shipToName, $shipToStreet, $shipToCity, $shipToState, $shipToCountryCode, $shipToZip, $shipToStreet2, $phoneNum");
dol_syslog("expresscheckout redirect with CallSetExpressCheckout $paymentAmount, $currencyCodeType, $paymentType, $returnURL, $cancelURL, $tag, $solutionType, $landingPage, $shipToName, $shipToStreet, $shipToCity, $shipToState, $shipToCountryCode, $shipToZip, $shipToStreet2, $phoneNum");
$resArray = CallSetExpressCheckout(
$paymentAmount,
$currencyCodeType,