Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Oct 31, 2021
1 parent 7ce3428 commit 9331891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ composer require brokeyourbike/fidelity-bank-api-client
```php
use BrokeYourBike\FidelityBank\Client;

$apiClient = new Client($config, $httpClient, $psrCache);
$apiClient->fetchAuthTokenRaw();
$apiClient = new Client($config, $httpClient);
$apiClient->getTransactionStatus($transaction);
```

## License
Expand Down

0 comments on commit 9331891

Please sign in to comment.