Skip to content

Commit

Permalink
fix: Declare api_key property to prevent dynamic property creation
Browse files Browse the repository at this point in the history
  • Loading branch information
anktd committed Dec 4, 2024
1 parent 20fa454 commit 573320a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/class-blockonomics-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}

class Blockonomics_Setup {
private $api_key;
private function get_callback_url() {
$callback_secret = get_option('blockonomics_callback_secret');
$api_url = WC()->api_request_url('WC_Gateway_Blockonomics');
Expand Down

0 comments on commit 573320a

Please sign in to comment.