Skip to content

Commit

Permalink
fix: codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devaguia committed Mar 7, 2024
1 parent 9b244e8 commit a39b56e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/includes/gateways/PixPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public function __construct(VindiSettings $vindi_settings, VindiControllers $con
);

$this->init_form_fields();

// Load the settings.
$this->init_settings();

add_action('woocommerce_view_order', array(&$this, 'show_pix_download'), -10, 1);
Expand Down

0 comments on commit a39b56e

Please sign in to comment.