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 963cef1
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-response.php
Original file line number Diff line number Diff line change
Expand Up @@ -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".');

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 963cef1

Please sign in to comment.