Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trijayadigital authored Aug 31, 2021
1 parent b9884e2 commit be9d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Transaction extends Base
public function __construct($environment)
{
// default expiry: 24 hours.
$this->expiresAfter = $this->expiresAfter(1440);
$this->expiresAfter(1440);

parent::__construct($environment);
}
Expand Down

0 comments on commit be9d60d

Please sign in to comment.