Skip to content

Commit

Permalink
remove sandbox in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin committed Feb 27, 2024
1 parent 6cf3a74 commit a3cf97c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ $app_secret = 'your app secret';
$client = new Client($app_key, $app_secret);
```

### Enable sandbox mode if you want to test the client

```php
$client->useSandboxMode();
```

## Grant token

There is a Auth class to help you getting the token from the shop using oAuth.
Expand Down

0 comments on commit a3cf97c

Please sign in to comment.