Fix ext_payment_site

This commit is contained in:
ptibogxiv 2018-11-01 23:04:10 +01:00 committed by GitHub
parent 970f501147
commit b34f781686
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)
{