Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajroham committed May 8, 2020
1 parent bf8d483 commit ee00eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ vendor
coverage
.idea
.phpunit.result.cache
.php_cs.cache
2 changes: 1 addition & 1 deletion src/Traits/LaravelBitpayTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function authenticate()
'testnet' == $this->config['network'] ? Env::Test : Env::Prod,
$this->config['private_key'],
new Tokens(
$this->config['token'], //merchant
$this->config['token'] //merchant
),
$this->config['key_storage_password'] //used to decrypt your private key, if encrypted
);
Expand Down

0 comments on commit ee00eb0

Please sign in to comment.