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 35b1ff5 commit 188b7cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"configurations": [

{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003,
}
]
}
2 changes: 1 addition & 1 deletion class-wc-gateway-komoju.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function create_session_for_order($order_id, $payment_type = null)
'state' => $order->get_shipping_state(),
'city' => $order->get_shipping_city(),
];
} elseif($ship_to_billing) {
} elseif ($ship_to_billing) {
$shipping_address = $billing_address;
}

Expand Down

0 comments on commit 188b7cb

Please sign in to comment.