diff --git a/src/LinkORB/Buckaroo/Request.php b/src/LinkORB/Buckaroo/Request.php index fe27b25..fd3a870 100644 --- a/src/LinkORB/Buckaroo/Request.php +++ b/src/LinkORB/Buckaroo/Request.php @@ -102,7 +102,7 @@ public function sendRequest($TransactionRequest, $type) $this->soapClient->__SetLocation('https://checkout.buckaroo.nl/soap/'); } - $return = []; + $return = array(); switch($type) { case 'invoiceinfo': $return['result'] = $this->soapClient->InvoiceInfo($TransactionRequest);