Skip to content

Commit

Permalink
wrong key data missed
Browse files Browse the repository at this point in the history
  • Loading branch information
bakcay committed Sep 15, 2023
1 parent 13e73f6 commit 87fec2a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ public function testConnection() {

$result = $this->dna()->GetCurrentBalance();

if($result["result"] == "OK"){


if($result["ErrorCode"] == 0){
return true;
}else{
return false;
Expand Down

0 comments on commit 87fec2a

Please sign in to comment.