noydarly

Results 4 comments of noydarly

It happens with me. Upgraded PHP version to 7.2 and this error came out. -- PHP Fatal error: Redefinition of parameter $action in /var/www/spectrum4med.com/data/library/QuickBooks/QuickBooks/Callbacks.php on line 587 -- @consolibyte Could...

Updated to the latest version, and got another error from deprecated functions since PHP 7.1, which you mentioned you would have an update. We are in production mode, is there...

public function oauthLoad($key, $app_username, $app_tenant) { if ($data = $this->_oauthLoad($app_username, $app_tenant)) { if (strlen($data['oauth_access_token']) > 0) { //$AES = QuickBooks_Encryption_Factory::create('aes'); $AES = QuickBooks_Encryption_Factory::create('rc4'); $data['oauth_access_token'] = $AES->decrypt($key, $data['oauth_access_token']); $data['oauth_access_token_secret'] = $AES->decrypt($key,...

I can do it with nodejs and python. But i want do it with ruby on rails. for example I can find this solution in nodejs var count = web3.eth.getTransactionCount("0x26...");...