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) { } } } - }); + } + ); } }