Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baka-san committed Jan 17, 2024
1 parent d5c626c commit 57c7b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-wc-gateway-komoju.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function create_session_for_order($order_id, $payment_type = null)
}

$shipping_address = null;
$ship_to_billing = get_option('woocommerce_ship_to_destination') === 'billing';
$ship_to_billing = get_option('woocommerce_ship_to_destination') === 'billing';

if ($order->has_shipping_address()) {
$shipping_address = [
Expand Down

0 comments on commit 57c7b7f

Please sign in to comment.