fix : The property id_prelevement does not exist on Paiement

This commit is contained in:
Philippe GRAND 2022-05-21 22:35:49 +02:00
parent 65b6af12f8
commit 7580a4c1ff

View File

@ -109,6 +109,11 @@ class Paiement extends CommonObject
*/
public $ext_payment_id;
/**
* @var string Id of prelevement
*/
public $id_prelevement;
/**
* @var string Name of external payment mode
*/