Update payment.php

This commit is contained in:
ptibogxiv 2018-11-02 17:49:11 +01:00 committed by GitHub
parent ab53885ef8
commit 171d36d4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,8 +327,8 @@ if (empty($reshook))
$paiement->paiementid = dol_getIdFromCode($db,$paiementcode,'c_paiement');
$paiement->num_paiement = $charge->message;
$paiement->note = GETPOST('comment');
$paiement->ext_payment_id = $charge->id;
$paiement->ext_payment_site = $service;
$paiement->ext_payment_id = $charge->id;
$paiement->ext_payment_site = $service;
}
if (! $error)