Standardize code

This commit is contained in:
Philippe GRAND
2018-10-05 15:55:47 +02:00
parent 073ec85208
commit bcfdeeea88
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ class CompanyPaymentMode extends CommonObject
/**
* @var int Thirdparty ID
*/
public $fk_soc;
public $fk_soc;
/**
* @var string company payment mode label

View File

@@ -36,7 +36,7 @@ class Stripe extends CommonObject
/**
* @var int Thirdparty ID
*/
public $fk_soc;
public $fk_soc;
public $fk_key;