Skip to content

Commit 65e42b0

Browse files
Merge pull request #77 from open-pay/develop
Develop
2 parents 69b8a43 + 77964d3 commit 65e42b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Openpay/Data/Openpay.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class Openpay
66
{
77

88
private static $instance = null;
9-
private static $id = '';
10-
private static $apiKey = '';
9+
private static $id;
10+
private static $apiKey;
1111
private static $userAgent = '';
1212
private static $country;
1313
private static $apiEndpoint = '';
@@ -21,7 +21,7 @@ public function __construct()
2121

2222
}
2323

24-
public static function getInstance($id = '', $apiKey = '', $country, $publicIp)
24+
public static function getInstance($id, $apiKey, $country, $publicIp)
2525
{
2626
if ($id != '') {
2727
self::setId($id);

0 commit comments

Comments
 (0)