ok, so try ...
const SouthernCompany = new SouthernCompanyAPI.SouthernCompanyAPI({
username: 'email',
password: 'password',
accounts: ['account']
})
node.warn(SouthernCompany);
ok, so try ...
const SouthernCompany = new SouthernCompanyAPI.SouthernCompanyAPI({
username: 'email',
password: 'password',
accounts: ['account']
})
node.warn(SouthernCompany);