Skip to content

Commit

Permalink
Merge pull request #3 from TechTailor/dev
Browse files Browse the repository at this point in the history
StyleCI Fixes
  • Loading branch information
Moinuddin S. Khaja authored Dec 7, 2021
2 parents e966070 + b5c3350 commit 0467cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CoinDCXApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ public function getOrderBook($pair)
public function getCandles($pair, $interval = '5m', $startTime = null, $endTime = null)
{
$data = [
'pair' => $pair,
'interval' => $interval,
'pair' => $pair,
'interval' => $interval,
'startTime' => $startTime,
'endTime' => $endTime,
'endTime' => $endTime,
];

$this->api_url = $this->public_url;
Expand Down

0 comments on commit 0467cab

Please sign in to comment.