diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53ace78 --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index c07a1d5..c3e4f90 100644 --- a/README.md +++ b/README.md @@ -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) --- @@ -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 = { @@ -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.