Skip to content

Commit

Permalink
declare $api_key variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashthecoder05 authored Jul 13, 2024
1 parent 4e9fa04 commit e920347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/Blockonomics.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public function calculate_total_paid_fiat($transactions) {
return $rounded_total_paid_fiats;

}


private $api_key;

public function __construct()
{
Expand Down

0 comments on commit e920347

Please sign in to comment.