Skip to content

Commit eb104ba

Browse files
author
Andrew Keynes
committed
Replace short array syntax for PHP < 5.4 compatibility
1 parent 1ae9042 commit eb104ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Message/SecureXMLAbstractRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ abstract class SecureXMLAbstractRequest extends AbstractRequest
1111
public $liveEndpoint = 'https://api.securepay.com.au/xmlapi/payment';
1212

1313
protected $requestType = 'Payment';
14+
protected $requiredFields = array();
1415

1516
/**
1617
* Set the messageID on the request.

src/Message/SecureXMLEchoTestRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
class SecureXMLEchoTestRequest extends SecureXMLAbstractRequest
1414
{
1515
protected $requestType = 'Echo';
16-
protected $requiredFields = [];
1716

1817
public function getData()
1918
{

0 commit comments

Comments
 (0)