Skip to content

Commit

Permalink
fix(readme): Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apairetti-kloutit committed Feb 11, 2025
1 parent c7c652c commit f911241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ composer.phar

# Others
.DS_Store
git_push.sh
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Once you have the apiKey, you can use it to instantiate the KloutitCaseApi and m

```php
<?php
// Require composer autoloader
require 'vendor/autoload.php';

use Kloutit\Configuration as KloutitConfiguration;
use Kloutit\Api\KloutitCaseApi;
Expand All @@ -36,8 +38,6 @@ use Kloutit\Model\ChargebackReason;
use Kloutit\Model\CaseSector;
use Kloutit\Currencies;

require_once('sdk/vendor/autoload.php');

$apiKey = 'YOUR_API_KEY';
$expedientNumber = 'EXPEDIENT_NUMBER';

Expand Down

0 comments on commit f911241

Please sign in to comment.