Skip to content

Commit ba50fbd

Browse files
committed
fix doc
1 parent ae877c8 commit ba50fbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ composer require "kucoin/kucoin-php-sdk:~1.1.0"
3333
| Environment | BaseUri |
3434
|---------------|-----------------------------------------------------|
3535
| *Production* | https://api.kucoin.com |
36-
| ~~*Sandbox*~~ | ~~https://openapi-sandbox.kucoin.com~~ (Deprecated) |
3736

3837
```php
3938
// Switch to the sandbox environment

src/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ abstract class Api
2121
/**
2222
* @var string SDK update date
2323
*/
24-
const UPDATE_DATE = '2024.05.30';
24+
const UPDATE_DATE = '2024.05.28';
2525

2626
/**
2727
* @var string

0 commit comments

Comments
 (0)