getShipmentItems( $orderId ); $originalShipmentSender = $originalShipmentData->ShipmentsFullInfo->ShipmentFullInfo->SenderInfo; $originalShipmentReceiver = $originalShipmentData->ShipmentsFullInfo->ShipmentFullInfo->ReceiverInfo; $nextMonday = new DateTime( 'next monday' ); $today = new DateTime( 'today' ); $fifteenMinutesBeforeNoon = new DateTime( 'front of 10AM' ); $noon = new DateTime( '10AM' ); $countries = new \WC_Countries(); // $shopCountry = $helper->getCountry(); ?>