Skip to content

Commit

Permalink
BUGFIX: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apvalkov committed Sep 13, 2022
1 parent 2e0c7a9 commit 31fecdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ composer require inxy-payments/merchant-sdk
```
## Example redirect to pay page
```php
$apiKey = 'Your api key here';

$apiKey = 'Your api key here';
$config = new Config(Environment::Sandbox, $apiKey, ApiVersion::v1);
$merchantSDK = new MerchantSDK($config);

Expand Down

0 comments on commit 31fecdf

Please sign in to comment.