Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinwy committed Dec 17, 2024
1 parent 3b57017 commit 7ed4a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/class-wc-gateway-komoju-single-slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function create_session_for_fields()
{
$komoju_api = $this->komoju_api;
$currency = get_woocommerce_currency();
$order_total = 0;
$order_total = 0;

if (WC()->cart) {
$order_total = $this->get_order_total();
Expand Down
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ function (PaymentMethodRegistry $payment_method_registry) {
}
}
}
});
}
);
}
}

0 comments on commit 7ed4a52

Please sign in to comment.