Skip to content

Commit

Permalink
Updated readme and composer package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kosterman committed Nov 18, 2024
1 parent 6d43daf commit 4ddd88f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Efty Pay production URLs:
- PHP 7.0 or higher
- PECL
- Composer
- Efty Pay access credentials; please contact [ask@efty.com](ask@efty.com) to obtain early access.
- Efty Pay API access credentials; please contact [ask@efty.com](ask@efty.com) to obtain early access.

## Getting started

Expand Down Expand Up @@ -55,12 +55,12 @@ Open your `composer.json` file in your preferred text editor and add in the belo
"repositories": [
{
"type": "git",
"url": "https://github.com/efty-b-v/efty-pay-php-sdk"
}
]
"require": {
"efty-b-v/efty-pay-php-sdk": "v1.0.0"
"url": "https://github.com/eftybv/efty-pay-php-sdk"
}
],
"require": {
"eftybv/efty-pay-php-sdk": "v1.0.0"
}
}
```

Expand Down Expand Up @@ -124,9 +124,9 @@ Injecting the token in the function context:
You can now use the SDK in your project. For our quickstart and examples, please visit our [Efty Pay PHP Quickstart repository](https://github.com/eftybv/efty-pay-php-quickstart).

### Troubleshooting & Support
- If you encounter any issues, ensure that the package name is correctly specified.
- You can also specify a version constraint (e.g., "^1.0" or "dev-main") if you need a specific version of the SDK. It's strongly recommended to always use the latest version.
- If you run into any other issues, contact us at [ask@efty.com](ask@efty.com).
- If you encounter any issues, ensure that the package name is correctly specified.
- You can also specify a version constraint (e.g., "^1.0" or "dev-main") if you need a specific version of the SDK. It's strongly recommended to always use the latest version.
- If you run into any other issues, contact us at [ask@efty.com](ask@efty.com).

## API resource documentation
The Efty Pay API resource documentation can be found at [https://docs.eftypay.com](https://docs.eftypay.com)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "efty-b-v/efty-pay-php-sdk",
"name": "eftybv/efty-pay-php-sdk",
"description": "Efty Pay PHP SDK",
"type": "library",
"license": "MIT",
Expand Down

0 comments on commit 4ddd88f

Please sign in to comment.