bugfixes
This commit is contained in:
@ -1235,7 +1235,7 @@ class Connection
|
||||
* @return int BillId
|
||||
* @throws InvalidArgumentException
|
||||
*/
|
||||
function sendBill($payer, $amount, $message, $payee, $multicall=false)
|
||||
function sendBill($payer, $amount, $message, $payee = '', $multicall=false)
|
||||
{
|
||||
$payerLogin = $this->getLogin($payer);
|
||||
if($payerLogin === false)
|
||||
|
@ -287,6 +287,8 @@ class GbxRemote
|
||||
if($written === 0 || $written === false)
|
||||
return false;
|
||||
|
||||
fflush($this->socket);
|
||||
|
||||
$data = substr($data, $written);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user