remove api details
This commit is contained in:
parent
e572af4042
commit
abbd579b48
|
|
@ -11,12 +11,7 @@ use function GuzzleHttp\json_decode;
|
|||
class ThreeCommasController extends Controller
|
||||
{
|
||||
private $baseUrl = 'https://3commas.io';
|
||||
private $api_version = '/public/api/ver1/';
|
||||
// private $api_secret;
|
||||
// private $api_key = 'fd2465a6fa0e455986ef99a51dea14c759bf2feb8f5344558715b1176a3680e8';
|
||||
// private $api_secret = '7a43c6de51fc9d4d10f1889bc0bd816d1da63d24c4b0ef357f35e4eb95c5f5e6fef355b891cee3960d7cfc872f328c38906ac17a7152610098eb14940f29cb5643c58c09a7de5fa63859ffe1baedf01ba0c3fa3f30757f33bf5d5f7f2e22e3539f70109e';
|
||||
// private $api_key = config('user.api_key_3commas');
|
||||
|
||||
private $api_version = '/public/api/ver1/';
|
||||
public function __construct()
|
||||
{
|
||||
$this->api_secret = config('user.api_secret_3commas');
|
||||
|
|
|
|||
Loading…
Reference in New Issue