Skip to content

Commit

Permalink
Minor typo fixes, and add gitattributes file.
Browse files Browse the repository at this point in the history
  • Loading branch information
xbe-lzoesch committed Sep 20, 2024
1 parent 9e56b24 commit 83570df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/tests export-ignore
/media export-ignore
/docker export-ignore
docker-compose.yml export-ignore
phpunit.xml export-ignore
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Develop models and migrations that are essential for the functionality of the pa
# Contributions & Community
I encourage others to contribute to this package ❤

To join the discord for discussions, and help please join us at [Teller SDK Discord Server](https://discord.gg/gzAevzAKxC)
To join the discord for discussions and help, please join us at [Teller SDK Discord Server](https://discord.gg/gzAevzAKxC)

---

Expand Down Expand Up @@ -198,7 +198,7 @@ $listPayees = $teller->listAccountPayees($actId, $scheme);
## Payments
This section is still in development. Contribute to help finish it...
### Create Account Payee
Creates a beneficiary for sending payments from the given account.
Create a beneficiary for sending payments from the given account.
```php
$teller = new TellerClient($accessToken);
$data = {
Expand Down Expand Up @@ -380,7 +380,7 @@ This is thrown if the .env is not correctly defined. The configuration file look
### InvalidEnvironmentException
The only accepted values are `sandbox`, `development`, or `production`. Any other values detected this exception will be thrown.
### MissingAccessTokenException
This is thrown if the access token for the users banking institution is null, or invalid.
This is thrown if the access token for the user's banking institution is null, or invalid.
### MissingTellerCertException & MissingTellerKeyException
Each exception will show you which one you are missing, the certificate or the private key`.pem` file. Please see your `teller.php` config file to define their path.

Expand Down

0 comments on commit 83570df

Please sign in to comment.