Merge pull request #9939 from ptibogxiv/patch-86

Fix ext_payment_site
This commit is contained in:
Laurent Destailleur 2018-11-05 09:37:45 +01:00 committed by GitHub
commit 6fd76f5ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -631,7 +631,7 @@ if ($ispaymentok)
$paiement->num_paiement = '';
$paiement->note_public = 'Online payment '.dol_print_date($now, 'standard').' from '.$ipaddress;
$paiement->ext_payment_id = $TRANSACTIONID;
$paiement->ext_payment_site = $paymentmethod;
$paiement->ext_payment_site = $service;
if (! $error)
{