From 7ed4a5257884bf7f8b3e888a039c12252b57f30c Mon Sep 17 00:00:00 2001 From: Jae Date: Tue, 17 Dec 2024 16:23:16 +0900 Subject: [PATCH] Fix lint --- includes/class-wc-gateway-komoju-single-slug.php | 2 +- index.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/class-wc-gateway-komoju-single-slug.php b/includes/class-wc-gateway-komoju-single-slug.php index ab13a02..dbd79ce 100644 --- a/includes/class-wc-gateway-komoju-single-slug.php +++ b/includes/class-wc-gateway-komoju-single-slug.php @@ -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(); diff --git a/index.php b/index.php index a5b54e6..01c00f5 100755 --- a/index.php +++ b/index.php @@ -143,6 +143,7 @@ function (PaymentMethodRegistry $payment_method_registry) { } } } - }); + } + ); } }