diff --git a/src/lib/Key.php b/src/lib/Key.php index a3be9d7..5785c73 100644 --- a/src/lib/Key.php +++ b/src/lib/Key.php @@ -74,7 +74,7 @@ public function __construct($config) } $this->appEnv = $envData['NAGAD_APP_ENV']; - $this->appAccount = $envData['NAGAD_APP_ACCOUNT']; + //$this->appAccount = $envData['NAGAD_APP_ACCOUNT']; $this->appMerchantID = $envData['NAGAD_APP_MERCHANTID']; $this->merchantPrivateKey = $envData['NAGAD_APP_MERCHANT_PRIVATE_KEY']; $this->pgPublicKey = $envData['NAGAD_APP_MERCHANT_PG_PUBLIC_KEY']; @@ -221,4 +221,4 @@ public function setTimeZone($timeZone) $this->timeZone = $timeZone; } -} \ No newline at end of file +}