fix #20477 : add online_payment_url as public var
This commit is contained in:
parent
9f2480712b
commit
1589afde19
@ -266,6 +266,11 @@ class Commande extends CommonOrder
|
|||||||
*/
|
*/
|
||||||
public $expeditions;
|
public $expeditions;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string payment url
|
||||||
|
*/
|
||||||
|
public $online_payment_url;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 'type' if the field format ('integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter]]', 'varchar(x)', 'double(24,8)', 'real', 'price', 'text', 'html', 'date', 'datetime', 'timestamp', 'duration', 'mail', 'phone', 'url', 'password')
|
* 'type' if the field format ('integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter]]', 'varchar(x)', 'double(24,8)', 'real', 'price', 'text', 'html', 'date', 'datetime', 'timestamp', 'duration', 'mail', 'phone', 'url', 'password')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user