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