diff --git a/README.md b/README.md index b01be65..84245d9 100644 --- a/README.md +++ b/README.md @@ -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.