We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c8c03 commit f6bb780Copy full SHA for f6bb780
src/lib/Key.php
@@ -74,7 +74,7 @@ public function __construct($config)
74
}
75
76
$this->appEnv = $envData['NAGAD_APP_ENV'];
77
- $this->appAccount = $envData['NAGAD_APP_ACCOUNT'];
+ //$this->appAccount = $envData['NAGAD_APP_ACCOUNT'];
78
$this->appMerchantID = $envData['NAGAD_APP_MERCHANTID'];
79
$this->merchantPrivateKey = $envData['NAGAD_APP_MERCHANT_PRIVATE_KEY'];
80
$this->pgPublicKey = $envData['NAGAD_APP_MERCHANT_PG_PUBLIC_KEY'];
@@ -221,4 +221,4 @@ public function setTimeZone($timeZone)
221
$this->timeZone = $timeZone;
222
223
224
-}
+}
0 commit comments