whoopsie, extraneous code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
trav 2024-07-10 19:32:49 -04:00
parent 45c13bf515
commit 52e97d16d8

View File

@ -120,9 +120,6 @@ if(!is_user_logged_in()){
<?php <?php
foreach ($_GET["order_ids"] as $order_id) { foreach ($_GET["order_ids"] as $order_id) {
$order = wc_get_order($order_id); $order = wc_get_order($order_id);
$first_name = $order->get_shipping_first_name();
$last_name = $order->get_s_last_name();
$postcode = $order->get_billing_postcode();
// Check if shipping details exist // Check if shipping details exist
$shipping_first_name = $order->get_shipping_first_name(); $shipping_first_name = $order->get_shipping_first_name();