Skip to content

Commit f6bb780

Browse files
authored
Update Key.php
1 parent 79c8c03 commit f6bb780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Key.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __construct($config)
7474
}
7575

7676
$this->appEnv = $envData['NAGAD_APP_ENV'];
77-
$this->appAccount = $envData['NAGAD_APP_ACCOUNT'];
77+
//$this->appAccount = $envData['NAGAD_APP_ACCOUNT'];
7878
$this->appMerchantID = $envData['NAGAD_APP_MERCHANTID'];
7979
$this->merchantPrivateKey = $envData['NAGAD_APP_MERCHANT_PRIVATE_KEY'];
8080
$this->pgPublicKey = $envData['NAGAD_APP_MERCHANT_PG_PUBLIC_KEY'];
@@ -221,4 +221,4 @@ public function setTimeZone($timeZone)
221221
$this->timeZone = $timeZone;
222222
}
223223

224-
}
224+
}

0 commit comments

Comments
 (0)