Include ID in Supplier Account Sync and add supplier id integrity constraint
This commit is contained in:
@@ -60,7 +60,7 @@ class SupplierAccountSync extends Command
|
||||
}
|
||||
|
||||
} else {
|
||||
$this->error(sprintf('User doesnt exist with email (%s)',$customer->email));
|
||||
$this->error(sprintf('User doesnt exist with email (%s:%s)',$customer->id,$customer->email));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user