Fix regression
This commit is contained in:
parent
2566170c68
commit
0a642a2656
@ -102,7 +102,7 @@ class Stripe extends CommonObject
|
|||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/societe/class/societeaccount.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/societe/class/societeaccount.class.php';
|
||||||
$societeaccount = new SocieteAccount($this->db);
|
$societeaccount = new SocieteAccount($this->db);
|
||||||
return $societeaccount->getCustomerAccount($object->id, 'stripe', $status); // Get thirdparty cu_...
|
return $societeaccount->getCustomerAccount($id, 'stripe', $status); // Get thirdparty cu_...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user