Merge pull request #20478 from rycks/develop

fix #20477: add online_payment_url on orders API requests
This commit is contained in:
Laurent Destailleur
2022-04-01 14:47:38 +02:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -266,6 +266,11 @@ class Commande extends CommonOrder
*/
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')