From 963cef1a1de77e9cbccc661f575d76b6f3c6a7c7 Mon Sep 17 00:00:00 2001 From: Jae Date: Tue, 17 Dec 2024 16:19:42 +0900 Subject: [PATCH] Fix lint --- includes/class-wc-gateway-komoju-response.php | 2 +- index.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/class-wc-gateway-komoju-response.php b/includes/class-wc-gateway-komoju-response.php index 3fe6220..494db31 100644 --- a/includes/class-wc-gateway-komoju-response.php +++ b/includes/class-wc-gateway-komoju-response.php @@ -20,7 +20,7 @@ protected function get_komoju_order($webhookEvent, $invoice_prefix) if (is_string($webhookEvent->external_order_num())) { $order_id = $webhookEvent->external_order_num(); - // Nothing was found + // Nothing was found } else { WC_Gateway_Komoju::log('Error: Order ID (external_order_num) was not found in "webhookEvent".'); 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) { } } } - }); + } + ); } }