Skip to content

Commit

Permalink
Update Key.php
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 authored Dec 15, 2024
1 parent 79c8c03 commit f6bb780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down Expand Up @@ -221,4 +221,4 @@ public function setTimeZone($timeZone)
$this->timeZone = $timeZone;
}

}
}

0 comments on commit f6bb780

Please sign in to comment.