ci / lint-test (push) Failing after 45s
Local rides are paid with credits (only overseas ones go on a card), so trips
belong to this slice and were simply never fetched — the Graph query searched
"order with Uber", the Eats subject. Captured 15 real messages from the mailbox
via a dry-run before touching anything, which found two defects that no amount
of reasoning about the template would have:
**Uber sends two mails per trip.** A "charge summary" when the ride ends, then
the real receipt when payment settles — same subject, same total. The summary
carries no tripReference, so order_reference fell back to `msg:<message-id>`
and I7 could not dedupe it against the receipt that follows. Every trip would
have been recorded twice. It says so itself ("This is not a payment receipt ...
You will receive a trip receipt when the payment is processed"), so it is now a
NotAReceiptError — 200 and silent, like every other expected non-receipt.
**Trip receipts label neither end of the journey.** Delivery receipts write
"1:20 pm - Pick-up"; trips print the time alone. The split regex put the time
into `label` and left `time` null. Time is now read properly, and a two-stop
trip is labelled Pick-up/Drop-off positionally — only where the receipt was
silent, so a template that does label its stops keeps its own wording.
Verified against all 15 captured messages: 7 trips recorded, 5 charge summaries
and 3 promotions skipped, 0 failures, no duplicate references. Two of the seven
are AUD credits-funded ($84.78 + $47.97) and would become transactions; the
five NZD ones are card-settled and correctly create provenance only (I5).
Fixtures ut-00 (local credits trip), ut-01 (overseas card trip) and ut-summary
(the charge summary) are captured mail, not written by hand.
241 lines
42 KiB
HTML
241 lines
42 KiB
HTML
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="color-scheme" content="light dark"><meta name="supported-color-schemes" content="light dark only"><style type="text/css">
|
|
<!--
|
|
body
|
|
{margin:0;
|
|
padding:0}
|
|
table, td
|
|
{border-collapse:collapse}
|
|
*
|
|
{font-family:ubermovetextregular,Arial,sans-serif}
|
|
nobr
|
|
{display:inline;
|
|
color:inherit;
|
|
white-space:nowrap}
|
|
-->
|
|
</style><style type="text/css">
|
|
<!--
|
|
.notification
|
|
{background:#eff4fe;
|
|
background-color:#eff4fe}
|
|
.notification a
|
|
{color:#000}
|
|
.notification.info
|
|
{background:#eff4fe;
|
|
background-color:#eff4fe}
|
|
.notification.positive
|
|
{background:#eaf6ed;
|
|
background-color:#eaf6ed}
|
|
.notification.warning
|
|
{background:#fdf2dc;
|
|
background-color:#fdf2dc}
|
|
.notification.negative
|
|
{background:#fff0ee;
|
|
background-color:#fff0ee}
|
|
.body-root
|
|
{background:#fff;
|
|
background-color:#fff;
|
|
color:#000}
|
|
.total-fare-wrapper .total-fare-content.arrear .total-fare-amount
|
|
{color:#de1135}
|
|
.img-dark
|
|
{display:none}
|
|
.disclaimer-text a
|
|
{color:#000!important;
|
|
font-weight:700!important}
|
|
.disclaimer-action
|
|
{text-align:right}
|
|
.disclaimer-action a
|
|
{color:#000!important;
|
|
font-family:UberMoveTextMedium,Arial,sans-serif;
|
|
font-weight:500!important;
|
|
font-size:14px!important;
|
|
font-size:.875rem!important;
|
|
line-height:20px!important;
|
|
line-height:1.25rem!important}
|
|
.additional-info-value a
|
|
{color:#000!important;
|
|
font-family:UberMoveTextMedium,Arial,sans-serif;
|
|
font-weight:500!important;
|
|
font-size:16px!important;
|
|
font-size:1rem!important;
|
|
line-height:20px!important;
|
|
line-height:1.25rem!important}
|
|
.footer .mobile-content a
|
|
{text-decoration:none}
|
|
.footer, .footer a
|
|
{color:#fff!important}
|
|
.footer a
|
|
{font-family:UberMoveTextMedium,Arial,sans-serif;
|
|
font-weight:500!important;
|
|
font-size:14px!important;
|
|
line-height:20px!important;
|
|
font-size:.875rem!important;
|
|
line-height:1.25rem!important}
|
|
.action-panel .action-panel-button, .action-panel .action-panel-button a
|
|
{color:#000!important}
|
|
.mobile-content .hidden
|
|
{display:none!important}
|
|
.benefit-box
|
|
{padding-bottom:16px}
|
|
.action-panel-title
|
|
{vertical-align:top}
|
|
.sc_item_title
|
|
{padding-right:8px}
|
|
.sc_item_quantity
|
|
{background-color:#e8e8e8;
|
|
color:#000}
|
|
.sc_item_title, .sc_item_price
|
|
{color:#000}
|
|
.sc_item_sub_text
|
|
{color:#707070!important}
|
|
.ad-container
|
|
{margin-bottom:14px;
|
|
height:100%}
|
|
.header-charge-summary, .header-charge-summary-table-row
|
|
{background:#000!important;
|
|
background-color:#000!important}
|
|
-->
|
|
</style><style type="text/css" data-style-type="dark">
|
|
<!--
|
|
@media(prefers-color-scheme:dark){
|
|
.img-dark
|
|
{display:block!important}
|
|
.img-light
|
|
{display:none!important}
|
|
.header, .header-table-row
|
|
{background:#292929!important;
|
|
background-color:#292929!important;
|
|
color:#fff!important}
|
|
.header-charge-summary, .header-charge-summary-table-row
|
|
{background:#000!important;
|
|
background-color:#000!important}
|
|
.header .date
|
|
{color:#ddd!important}
|
|
.body-root
|
|
{background:#161616!important;
|
|
background-color:#161616!important;
|
|
color:#fff!important}
|
|
.notification
|
|
{color:#fff!important;
|
|
background:#eff4fe!important;
|
|
background-color:#eff4fe!important}
|
|
.notification a
|
|
{color:#fff!important}
|
|
.notification.info
|
|
{background:#182946!important;
|
|
background-color:#182946!important}
|
|
.notification.positive
|
|
{background:#162f1e!important;
|
|
background-color:#162f1e!important}
|
|
.notification.warning
|
|
{background:#39240a!important;
|
|
background-color:#39240a!important}
|
|
.notification.negative
|
|
{background:#4a1216!important;
|
|
background-color:#4a1216!important}
|
|
.notification-button
|
|
{background:#22375c!important;
|
|
background-color:#22375c!important;
|
|
color:#dedede!important}
|
|
.total-fare-wrapper .total-fare-content.arrear .total-fare-amount
|
|
{color:#de5b5d!important}
|
|
.divider-wrapper .divider-line
|
|
{background-color:#292929!important;
|
|
background:#292929!important}
|
|
.footer .divider-line
|
|
{background-color:#383838!important;
|
|
background:#383838!important}
|
|
.footer, .footer a
|
|
{color:#d1d1d1!important}
|
|
.payment-item .payment-meta-text
|
|
{color:#ababab!important}
|
|
.disclaimer-action a, .additional-info-value a
|
|
{color:#fff!important;
|
|
white-space:nowrap}
|
|
.action-panel
|
|
{border-color:#292929!important}
|
|
.action-panel .action-panel-button
|
|
{background:#383838!important;
|
|
background-color:#383838!important;
|
|
color:#dedede!important}
|
|
.action-panel .action-panel-button a
|
|
{color:#dedede!important}
|
|
.pickup-icon-2
|
|
{background:#dedede!important}
|
|
.dropoff-icon-2
|
|
{background-color:initial!important}
|
|
.vehicle-detail-col
|
|
{border-bottom:1px solid #292929!important}
|
|
.vehicle-detail-label, .address-point-label, .disclaimer-heading, .benefit-text
|
|
{color:#dedede!important}
|
|
.vehicle-detail-desc, .disclaimer-text, .disclaimer-text a
|
|
{color:#ababab!important}
|
|
.address-point-desc
|
|
{color:#8c8c8c!important}
|
|
.benefit-box-table
|
|
{background:#292929!important;
|
|
background-color:#292929!important;
|
|
border-color:#292929!important}
|
|
.sc_item_quantity
|
|
{background-color:#383838!important;
|
|
color:#fff!important}
|
|
.sc_item_title, .sc_item_price
|
|
{color:#fff!important}
|
|
.sc_item_sub_text
|
|
{color:#c4c4c4!important}
|
|
|
|
}
|
|
-->
|
|
</style><style type="text/css">
|
|
<!--
|
|
@media only screen and (max-width:699px){
|
|
.header-table-cell
|
|
{padding-right:5px!important;
|
|
padding-left:5px!important}
|
|
.header-table-cell-with-text
|
|
{padding-right:20px!important;
|
|
padding-left:20px!important}
|
|
.desktop-content
|
|
{display:none!important}
|
|
.mobile-content
|
|
{display:block!important}
|
|
.mobile-content .hidden
|
|
{display:table-cell!important}
|
|
.mobile-table
|
|
{display:table!important}
|
|
.mobile-column
|
|
{width:100%!important}
|
|
.body-content
|
|
{padding-top:24px!important;
|
|
padding-right:24px!important;
|
|
padding-bottom:32px!important;
|
|
padding-left:24px!important}
|
|
.footer-table-cell
|
|
{padding-right:24px!important;
|
|
padding-left:24px!important}
|
|
.footer .entity-info
|
|
{width:75%!important}
|
|
.footer a
|
|
{font-size:16px!important;
|
|
line-height:20px!important;
|
|
font-size:1rem!important;
|
|
line-height:1.25rem!important}
|
|
.mobile-content .address-point-desc
|
|
{padding-bottom:24px}
|
|
.benefit-container, .benefit-box
|
|
{display:block;
|
|
width:100%}
|
|
.benefit-spacer
|
|
{height:0!important}
|
|
.membershipLogo-container
|
|
{padding-left:11px!important}
|
|
.notification-button
|
|
{width:auto!important}
|
|
.ad-text-container
|
|
{width:100%;
|
|
padding:12px!important}
|
|
|
|
}
|
|
-->
|
|
</style></head><body style="background-color:#d6d6d5"><img alt="" src="https://tracking.ibt.uber.com/tracking/1/open/NDznjNWL" width="1" height="1"><table width="100%" border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td></td><td align="center" width="700"><table class="receipt" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; max-width:700px; font-size:16px"><tbody><tr><td><div><div class="header header-charge-summary mj-outlook-group-fix" dir="ltr" style="background:#000; background-color:#000; color:#fff"><table class="header-table-row header-charge-summary-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#000; background-color:#000; color:#fff; width:100%; table-layout:fixed"><tbody><tr><td class="header-table-cell" class="mobile-column" style="width:70%; vertical-align:middle; padding-left:48px; padding-right:0; padding-bottom:32px; padding-top:32px"><table border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/uber_logo_charge_summary.png" width="94" height="44"></td></tr></tbody></table></td><td class="desktop-content header-table-cell-with-text" align="right" style="width:30%; padding-left:0; padding-right:63px; padding-bottom:0; padding-top:32px; font-family:UberMoveTextMedium,Arial,sans-serif; font-size:12px; line-height:16px; font-size:.75rem; line-height:1rem; text-align:right; font-weight:500; vertical-align:top; color:#4b4b4b"><div class="date" style="color:#ddd">21 June, 2026</div><div class="date" style="color:#ddd">9:56 am</div></td></tr></tbody></table><table class="header-table-row header-charge-summary-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#000; background-color:#000; color:#fff; width:100%; table-layout:fixed"><tbody><tr><td class="header-table-cell-with-text" style="padding-top:8px; padding-left:63px"></td></tr><tr><td class="membershipLogo-container" style="padding-top:8px; padding-bottom:8px; padding-left:63px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/UO_logo.png" width="93" height="32"></td></tr><tr class="mobile-content" style="display:none"><td class="mobile-column header-table-cell-with-text" style="width:65%; padding-left:48px; padding-right:0; padding-bottom:16px; padding-top:0; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; font-family:UberMoveTextMedium,Arial,sans-serif; padding-left:15px; padding-top:10px; font-weight:500"><div class="date" style="color:#ddd">21 June, 2026 , 9:56 am</div></td></tr><tr><td><table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td class="header-table-cell-with-text" class="mobile-column" style="width:70%; padding-left:63px; padding-right:16px; padding-bottom:32px"><div class="headerMessage" style="font-size:44px; font-size:2.75rem; line-height:52px; line-height:3.25rem; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; word-wrap:break-word">This is your charge summary</div><br><div style="font-size:18px; font-size:1.125rem; line-height:28px; line-height:1.75rem; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400">This document acknowledges your trip completion.</div></td></tr></tbody></table></td></tr></tbody></table></div><div class="body-wrapper mj-outlook-group-fix"><table class="body-root" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#fff; background-color:#fff; width:100%"><tbody><tr><td class="body-content" style="width:100%; vertical-align:middle; padding-left:64px; padding-right:64px; padding-bottom:32px; padding-top:32px"><div class="total-fare-wrapper mj-outlook-group-fix"><table dir="ltr" class="total-fare-content received" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td data-testid="total_fare_title" class="total-fare-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:32px; line-height:40px; font-size:2rem; line-height:2.5rem">Total</td><td data-testid="total_fare_amount" class="total-fare-amount" style="font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:32px; line-height:40px; font-size:2rem; line-height:2.5rem">NZD 55.51</td></tr></tbody></table></div><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:24px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3"> </td></tr></tbody></table></td></tr></tbody></table></div><div class="notification-wrapper mj-outlook-group-fix"><table class="notification info" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; border:2px solid transparent; border-radius:8px; font-family:UberMoveTextMedium,Arial,sans-serif; margin-bottom:16px"><tbody><tr><td class="notification-content" dir="ltr" style="width:100%; vertical-align:middle; padding-top:16px; padding-right:16px; padding-bottom:16px; padding-left:16px"><table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td width="40" height="40"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td style="padding-right:16px; line-height:0"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/notification-info.png" width="40" height="40"></td></tr></tbody></table></td><td style="padding-right:10px"><table border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td style="font-family:UberMoveTextMedium,Arial,sans-serif; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; font-weight:700">This is not a payment receipt.</td></tr><tr><td style="font-family:UberMoveTextRegular,Arial,sans-serif; font-size:16px; line-height:20px; font-size:1rem; line-height:1.5rem; font-weight:400"><div data-testid="notification_0_text">It is a charge summary to acknowledge the completion of the trip. You will receive a trip receipt when the payment is processed with payment information.</div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr class="benefit-container"><td width="49%" class="benefit-box" style="padding-bottom:16px"><table class="benefit-box-table" cellpadding="0" cellspacing="0" width="100%" style="border:2px solid #f3f3f3; border-radius:12px; border-spacing:0; table-layout:auto; width:100%; background:#f3f3f3; padding:12px 16px; border-collapse:separate"><tbody><tr><td width="32" style="padding:0 6px; width:32px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/one-cashback.png" width="20" height="20"></td><td><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td style="font-family:UberMoveBold,Arial,sans-serif; font-size:1.125rem; font-weight:700; line-height:1.5rem; color:#9f6402">$2.28</td></tr><tr><td class="benefit-text" style="font-family:UberMoveMedium,Arial,sans-serif; font-size:1rem; font-weight:500; line-height:1.25rem; color:#000">Uber One credits earned</td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table><div class="fare-info-wrapper"><div class="fare-breakdown-wrapper mj-outlook-group-fix"><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_rider_service_fee" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Rider Service Fee</td><td data-testid="fare_line_item_amount_rider_service_fee" class="fare-breakdown-amount" valign="top" align="right" style="color:inherit; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">NZD 4.94</td></tr></tbody></table><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_trip_fare" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Trip fare</td><td data-testid="fare_line_item_amount_trip_fare" class="fare-breakdown-amount" valign="top" align="right" style="color:inherit; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">NZD 47.07</td></tr></tbody></table></div><div class="fare-breakdown-wrapper mj-outlook-group-fix"><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_auckland_airport_dropoff_surcharge" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Auckland Airport Dropoff Surcharge</td><td data-testid="fare_line_item_amount_auckland_airport_dropoff_surcharge" class="fare-breakdown-amount" valign="top" align="right" style="color:inherit; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">NZD 3.50</td></tr></tbody></table></div><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:0; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3"> </td></tr></tbody></table></td></tr></tbody></table></div></div><div class="desktop-content action-panel-wrapper mj-outlook-group-fix"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td valign="top" style="width:50%; padding-right:16px"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Need help?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">Our support team is happy to help with any concern you might have.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FbqV8ozM_TTV-udbx_dqiszTmOrNeDuWUuE7gSjqqn0t9nhb2N1FQRcPZj4QY-T5MU2hZFOHc_3-DRrnO6Z5Yi9BO5R8o3K2ZvJi_2ghUhykqiCN9qf1CIx4oPplOLCGL0TaRv5D967PYXb4J5Vq6I_Iwo8Kpj_iXp-o-_P9V3BWfpo60nH3tVv1JhE9c6XNF5kooaxoGLkMYJy3KtLObHyJMTJqHNeYwcLYXjoTQaFr6BdatuWhcTbHxv4VfRJ4CNNncrWjMnla-gMD1gmsJAhL2FIhlfFNx7kXjPVyajdhsL8o-wvk1R19naRYM3Z3QEXoTLu1FKWtVQMg_KtehEQ%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739852351%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=oB5ILpxs0ry%2F4nO12wxXawtJ3CwE0L1j2Ld3npqW4yk%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/bqV8ozM_TTV-udbx_dqiszTmOrNeDuWUuE7gSjqqn0t9nhb2N1FQRcPZj4QY-T5MU2hZFOHc_3-DRrnO6Z5Yi9BO5R8o3K2ZvJi_2ghUhykqiCN9qf1CIx4oPplOLCGL0TaRv5D967PYXb4J5Vq6I_Iwo8Kpj_iXp-o-_P9V3BWfpo60nH3tVv1JhE9c6XNF5kooaxoGLkMYJy3KtLObHyJMTJqHNeYwcLYXjoTQaFr6BdatuWhcTbHxv4VfRJ4CNNncrWjMnla-gMD1gmsJAhL2FIhlfFNx7kXjPVyajdhsL8o-wvk1R19naRYM3Z3QEXoTLu1FKWtVQMg_KtehEQ==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_support_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Contact Support</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td><td valign="top" style="width:50%"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Forgot something?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">If you lost an item in the car, please report it using the link below.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F_9gGYiWIKbo2SrAdUxC8y1x9zZwuAhXygTROK21ORcfnXbZ9-cXMn5lzcLD6atL7cdCoJvXy6HuUEHjwh6ANPVA5_wyZ2yhCsEyeBI8n2aWTQ_tAjJb1J3hls_a0fIZJkBwrPoLzQQ9oAU-9dLbtT0fGmSjsw68_kMfaPcjIeG09reg5a_KFYVCXm64_yk8lA_GDpZDUZWD84J5V_kcVVd7BzxqSAM-FZeELYsuIIfZRcVgW14gYnKCPaXV62GCQwhKUo6yxT974wWJjbFiS6-sO4f0h_uRMYNBwA_QqOPNZxGzJFrOsYWfoS78g57mXkqM0pN7Qfi5rKiJQdtb77g%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739873013%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=kzJ9A9a7M2MNnX08LCkrBfHNu%2BkDby8wWAIizFdXAG4%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/_9gGYiWIKbo2SrAdUxC8y1x9zZwuAhXygTROK21ORcfnXbZ9-cXMn5lzcLD6atL7cdCoJvXy6HuUEHjwh6ANPVA5_wyZ2yhCsEyeBI8n2aWTQ_tAjJb1J3hls_a0fIZJkBwrPoLzQQ9oAU-9dLbtT0fGmSjsw68_kMfaPcjIeG09reg5a_KFYVCXm64_yk8lA_GDpZDUZWD84J5V_kcVVd7BzxqSAM-FZeELYsuIIfZRcVgW14gYnKCPaXV62GCQwhKUo6yxT974wWJjbFiS6-sO4f0h_uRMYNBwA_QqOPNZxGzJFrOsYWfoS78g57mXkqM0pN7Qfi5rKiJQdtb77g==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_report_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Report lost item</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td></tr></tbody></table></div><div class="mobile-content action-panel-wrapper mj-outlook-group-fix" style="display:none"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td valign="top" style="width:100%; padding-bottom:16px"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Need help?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">Our support team is happy to help with any concern you might have.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FbqV8ozM_TTV-udbx_dqiszTmOrNeDuWUuE7gSjqqn0t9nhb2N1FQRcPZj4QY-T5MU2hZFOHc_3-DRrnO6Z5Yi9BO5R8o3K2ZvJi_2ghUhykqiCN9qf1CIx4oPplOLCGL0TaRv5D967PYXb4J5Vq6I_Iwo8Kpj_iXp-o-_P9V3BWfpo60nH3tVv1JhE9c6XNF5kooaxoGLkMYJy3KtLObHyJMTJqHNeYwcLYXjoTQaFr6BdatuWhcTbHxv4VfRJ4CNNncrWjMnla-gMD1gmsJAhL2FIhlfFNx7kXjPVyajdhsL8o-wvk1R19naRYM3Z3QEXoTLu1FKWtVQMg_KtehEQ%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739885755%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=ofYyP8kA9Ukvk9WxVH9uNLHl%2FX4FuKyY0XI52FOA8sM%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/bqV8ozM_TTV-udbx_dqiszTmOrNeDuWUuE7gSjqqn0t9nhb2N1FQRcPZj4QY-T5MU2hZFOHc_3-DRrnO6Z5Yi9BO5R8o3K2ZvJi_2ghUhykqiCN9qf1CIx4oPplOLCGL0TaRv5D967PYXb4J5Vq6I_Iwo8Kpj_iXp-o-_P9V3BWfpo60nH3tVv1JhE9c6XNF5kooaxoGLkMYJy3KtLObHyJMTJqHNeYwcLYXjoTQaFr6BdatuWhcTbHxv4VfRJ4CNNncrWjMnla-gMD1gmsJAhL2FIhlfFNx7kXjPVyajdhsL8o-wvk1R19naRYM3Z3QEXoTLu1FKWtVQMg_KtehEQ==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_support_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Contact Support</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td></tr><tr style="display:table"><td valign="top" style="width:100%"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Forgot something?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">If you lost an item in the car, please report it using the link below.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F_9gGYiWIKbo2SrAdUxC8y1x9zZwuAhXygTROK21ORcfnXbZ9-cXMn5lzcLD6atL7cdCoJvXy6HuUEHjwh6ANPVA5_wyZ2yhCsEyeBI8n2aWTQ_tAjJb1J3hls_a0fIZJkBwrPoLzQQ9oAU-9dLbtT0fGmSjsw68_kMfaPcjIeG09reg5a_KFYVCXm64_yk8lA_GDpZDUZWD84J5V_kcVVd7BzxqSAM-FZeELYsuIIfZRcVgW14gYnKCPaXV62GCQwhKUo6yxT974wWJjbFiS6-sO4f0h_uRMYNBwA_QqOPNZxGzJFrOsYWfoS78g57mXkqM0pN7Qfi5rKiJQdtb77g%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739900533%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=FpoLiKM571iJ%2FdTp%2Bxe61LeQUTQ17EMGdAksVp0O2BI%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/_9gGYiWIKbo2SrAdUxC8y1x9zZwuAhXygTROK21ORcfnXbZ9-cXMn5lzcLD6atL7cdCoJvXy6HuUEHjwh6ANPVA5_wyZ2yhCsEyeBI8n2aWTQ_tAjJb1J3hls_a0fIZJkBwrPoLzQQ9oAU-9dLbtT0fGmSjsw68_kMfaPcjIeG09reg5a_KFYVCXm64_yk8lA_GDpZDUZWD84J5V_kcVVd7BzxqSAM-FZeELYsuIIfZRcVgW14gYnKCPaXV62GCQwhKUo6yxT974wWJjbFiS6-sO4f0h_uRMYNBwA_QqOPNZxGzJFrOsYWfoS78g57mXkqM0pN7Qfi5rKiJQdtb77g==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_report_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Report lost item</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td></tr></tbody></table></div></td></tr></tbody></table></div><div class="footer mj-outlook-group-fix" style="background:#000; background-color:#000"><table class="footer-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#000; background-color:#000; width:100%"><tbody><tr><td dir="ltr" class="footer-table-cell"><table class="mobile-table" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; display:none"><tbody><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:32px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FK4LKpx-6dW_iIljnHYO_6nPeTSVjtfv7blvm6YHwzUCd1LxkVzb8VIPxvWiK-n4qBT6rA6vswpF0sulKvlMf0Ih3HSkngm37Yqhjsx2FqW37NLvbMy72TAV_K-QbdX2HKgg1mJw6GfRf5KG2zpds6kPnNK3Ae9_dq1PnjZ_4X_G5-0hV9f1uhhlaqNGA-aSNrNkMK30Njw5cgWiMK-dXX90qQ5C-odgsyctLTY0EPvq9lJ-N2Tv-Gvt6a3z8uqwaB2rcSNRHjf2nBhOHH86UTyKj6q1QnyMKbR_98jDZEbQH_ZxLduhOnbQciEIHSaHNEOme09-uorBtlvGi89OFYg%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739910852%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=lNyUDrarRvWQM8sJCNVECe0cdJ%2BvBhkv3BU9wwUmWZc%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/K4LKpx-6dW_iIljnHYO_6nPeTSVjtfv7blvm6YHwzUCd1LxkVzb8VIPxvWiK-n4qBT6rA6vswpF0sulKvlMf0Ih3HSkngm37Yqhjsx2FqW37NLvbMy72TAV_K-QbdX2HKgg1mJw6GfRf5KG2zpds6kPnNK3Ae9_dq1PnjZ_4X_G5-0hV9f1uhhlaqNGA-aSNrNkMK30Njw5cgWiMK-dXX90qQ5C-odgsyctLTY0EPvq9lJ-N2Tv-Gvt6a3z8uqwaB2rcSNRHjf2nBhOHH86UTyKj6q1QnyMKbR_98jDZEbQH_ZxLduhOnbQciEIHSaHNEOme09-uorBtlvGi89OFYg==" style="color:#fff; text-decoration:none">My account</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929"> </td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FAkSclotd_bhckhQFTuuUg2NkXizRfkovVv8k_ZbGVmdJxfdQYZ3bJ9TWe3PGom92i250QQqqsjy2qJnmN1kvRRVY_cuoAJRqKstPANAzdKlq84QmF9E2Zjmktsyertb39cH0CWr4Bd8CpqADLnZn87hrRf4uIHcCU2l1ja01umu0eH3HYp457r6dOrlpfjH5hdywRJV0TWGtBR85cUzdcUZvTXwWR4Ev45P0L2-5ybRcRoAbVKVaL5sixowVieAeldRo1SNXTH9IuibcrGFGDHgk5vGlcUiq_3tYOhNx4QpiG7_DpZv3I9qB09YcC7C2Z_FDmntqCY6OReYbg8LksA%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739919992%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=LRiQ2NETe9QQ9rYlFdLOJaQYoQjGBlfpWOUkt1WiNN4%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/AkSclotd_bhckhQFTuuUg2NkXizRfkovVv8k_ZbGVmdJxfdQYZ3bJ9TWe3PGom92i250QQqqsjy2qJnmN1kvRRVY_cuoAJRqKstPANAzdKlq84QmF9E2Zjmktsyertb39cH0CWr4Bd8CpqADLnZn87hrRf4uIHcCU2l1ja01umu0eH3HYp457r6dOrlpfjH5hdywRJV0TWGtBR85cUzdcUZvTXwWR4Ev45P0L2-5ybRcRoAbVKVaL5sixowVieAeldRo1SNXTH9IuibcrGFGDHgk5vGlcUiq_3tYOhNx4QpiG7_DpZv3I9qB09YcC7C2Z_FDmntqCY6OReYbg8LksA==" style="color:#fff; text-decoration:none">Privacy Policy</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929"> </td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F_rAywebXCApms5SJz1rM1xxMHllEb6Tec9CQe0VNXAYqUSwCkK6dBRc7kernbVMkMuF57D-TfIEIrQ2FEYM_5uqx-4YD9j9Ku6Z7u3R-vuIh0QZgr5y-4dYCEdBbpqpiU5BhV28aChY0CsGqIUD9gN5uA6KYhCl07rP8R2wW-1EV2jBwbl2HGiEaRDHqZkADMI6X-K6aYdY3FUCxtorEsnE5fr730cOkcy7T_8h8P1D3H4AQGzWzX1ZWK6HY3um6W-hw6vnY17exF-94YhCIRl2m-SKcIDYVf0TIlUUumfUst349NweyNr5YfVpOfM8oNtFsI-S8I3EjrFJLArTE7Q%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739928686%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=MXBXgZxpUhBd15Bu66ZwYf8edEf5wycQw6X6VTmJEMc%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/_rAywebXCApms5SJz1rM1xxMHllEb6Tec9CQe0VNXAYqUSwCkK6dBRc7kernbVMkMuF57D-TfIEIrQ2FEYM_5uqx-4YD9j9Ku6Z7u3R-vuIh0QZgr5y-4dYCEdBbpqpiU5BhV28aChY0CsGqIUD9gN5uA6KYhCl07rP8R2wW-1EV2jBwbl2HGiEaRDHqZkADMI6X-K6aYdY3FUCxtorEsnE5fr730cOkcy7T_8h8P1D3H4AQGzWzX1ZWK6HY3um6W-hw6vnY17exF-94YhCIRl2m-SKcIDYVf0TIlUUumfUst349NweyNr5YfVpOfM8oNtFsI-S8I3EjrFJLArTE7Q==" style="color:#fff; text-decoration:none">Terms and Conditions</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929"> </td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><table class="mobile-table" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation" style="display:none"><tbody><tr></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td dir="ltr" class="footer-table-cell" style="padding-left:64px; padding-right:64px; padding-bottom:32px; padding-top:32px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%"><tbody><tr><td valign="top" align="left" style="white-space:nowrap; text-align:left"><span data-testid="company_name_address" class="entity-info" style="font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; width:200px; white-space:initial; display:inline-block; color:#a6a6a6">Rasier New Zealand Limited<br>Level 1, 100 Moorhouse Avenue,<br>Christchurch, 8011</span></td><td valign="top" align="right" style="text-align:right; white-space:nowrap"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%"><tbody><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FK4LKpx-6dW_iIljnHYO_6nPeTSVjtfv7blvm6YHwzUCd1LxkVzb8VIPxvWiK-n4qBT6rA6vswpF0sulKvlMf0Ih3HSkngm37Yqhjsx2FqW37NLvbMy72TAV_K-QbdX2HKgg1mJw6GfRf5KG2zpds6kPnNK3Ae9_dq1PnjZ_4X_G5-0hV9f1uhhlaqNGA-aSNrNkMK30Njw5cgWiMK-dXX90qQ5C-odgsyctLTY0EPvq9lJ-N2Tv-Gvt6a3z8uqwaB2rcSNRHjf2nBhOHH86UTyKj6q1QnyMKbR_98jDZEbQH_ZxLduhOnbQciEIHSaHNEOme09-uorBtlvGi89OFYg%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739937512%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=yE9rI9aiX%2BmWy98eTtUq0au0XqtKOcqGGPL0f5HdkJY%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/K4LKpx-6dW_iIljnHYO_6nPeTSVjtfv7blvm6YHwzUCd1LxkVzb8VIPxvWiK-n4qBT6rA6vswpF0sulKvlMf0Ih3HSkngm37Yqhjsx2FqW37NLvbMy72TAV_K-QbdX2HKgg1mJw6GfRf5KG2zpds6kPnNK3Ae9_dq1PnjZ_4X_G5-0hV9f1uhhlaqNGA-aSNrNkMK30Njw5cgWiMK-dXX90qQ5C-odgsyctLTY0EPvq9lJ-N2Tv-Gvt6a3z8uqwaB2rcSNRHjf2nBhOHH86UTyKj6q1QnyMKbR_98jDZEbQH_ZxLduhOnbQciEIHSaHNEOme09-uorBtlvGi89OFYg==" style="color:#fff; text-decoration:underline">My account</a></td></tr><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right; padding-top:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FAkSclotd_bhckhQFTuuUg2NkXizRfkovVv8k_ZbGVmdJxfdQYZ3bJ9TWe3PGom92i250QQqqsjy2qJnmN1kvRRVY_cuoAJRqKstPANAzdKlq84QmF9E2Zjmktsyertb39cH0CWr4Bd8CpqADLnZn87hrRf4uIHcCU2l1ja01umu0eH3HYp457r6dOrlpfjH5hdywRJV0TWGtBR85cUzdcUZvTXwWR4Ev45P0L2-5ybRcRoAbVKVaL5sixowVieAeldRo1SNXTH9IuibcrGFGDHgk5vGlcUiq_3tYOhNx4QpiG7_DpZv3I9qB09YcC7C2Z_FDmntqCY6OReYbg8LksA%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739946961%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=cwSnzizrjH9xvQgmtrCpdVcnMipadpBA4NfUnJnVnv0%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/AkSclotd_bhckhQFTuuUg2NkXizRfkovVv8k_ZbGVmdJxfdQYZ3bJ9TWe3PGom92i250QQqqsjy2qJnmN1kvRRVY_cuoAJRqKstPANAzdKlq84QmF9E2Zjmktsyertb39cH0CWr4Bd8CpqADLnZn87hrRf4uIHcCU2l1ja01umu0eH3HYp457r6dOrlpfjH5hdywRJV0TWGtBR85cUzdcUZvTXwWR4Ev45P0L2-5ybRcRoAbVKVaL5sixowVieAeldRo1SNXTH9IuibcrGFGDHgk5vGlcUiq_3tYOhNx4QpiG7_DpZv3I9qB09YcC7C2Z_FDmntqCY6OReYbg8LksA==" style="color:#fff; text-decoration:underline">Privacy Policy</a></td></tr><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right; padding-top:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F_rAywebXCApms5SJz1rM1xxMHllEb6Tec9CQe0VNXAYqUSwCkK6dBRc7kernbVMkMuF57D-TfIEIrQ2FEYM_5uqx-4YD9j9Ku6Z7u3R-vuIh0QZgr5y-4dYCEdBbpqpiU5BhV28aChY0CsGqIUD9gN5uA6KYhCl07rP8R2wW-1EV2jBwbl2HGiEaRDHqZkADMI6X-K6aYdY3FUCxtorEsnE5fr730cOkcy7T_8h8P1D3H4AQGzWzX1ZWK6HY3um6W-hw6vnY17exF-94YhCIRl2m-SKcIDYVf0TIlUUumfUst349NweyNr5YfVpOfM8oNtFsI-S8I3EjrFJLArTE7Q%3D%3D&data=05%7C02%7C%7C028e35af9c8d46fa77e708decf1b29f6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639175912739956053%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=68zBglxkKa34Rn3zCY%2BnV%2Ft4zR5eRXvG2p4rtBSOtZU%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/_rAywebXCApms5SJz1rM1xxMHllEb6Tec9CQe0VNXAYqUSwCkK6dBRc7kernbVMkMuF57D-TfIEIrQ2FEYM_5uqx-4YD9j9Ku6Z7u3R-vuIh0QZgr5y-4dYCEdBbpqpiU5BhV28aChY0CsGqIUD9gN5uA6KYhCl07rP8R2wW-1EV2jBwbl2HGiEaRDHqZkADMI6X-K6aYdY3FUCxtorEsnE5fr730cOkcy7T_8h8P1D3H4AQGzWzX1ZWK6HY3um6W-hw6vnY17exF-94YhCIRl2m-SKcIDYVf0TIlUUumfUst349NweyNr5YfVpOfM8oNtFsI-S8I3EjrFJLArTE7Q==" style="color:#fff; text-decoration:underline">Terms and Conditions</a></td></tr></tbody></table></td></tr><tr><td valign="top" align="left" style="text-align:left; white-space:nowrap; padding-top:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/uber_footer_icon.png" width="74" height="44"></td><td valign="bottom" align="right" style="text-align:right; white-space:nowrap"><table align="right" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div></div></td></tr></tbody></table></td><td></td></tr></tbody></table></body></html> |