Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 12, 2020
2 parents b8a14c0 + e3caaac commit 836fd05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,15 @@ class Base
*/
public function __construct(array $params)
{

$this->keyObject = new Key();

$this->amount = $params['amount'];
$this->invoice = $params['invoice'];
$this->merchantID = $this->keyObject->getAppMerchantID();
$this->merchantCallback = $params['merchantCallback'];
$this->setTimeZone($this->keyObject->getTimeZone());
date_default_timezone_set($this->timezone);

/**
* Before activating production environment be confirm that your system is ok and out of bug
Expand Down

0 comments on commit 836fd05

Please sign in to comment.