You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per examples, if you call login, you are invoking this function twice, as you are already doing this into the constructor.
Best regards $objNetworkManager->login('Zanox',$_ENV['ZANOX_USERNAME'], $_ENV['ZANOX_PASSWORD']);
The text was updated successfully, but these errors were encountered:
Hi. First of all, awesome package!
As per examples, if you call login, you are invoking this function twice, as you are already doing this into the constructor.
Best regards
$objNetworkManager->login('Zanox',$_ENV['ZANOX_USERNAME'], $_ENV['ZANOX_PASSWORD']);
The text was updated successfully, but these errors were encountered: