Fix regression

This commit is contained in:
Laurent Destailleur 2018-03-13 17:49:30 +01:00
parent 2566170c68
commit 0a642a2656

View File

@ -102,7 +102,7 @@ class Stripe extends CommonObject
include_once DOL_DOCUMENT_ROOT.'/societe/class/societeaccount.class.php';
$societeaccount = new SocieteAccount($this->db);
return $societeaccount->getCustomerAccount($object->id, 'stripe', $status); // Get thirdparty cu_...
return $societeaccount->getCustomerAccount($id, 'stripe', $status); // Get thirdparty cu_...
}