Update payment.php
This commit is contained in:
parent
ab53885ef8
commit
171d36d4fc
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user