The previous parser was written against synthetic fixtures shaped to match the code. It invented a table layout DoorDash does not send, generated order_reference from Math.random(), read the order date from a 'Date:' string present in no real message, and detected [Family] by searching the body for the substring 'family'. Its tests passed because the fixtures were built to satisfy it. Against 36 real DoorDash and 29 real Uber Eats receipts it does not work. Rebuilt from the real corpus. 63 of 65 now parse and validate; the 2 rejected are correctly rejected — one is an order-adjustment notice and one a refund, neither of which is a receipt. Corrects an inherited diagnosis: the Mad Mex 'Discounts -$24.09' was recorded as an HTML-flattening artefact masking a 'true discount of $9.45'. Parsing the table cells structurally returns the same figures and no $9.45 exists anywhere in the message — DoorDash genuinely prints a Discounts line that equals subtotal plus service fee, and the components fail to reconcile on 32 of 36 receipts. So the breakdown is stored as provenance and never gated on; validation instead cross-checks the two independently stated totals and the payment line, which is the number that becomes money. Real-world cases the corpus forced, none of which were in the spec: [Family] orders are LKR purchases for family in Sri Lanka (reading them as dollars inflates ~200x), Swiss orders arrive in CHF, grocery 'Final receipt' mails carry no Total Charged row, and a declined payment is printed alongside the successful retry and must be skipped or it records money that never moved. order_reference now comes from the Uber order UUID embedded in the body, or the provider message id where DoorDash supplies no order id at all — never random, so re-ingestion is genuinely idempotent.
274 lines
78 KiB
HTML
274 lines
78 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/RlI4KZGs" 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 mj-outlook-group-fix" dir="ltr" style="background:#e8e8e8; background-color:#e8e8e8; color:#000"><table class="header-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#e8e8e8; background-color:#e8e8e8; color:#000; 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/eats-logo.png" width="169" 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:#4b4b4b">Jul 7, 2026</div><div class="date" style="color:#4b4b4b">8:08 pm</div></td></tr></tbody></table><table class="header-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#e8e8e8; background-color:#e8e8e8; color:#000; width:100%; table-layout:fixed"><tbody><tr><td class="header-table-cell-with-text" style="padding-top:8px; padding-left:63px"></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:#4b4b4b">Jul 7, 2026 , 8:08 pm</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">Thanks for ordering, Molina</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">Here's your receipt for Hi Machan Preethipura - Wattala.</div></td><td class="desktop-content header-table-cell" align="right" style="width:30%; text-align:right; padding-left:0; padding-right:48px; padding-bottom:32px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/eats-bowl.png" height="162" style="height:160px; height:10rem"></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">LKR 3,783.20</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:0"><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><style type="text/css">
|
|
<!--
|
|
@media screen and (max-width:699px){
|
|
.full, .t10of12, .t11of12, .t12of12, .t1of12, .t2of12, .t3of12, .t4of12, .t5of12, .t6of12, .t7of12, .t8of12, .t9of12
|
|
{width:100%!important;
|
|
max-width:none!important}
|
|
a[x-apple-data-detectors]
|
|
{color:inherit!important;
|
|
text-decoration:none!important;
|
|
font-size:inherit!important;
|
|
font-family:inherit!important;
|
|
font-weight:inherit!important;
|
|
line-height:inherit!important}
|
|
.headerTextLeft
|
|
{text-align:left!important}
|
|
|
|
}
|
|
-->
|
|
</style><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="direction:ltr; text-align:left; padding-top:20px"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td valign="top" align="left"><table border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td width="48" valign="top"><div data-testid="shoppingCart_item_quantity_5fead874-20a5-4371-bc50-c99236986fb0" class="sc_item_quantity" style="width:28px; width:28px; font-size:14px; line-height:28px; text-align:center; font-family:UberMoveText,open sans,helvetica neue,Helvetica,sans-serif">1</div></td><td data-testid="shoppingCart_item_title_5fead874-20a5-4371-bc50-c99236986fb0" class="Uber18_text_p1 black sc_item_title" valign="top" style="font-family:UberMoveTextMedium,open sans,helvetica neue,Helvetica,sans-serif; font-size:16px; line-height:28px; direction:ltr; text-align:left">Chicken Kochi Cutlets 5 Pcs</td></tr></tbody></table></td><td data-testid="shoppingCart_item_amount_5fead874-20a5-4371-bc50-c99236986fb0" class="Uber18_text_p1 black sc_item_price" valign="top" align="right" style="font-family:UberMoveTextMedium,open sans,helvetica neue,Helvetica,sans-serif; font-size:16px; line-height:28px; text-align:right; direction:ltr">LKR 1,000.00</td></tr></tbody></table></td></tr></tbody></table><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="direction:ltr; text-align:left; padding-top:20px"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td valign="top" align="left"><table border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td width="48" valign="top"><div data-testid="shoppingCart_item_quantity_1096364a-1875-4db1-869a-b62a340c5ad9" class="sc_item_quantity" style="width:28px; width:28px; font-size:14px; line-height:28px; text-align:center; font-family:UberMoveText,open sans,helvetica neue,Helvetica,sans-serif">1</div></td><td data-testid="shoppingCart_item_title_1096364a-1875-4db1-869a-b62a340c5ad9" class="Uber18_text_p1 black sc_item_title" valign="top" style="font-family:UberMoveTextMedium,open sans,helvetica neue,Helvetica,sans-serif; font-size:16px; line-height:28px; direction:ltr; text-align:left">SPECIAL Chicken Rice or Noodles</td></tr></tbody></table></td><td data-testid="shoppingCart_item_amount_1096364a-1875-4db1-869a-b62a340c5ad9" class="Uber18_text_p1 black sc_item_price" valign="top" align="right" style="font-family:UberMoveTextMedium,open sans,helvetica neue,Helvetica,sans-serif; font-size:16px; line-height:28px; text-align:right; direction:ltr">LKR 2,500.00</td></tr></tbody></table><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td valign="center" align="left" style="padding-top:4px"><table border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td width="48" style="direction:ltr; text-align:left"> </td><td class="Uber18_text_p1 sc_item_sub_text" valign="top" style="font-family:UberMoveTextRegular,open sans,helvetica neue,Helvetica,sans-serif; font-size:14px; line-height:20px; direction:ltr; text-align:left">Final 1.00 lb</td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table><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:16px; padding-bottom:0"><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="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_item_subtotal
|
|
" 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">Item subtotal</td><td data-testid="fare_line_item_amount_item_subtotal
|
|
" 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">LKR 3,500.00</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_tax" 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">Tax</td><td data-testid="fare_line_item_amount_tax" 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">LKR 49.20</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_delivery_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">Delivery Fee <a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2Fy67pLilSvyIGPLPLjF0PqhfMOl9AR8d7QffDqkEb-qHojv6zjF_DARcczFjjg_dXJtbwCIw7TqnDzGHHUjDtA6NMDkjS12lZJ8_3VIRoKjfenTAKpBS5Oerutd0YQ_NYQa3jojECzFU_dP0KgXHl38Nq75unlscFWGrUv-OuItlOqEZgpMTlzq6-DrLuYwIyP3BmOjDmTWzRiz9E7O8camCanO3Ke4XAZVEyaa8RSPGyHH-9YwHPRYoe1gg2LVPce9ZJJ5kaL03UWweumA_WdtLpsnLaD7efeuM6aeyLHIkQu_Gw_lohWInmR23ee1pGEJK15v_Vfd0uyPhNkiQ8mI0N8Gu7VrB5aZDd97SkHv2HYpvErvUfoFKsLFqQTXqvDw43eiT_lx1jjWJUbQ_C2UZsxUZsPmabucu2FJRly1ms2E9YaCf3hiPG3vvQKi5-2US92pZws1jpi63shV0JDw%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869275567%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=yDiT8Oz1kXJkKprUYgmXwKVfb4DKhQOhWxMgACbTuzg%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/y67pLilSvyIGPLPLjF0PqhfMOl9AR8d7QffDqkEb-qHojv6zjF_DARcczFjjg_dXJtbwCIw7TqnDzGHHUjDtA6NMDkjS12lZJ8_3VIRoKjfenTAKpBS5Oerutd0YQ_NYQa3jojECzFU_dP0KgXHl38Nq75unlscFWGrUv-OuItlOqEZgpMTlzq6-DrLuYwIyP3BmOjDmTWzRiz9E7O8camCanO3Ke4XAZVEyaa8RSPGyHH-9YwHPRYoe1gg2LVPce9ZJJ5kaL03UWweumA_WdtLpsnLaD7efeuM6aeyLHIkQu_Gw_lohWInmR23ee1pGEJK15v_Vfd0uyPhNkiQ8mI0N8Gu7VrB5aZDd97SkHv2HYpvErvUfoFKsLFqQTXqvDw43eiT_lx1jjWJUbQ_C2UZsxUZsPmabucu2FJRly1ms2E9YaCf3hiPG3vvQKi5-2US92pZws1jpi63shV0JDw==" style="padding-left:5px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_faq_filled.png" width="15" height="15" border="0" style="border:none; clear:both; display:inline-block; height:15px; max-width:100%; outline:none; text-decoration:none; width:15px"></a></td><td data-testid="fare_line_item_amount_delivery_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">LKR 99.00</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_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">Service Fee <a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FBLZ8awOSVjVsalwB1TJCh3FK0zkJ32_QYQw3X2u8NiClnmUkIMksqhnrIi70Qd7EKxOMMM5qv7kpaJEZXCElwSYVR7HhHkBZuj-oHfUHeBDAdRGXp6YsJ1853ayMx2VVpm7w7O3tAyLQV-wZdEAhTE0xbCG3eaAknpVGrrgyBSZIojhFA2y3pkALIlac9UxfR_r5_2W_AKBvzpSH_W7ds1rkn3dcZKWoHEEgpB93ad30F-j1iqcqUlYr-4HxvD1Hj1v2QWsJVSDIT-m5Am5aDssDDX-IA2CUvPykwG_YmdAUneu8HTcdlvf03ba1EVzGBARA_WtfGkN0wCarn1cUqODnqOlpWP6yC7aDqJaBFX8dbBbUfLeo-FURgzW3fCZQX2EZ2ayT-PAev24ASlxnDOxUnXxv_uyOzVf4eqT36LKrC_rYfcdYmonDwQqBdpwXlJDIvLQtKYJKEYsdTOCNmw%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869291413%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=X%2BOSa%2BK%2Fvl2kP%2F1iRNqr8QnX67hTky8ExTUHmde3WxA%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/BLZ8awOSVjVsalwB1TJCh3FK0zkJ32_QYQw3X2u8NiClnmUkIMksqhnrIi70Qd7EKxOMMM5qv7kpaJEZXCElwSYVR7HhHkBZuj-oHfUHeBDAdRGXp6YsJ1853ayMx2VVpm7w7O3tAyLQV-wZdEAhTE0xbCG3eaAknpVGrrgyBSZIojhFA2y3pkALIlac9UxfR_r5_2W_AKBvzpSH_W7ds1rkn3dcZKWoHEEgpB93ad30F-j1iqcqUlYr-4HxvD1Hj1v2QWsJVSDIT-m5Am5aDssDDX-IA2CUvPykwG_YmdAUneu8HTcdlvf03ba1EVzGBARA_WtfGkN0wCarn1cUqODnqOlpWP6yC7aDqJaBFX8dbBbUfLeo-FURgzW3fCZQX2EZ2ayT-PAev24ASlxnDOxUnXxv_uyOzVf4eqT36LKrC_rYfcdYmonDwQqBdpwXlJDIvLQtKYJKEYsdTOCNmw==" style="padding-left:5px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_faq_filled.png" width="15" height="15" border="0" style="border:none; clear:both; display:inline-block; height:15px; max-width:100%; outline:none; text-decoration:none; width:15px"></a></td><td data-testid="fare_line_item_amount_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">LKR 135.00</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="panel-wrapper mj-outlook-group-fix"><table class="panel-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="panel-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:24px; line-height:32px; font-size:1.5rem; line-height:2rem; padding-top:16px; padding-bottom:8px">Payments</td></tr><tr><td class="panel-content" style="width:100%"><div class="payments-wrapper mj-outlook-group-fix"><table class="payments-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td dir="ltr" class="payment-item" style="padding:12px 0"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td width="55" style="text-align:left"><img src="https://tb-static.uber.com/prod/wallet/icons/family_dark_bg_3x.png" width="35" height="32" border="0" style="display:inline-block; padding-right:18px; vertical-align:middle; width:32px; height:32px; max-width:100%"></td><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="payments_0_Card.String" align="left" style="text-align:left; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem">Siddharth</td><td align="right" style="text-align:right; vertical-align:middle"><font style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; font-size:1rem; text-align:right; direction:ltr; vertical-align:middle; white-space:nowrap">LKR 3,783.20</font></td></tr></tbody></table></td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="payments_0_date_time" class="payment-meta-text" align="left" style="text-align:left; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b">7/7/26 9:01 pm</td><td data-testid="payments_0_Info" class="payment-meta-text" align="right" style="text-align:right; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b"></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></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></td></tr></tbody></table></div><div class="disclaimers-wrapper mj-outlook-group-fix"><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width="80%" style="width:80%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none">Want to switch your payment method?</td><td class="disclaimer-button" width="20%" align="center" style="width:20%; background:#f3f3f3; background-color:#f3f3f3; border-radius:9999px; border-collapse:separate; padding:10px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FxaTxdSQz-kG-tPosq5K_dNDOH5_CvVBbaRZIyjP1QVZhoyGsklL8fxucEXBzx3bSUhUbHXax8Xko8aoAX1lTVCXeY4GSyAbP4lZNAgDXkS93ZMGr4l0sOdngAcDauUTnLXZ_gsGDegmos5N0QbEwp5bfarcIIgAX8MTgRrB2vqlFwDsPnUtedAUc3cbI4w1trRwrl4hYpfzInLhOmFoFzuzK0h3c4BV9wHdIUbuSZ66ttDOB429RGOrepXViqAZ2VzV556PkoeVVnwwcxHyvrZyax-pJqZDDuVcDdqfIrKCgNQEh82reRc-KGi0BGpdod8U3ORqrGwqQPQ__KPO112SBRqCFaPpkTtfifMUz6Fa4eLWP4ISSx_MMCuDCKZpAp86QNuK_EoMZBvJV0w2bUA%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869300803%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=3cU3R88vUSI4oITmxs7pV%2Fmfh6qJwjbNqFpytlhPX7c%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/xaTxdSQz-kG-tPosq5K_dNDOH5_CvVBbaRZIyjP1QVZhoyGsklL8fxucEXBzx3bSUhUbHXax8Xko8aoAX1lTVCXeY4GSyAbP4lZNAgDXkS93ZMGr4l0sOdngAcDauUTnLXZ_gsGDegmos5N0QbEwp5bfarcIIgAX8MTgRrB2vqlFwDsPnUtedAUc3cbI4w1trRwrl4hYpfzInLhOmFoFzuzK0h3c4BV9wHdIUbuSZ66ttDOB429RGOrepXViqAZ2VzV556PkoeVVnwwcxHyvrZyax-pJqZDDuVcDdqfIrKCgNQEh82reRc-KGi0BGpdod8U3ORqrGwqQPQ__KPO112SBRqCFaPpkTtfifMUz6Fa4eLWP4ISSx_MMCuDCKZpAp86QNuK_EoMZBvJV0w2bUA==" 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 height="24" width="24"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Switch.png" height="24" width="24" style="border:none; clear:both; display:inline-block; height:24px; outline:none; text-decoration:none; width:24px; vertical-align:middle"></td><td class="disclaimer-buttonText" align="center" valign="middle" style="padding-left:8px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; color:#000">Switch</td></tr></tbody></table></a></td></tr></tbody></table><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:12px; padding-bottom:12px"><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><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width="62%" style="width:62%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none">Download the receipt in a PDF format</td><td class="disclaimer-button" width="38%" align="center" style="width:38%; background:#f3f3f3; background-color:#f3f3f3; border-radius:9999px; border-collapse:separate; padding:10px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F1JOErSlumDkwVdZcZpoerkiFP3wTzbrz9lCbfc8kTwPUaPu0j2-oZ6UL8_CYr5D9svvLwWua3TsVLUnGWvIPCKYVD4FzY6ZuDzaA-KQOIt4Nwwo2M90at__8UI9ZGOBMrCKGbus8MMB4oW4Euo3eHDsYdS7KziCWE34tqS8HqNvUfA32tqMs8tCIstAJ5Z_Z_Xy4pH1WhzLzOa-1ut65PX4geO9suFsKKAJviReoLtMTolXgfaUiHxNVD5U-8MsLWhIyJVHn9afij64VDNwfabQUGxFFACdMVKy93qtVPfexOFADe32yD4X0sNjZgG7fPD5mr_TtknnSE2sq-UsL1O2tuC9GaVzDOGqkUhEmiqWSMcTvvRm6KXIZ9HIfZ9msMKSKsKo6Ig21savaoJwVAA%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869309960%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=dnsaKmnSdQMsWpZ%2Brlb9zPZoUxIDKAbb2gIN5%2Bwf8Us%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/1JOErSlumDkwVdZcZpoerkiFP3wTzbrz9lCbfc8kTwPUaPu0j2-oZ6UL8_CYr5D9svvLwWua3TsVLUnGWvIPCKYVD4FzY6ZuDzaA-KQOIt4Nwwo2M90at__8UI9ZGOBMrCKGbus8MMB4oW4Euo3eHDsYdS7KziCWE34tqS8HqNvUfA32tqMs8tCIstAJ5Z_Z_Xy4pH1WhzLzOa-1ut65PX4geO9suFsKKAJviReoLtMTolXgfaUiHxNVD5U-8MsLWhIyJVHn9afij64VDNwfabQUGxFFACdMVKy93qtVPfexOFADe32yD4X0sNjZgG7fPD5mr_TtknnSE2sq-UsL1O2tuC9GaVzDOGqkUhEmiqWSMcTvvRm6KXIZ9HIfZ9msMKSKsKo6Ig21savaoJwVAA==" 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 height="24" width="24"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Download_3x.png" height="24" width="24" style="border:none; clear:both; display:inline-block; height:24px; outline:none; text-decoration:none; width:24px; vertical-align:middle"></td><td class="disclaimer-buttonText" align="center" valign="middle" style="padding-left:8px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; color:#000">Download PDF</td></tr></tbody></table></a></td></tr></tbody></table><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:12px; padding-bottom:12px"><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><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width="100%" style="width:100%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none">Tax includes the applicable tax on meal fare collected on behalf of merchant partners and on any other fees as applicable</td></tr></tbody></table><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:12px; padding-bottom:12px"><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><table border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:table"><tbody><tr><td style="font-family:ubermovebold,Arial,sans-serif; font-size:1.5rem; font-weight:700; line-height:2rem; padding:20px 0 8px">Order details</td></tr><tr><td><table dir="ltr" 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 width="68" valign="top" style="text-align:left; padding-right:16px; line-height:0"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/eats-bowl.png" width="68" height="68" style="clear:both; vertical-align:middle; display:inline-block; width:68px; height:68px; outline:none; text-decoration:none; display:inline-block; padding:0; max-width:100%"></td><td class="vehicle-detail-col" valign="top" height="54px" style="border-bottom:1px solid #f3f3f3; padding-top:12px"><table border="0" cellpadding="0" cellspacing="0" width="initial" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto"><tbody><tr><td class="vehicle-detail-label" data-testid="vehicle_type" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-size:1rem; line-height:1.25rem">Uber Delivery</td></tr><tr><td class="vehicle-detail-desc" data-testid="distance_duration" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem"></td></tr></tbody></table></td></tr><tr><td style="padding-top:16px"></td></tr></tbody></table></td></tr><tr><td><table class="desktop-content" border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:table; padding-bottom:16px"><tbody><tr><td class="desktop-content" valign="top" style="border-right:16px solid transparent; padding-right:16px; width:50%"><table class="hidden" 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="padding-top:12px"></td></tr><tr><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px; padding-left:16px"><img width="8" height="18" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-1.png" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="pickup-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#000"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-2.png" width="2" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:2px; height:18px; background-color:#fff"></td><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-3.png" width="8" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:29px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_0_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">8:29 pm - Pick-up</td></tr><tr><td class="address-point-desc" data-testid="address_point_0_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">261 Prithipura Rd, Wattala, Sri Lanka</td></tr></tbody></table></td></tr><tr><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:18px; padding-left:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-1.png" width="8" height="18" border="0" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="dropoff-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#fff"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-2.png" width="2" height="18" border="0" style="clear:both; display:block; height:18px; max-width:100%; outline:none; text-decoration:none; width:2px"></td><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-3.png" border="0" width="8" height="18" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:12px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_1_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">9:00 pm - Delivery</td></tr><tr><td class="address-point-desc" data-testid="address_point_1_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">460 colombo road , Uswetakiyawe, Wattala, Sri Lanka</td></tr></tbody></table></td></tr><tr><td style="padding-top:0"></td></tr></tbody></table></td><td class="desktop-content" valign="top" style="width:50%"><img width="312" height="auto" src="https://tb-static.uber.com/prod/image-proc/processed_images/ebad946084bbcda7005996cc0440cb25/63d18745892c100be9e4ef3c560c9204.jpeg" style="border-radius:12px; clear:both; display:block; height:auto; max-height:358px; max-width:312px; outline:none; text-decoration:none; width:100%"></td></tr></tbody></table><table class="mobile-content" border="0" cellpadding="0" cellspacing="16" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:none; padding-top:12px"><tbody><tr><td class="mobile-content" style="width:100%; display:none"><table class="hidden" 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="padding-top:12px"></td></tr><tr><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px; padding-left:16px"><img width="8" height="18" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-1.png" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="pickup-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#000"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-2.png" width="2" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:2px; height:18px; background-color:#fff"></td><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-3.png" width="8" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:29px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_0_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">8:29 pm - Pick-up</td></tr><tr><td class="address-point-desc" data-testid="address_point_0_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">261 Prithipura Rd, Wattala, Sri Lanka</td></tr></tbody></table></td></tr><tr><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:18px; padding-left:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-1.png" width="8" height="18" border="0" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="dropoff-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#fff"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-2.png" width="2" height="18" border="0" style="clear:both; display:block; height:18px; max-width:100%; outline:none; text-decoration:none; width:2px"></td><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-3.png" border="0" width="8" height="18" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:12px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_1_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">9:00 pm - Delivery</td></tr><tr><td class="address-point-desc" data-testid="address_point_1_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">460 colombo road , Uswetakiyawe, Wattala, Sri Lanka</td></tr></tbody></table></td></tr><tr><td style="padding-top:0"></td></tr></tbody></table></td></tr><tr><td class="mobile-content" style="width:100%; display:none"><img height="auto" width="100%" border="0" src="https://tb-static.uber.com/prod/image-proc/processed_images/ebad946084bbcda7005996cc0440cb25/63d18745892c100be9e4ef3c560c9204.jpeg" style="clear:both; display:block; height:auto; max-width:100%; outline:none; text-decoration:none; width:100%; border-radius:12px"></td></tr></tbody></table></td></tr></tbody></table><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="driverInfo_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">Delivered by Mary</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">Say thanks with a rating or tip for the courier or restaurant.</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%2FDuNMldI6SwfakD4vqDc8ojPVnFzssu0ZsrYF6aYOllC6Qg4V-ewc5ZPmxtXSv1xrJrfWnhXo6XpQ-zKmiRPhuc2GJkYhjLjVoDGWD6Lot9a5qZBfvXQRN8ft0GdiTrHYnpdVg1rcHmJibYlcFxkiFA08ys50aE5Tgvxenpa310Y8v_zGCfYi7t2pPKUydRoPaU43GMtm8uPAikwsDeL7mw9WeuDqkG6nsvkwuAKK65oQQL2sFOvnKly6jLAORAqaFd0dR2L48oH4SeZuNS8FBzNfxN2sZoAYEAfen9W4eU_Pu94rrvYs8hZJT0DW1gOyai4hS3dDJgBx4dncNSuAp6G1DcHmKCOB9kEcqXeM34JggeXuAzKLwqTe5whZB5IFCJeAd0M1arDzZ93D9PBdfABEDRMaQcRRsMe-JQ-b5Z5rn4bmol0XVEopvK9GZeCJ&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869319902%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=61BnBBZ5%2BFNCdphI%2B1gq65044FtPYGyc0yjUon%2Bg3ik%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/DuNMldI6SwfakD4vqDc8ojPVnFzssu0ZsrYF6aYOllC6Qg4V-ewc5ZPmxtXSv1xrJrfWnhXo6XpQ-zKmiRPhuc2GJkYhjLjVoDGWD6Lot9a5qZBfvXQRN8ft0GdiTrHYnpdVg1rcHmJibYlcFxkiFA08ys50aE5Tgvxenpa310Y8v_zGCfYi7t2pPKUydRoPaU43GMtm8uPAikwsDeL7mw9WeuDqkG6nsvkwuAKK65oQQL2sFOvnKly6jLAORAqaFd0dR2L48oH4SeZuNS8FBzNfxN2sZoAYEAfen9W4eU_Pu94rrvYs8hZJT0DW1gOyai4hS3dDJgBx4dncNSuAp6G1DcHmKCOB9kEcqXeM34JggeXuAzKLwqTe5whZB5IFCJeAd0M1arDzZ93D9PBdfABEDRMaQcRRsMe-JQ-b5Z5rn4bmol0XVEopvK9GZeCJ" data-testid="driverInfo_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/tip-logo-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">Rate your order</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div><div class="panel-wrapper mj-outlook-group-fix"><table class="panel-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="panel-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:24px; line-height:32px; font-size:1.5rem; line-height:2rem; padding-top:16px; padding-bottom:16px"></td></tr><tr><td class="panel-content" style="width:100%"><div class="additional-info-wrapper mj-outlook-group-fix" dir="ltr"><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:40%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Order completed</td><td class="additional-info-value" style="width:60%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right">Jul 7, 2026 at 9:00 pm</td></tr></tbody></table><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:16px; 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><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:60%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Want to review your order history?</td><td class="additional-info-value" style="width:40%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2Fn0Z6f0WgOJWP-H9teM6gWd2DlYsoGMbYRLLRHkNhDEQgVHvP6vgmFmD1P6aP7NpQIxRzaOT3wbplTxyJNwGzyDmqfAGsHueMziYAM8QorK_LEo4UPflYSSmT0EI3R5rpOIOJrHguz_qYYPsUHFRu1huPyGGM0JvhdUt-JLuWeAcmnbI0UszwVmyvd6A3C8smiR4PQ_iO51mHOWwyT2EcA5gBX22jKA_-_eomQm1yq_bEm41_AKb8ToKvAsHD5ntueAh3wnIaFkw0ZkfDf3dHJPsm2HYgu94ht0Woyh8EYsDZawGvO80mLL_3Q9QJxZuVesN2Lyfygx3HZIc0PbjCOwghdJSz_EASoWgZuWdPjdwOKCtV1gmAdk0eIS7Ra2BlAFLVE7XeTyhMlV5_9XKWEw%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869332066%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=7%2BTe%2B8jOXsA3tnMhCKWPAEmnIji24f7RiDKveMT69Hs%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/n0Z6f0WgOJWP-H9teM6gWd2DlYsoGMbYRLLRHkNhDEQgVHvP6vgmFmD1P6aP7NpQIxRzaOT3wbplTxyJNwGzyDmqfAGsHueMziYAM8QorK_LEo4UPflYSSmT0EI3R5rpOIOJrHguz_qYYPsUHFRu1huPyGGM0JvhdUt-JLuWeAcmnbI0UszwVmyvd6A3C8smiR4PQ_iO51mHOWwyT2EcA5gBX22jKA_-_eomQm1yq_bEm41_AKb8ToKvAsHD5ntueAh3wnIaFkw0ZkfDf3dHJPsm2HYgu94ht0Woyh8EYsDZawGvO80mLL_3Q9QJxZuVesN2Lyfygx3HZIc0PbjCOwghdJSz_EASoWgZuWdPjdwOKCtV1gmAdk0eIS7Ra2BlAFLVE7XeTyhMlV5_9XKWEw==">My orders</a></td></tr></tbody></table><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:16px; 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></td></tr></tbody></table></div><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%2Fiz-4g57DR1pQZVu4cZaFRbf9-gF57Vj-as1ak4t3XHc8WYMRDM47gz-DdQF6W221mP5boan1KeZkqkNgBIO9N-lQGtYSiPHwWctuuAZlRPfx4ggcIBA9fVkreGRUngkAaOWd0cQUEndRlvBLC7TJ5NklnjRhr3b58RcbcMWSMi_FdiRjaZEQFZsmECMwmkoB4WFwj_iu1tzB_v5jIA3pww6-emfOkfTbgTTNMmf8Nf1i7W7zbTcjyrh2MzcZq-9o9sGTtn-s94FI1lBcta8zKDHNoGruD-QFQAC3A84MtNd6fUBCa3aqgX0lj50T3Gv4ULS8sMTW-Ft2rVFwE4U17trab0SmncXLlZkymyp4DOVgAx1nGFe1d1Ta9X_nsim_KqY_kjjVBMrA0Jb-pKsotg%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869342396%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=dVUWAIa9CSIHsd9OmBY3hB6diLAL5urI4ubV4Nn5yDI%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/iz-4g57DR1pQZVu4cZaFRbf9-gF57Vj-as1ak4t3XHc8WYMRDM47gz-DdQF6W221mP5boan1KeZkqkNgBIO9N-lQGtYSiPHwWctuuAZlRPfx4ggcIBA9fVkreGRUngkAaOWd0cQUEndRlvBLC7TJ5NklnjRhr3b58RcbcMWSMi_FdiRjaZEQFZsmECMwmkoB4WFwj_iu1tzB_v5jIA3pww6-emfOkfTbgTTNMmf8Nf1i7W7zbTcjyrh2MzcZq-9o9sGTtn-s94FI1lBcta8zKDHNoGruD-QFQAC3A84MtNd6fUBCa3aqgX0lj50T3Gv4ULS8sMTW-Ft2rVFwE4U17trab0SmncXLlZkymyp4DOVgAx1nGFe1d1Ta9X_nsim_KqY_kjjVBMrA0Jb-pKsotg==" 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><style>
|
|
<!--
|
|
.trip_reference
|
|
{line-height:1px;
|
|
font-size:1px;
|
|
color:#fff;
|
|
display:none}
|
|
.zd_receipt_identifier
|
|
{line-height:1px;
|
|
font-size:1px;
|
|
color:#fff;
|
|
display:none}
|
|
-->
|
|
</style><table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-spacing:0; border-collapse:collapse; width:100%; border:none"><tbody><tr><td class="tripReference" style="line-height:1px; font-size:1px; color:#fff; display:none">xid5fb05f0f-ee3b-5cd6-a8c7-22fc4b7c161e</td></tr><tr><td class="zdReceiptIdentifier" style="line-height:1px; font-size:1px; color:#fff; display:none">pGvlI2ANUbXFfyEOgxta1RMV082993</td></tr></tbody></table></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%2FAqHli6BO5JwQF_U3kOQXeQ1Vglv2QXknu-7UNzEopZ2WfrvTYYnuI-Z4OpJ3uwPRQnmuWRen0ok_c82hdoFYZ3fGxdkk4ru1CChkFss0LVuFp2kD73zGtG6hosk_7ixmI6MqFlFY1IIZdGXOUgIH0L6VB9MT7Ls5nyOZ8AokJVEC5WZf68lq-yIg2ArceFby79iVvL6IUkBNBKUDoe7mim1jV0fk6k9Pk40Jrnb33F_hnp7K17vIXt1i42ETHY3rcgnRco8J885GTbhRrRzFUmPws4dDEWDUzLYvkw9Auy1E2Ko0uUaLR-Oby49lybrbVw3Ouie4TyxXhUMCQMWKzkaFAU1v0WV5QFIaf1V2-sv2vkDxy-wmPpaBVZljMx09RNqiD39a-c8_FV1lBXqzkQ%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869351460%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=SRp7XaETpyMl%2BD9O58kYg3qYf7iDb2Exmf%2Fnu1bxmhU%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/AqHli6BO5JwQF_U3kOQXeQ1Vglv2QXknu-7UNzEopZ2WfrvTYYnuI-Z4OpJ3uwPRQnmuWRen0ok_c82hdoFYZ3fGxdkk4ru1CChkFss0LVuFp2kD73zGtG6hosk_7ixmI6MqFlFY1IIZdGXOUgIH0L6VB9MT7Ls5nyOZ8AokJVEC5WZf68lq-yIg2ArceFby79iVvL6IUkBNBKUDoe7mim1jV0fk6k9Pk40Jrnb33F_hnp7K17vIXt1i42ETHY3rcgnRco8J885GTbhRrRzFUmPws4dDEWDUzLYvkw9Auy1E2Ko0uUaLR-Oby49lybrbVw3Ouie4TyxXhUMCQMWKzkaFAU1v0WV5QFIaf1V2-sv2vkDxy-wmPpaBVZljMx09RNqiD39a-c8_FV1lBXqzkQ==" 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%2FxH1-TWit0ipkPl9Ohq4DFOFPND49IV_Q4_zW9c32hkx_vBA4B2QOfdEEYwTFszViyS_2Q-MQ8GZ-9YFfzdIaH1VNzeqVjbBy1T4Ft2vsR68ec5zdpzADOuUWxtFl8sqKMIRXuvnyVpAzSKjQXv4Qd_jP-y47vH5XZplA5v8GFRceJ4HOfrlAHVH-ovs60R_6prwWl_9WdGgp6MTWk5DDzHt1_sT0RqJpPYA7B2PX_xozV3q94SCOOu-utARp9S3z45bjCninaM9Hy8khE9x8n94EVzX8TTmocYGE7zmXCc4ZPp-MtaPCWZynhc2WzcjV1S04sx4Ve0aNVTyWev3HKtfdm6QlqfzvrPtDW0purLDoH_6Vz7X4N8Uf2RwbBBy9KcKFEjsNOUSqvY1OulRc4Q%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869360528%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=cLHF6y9dzH2U7FgRO%2FIUZLvQx%2BJF9SZWBwk8H52MPZw%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/xH1-TWit0ipkPl9Ohq4DFOFPND49IV_Q4_zW9c32hkx_vBA4B2QOfdEEYwTFszViyS_2Q-MQ8GZ-9YFfzdIaH1VNzeqVjbBy1T4Ft2vsR68ec5zdpzADOuUWxtFl8sqKMIRXuvnyVpAzSKjQXv4Qd_jP-y47vH5XZplA5v8GFRceJ4HOfrlAHVH-ovs60R_6prwWl_9WdGgp6MTWk5DDzHt1_sT0RqJpPYA7B2PX_xozV3q94SCOOu-utARp9S3z45bjCninaM9Hy8khE9x8n94EVzX8TTmocYGE7zmXCc4ZPp-MtaPCWZynhc2WzcjV1S04sx4Ve0aNVTyWev3HKtfdm6QlqfzvrPtDW0purLDoH_6Vz7X4N8Uf2RwbBBy9KcKFEjsNOUSqvY1OulRc4Q==" 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%2FDeuA_FD7ZidR9jeIEJqG3E5uijpgniR6t67Vc8ga-OKUKVaRwUCQZhVwr7I6lYiBqAjSytp6VOSMupKwFc9BiIhywpphfLEeU1kCqDeF0AsRp1OQSc0U0m0Nl0OJQqfLLDG834rb4A0iJWHFkwInsJyAkyfaYRlmIBM7zrjO2tzeuIv9lzf8_8lwDmDKCNqhRKSe0Ou8ViwAyX9Y4YOjpAwXSOIx9Fnlp1qiV7_pD4eFSefazKcwmohm8TxH1HaU_E_VT1DWO3PzFLIVkEYPhj4gxcd57dJqXCteIinySX0LGmVVtq0hG4AMvvMEeoJQXeB42Za8_XRhz60_VHubHwwlSglCSnt-jcsc18l06BodUzfjYGG0NDtAutpw6shh6ayWELbGsRK6U9FMeI7xeA%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869369404%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=VXzf2EwQN5QEnJe4lLJwMNnbnmhBubm0GhL2VyhxFmg%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/DeuA_FD7ZidR9jeIEJqG3E5uijpgniR6t67Vc8ga-OKUKVaRwUCQZhVwr7I6lYiBqAjSytp6VOSMupKwFc9BiIhywpphfLEeU1kCqDeF0AsRp1OQSc0U0m0Nl0OJQqfLLDG834rb4A0iJWHFkwInsJyAkyfaYRlmIBM7zrjO2tzeuIv9lzf8_8lwDmDKCNqhRKSe0Ou8ViwAyX9Y4YOjpAwXSOIx9Fnlp1qiV7_pD4eFSefazKcwmohm8TxH1HaU_E_VT1DWO3PzFLIVkEYPhj4gxcd57dJqXCteIinySX0LGmVVtq0hG4AMvvMEeoJQXeB42Za8_XRhz60_VHubHwwlSglCSnt-jcsc18l06BodUzfjYGG0NDtAutpw6shh6ayWELbGsRK6U9FMeI7xeA==" 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><td style="padding-right:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FszS5GoLWzRMBE2rhUZCC0GKoEWyHveRybvUQcpYfLfNuKQ_p9yJzH9GJCSUysrb6ZS9FZ6OsLttfO6VKtRYQcDIgJC1k109ZRS41bh0zFRCXh40_47dejNAYqwc2FSIT5cGxztNyy4xCQf2E6mXKapgGQ8ArtYY_dAfbdOKHrdujC_NwhG_YIEP8hZTXm0hmGHqT8ZRqVTyHNUZsfbTwbovwIMv7pA0XXDPLOehFS368z3V6NgO1Yfs1IeH3WS2zbbCpx4CWLTe4TzTTMJCt2DBtbJcTQQqXcDpb_a_PwjbJXmExhnANqdZQSwvnaPZsSVsbEXKr7ViK8J-VcK8L9JIJ03PbiXRAkvefjBnDjKNANKnrLxHUhbKnhrvyCrtEjMqEFMIha3nu9O9WAk6VtQ%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869378241%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=DhNZbTfUSs8xt0LTsxjBsBwo9F5skDG9m7gyp5%2FLceI%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/szS5GoLWzRMBE2rhUZCC0GKoEWyHveRybvUQcpYfLfNuKQ_p9yJzH9GJCSUysrb6ZS9FZ6OsLttfO6VKtRYQcDIgJC1k109ZRS41bh0zFRCXh40_47dejNAYqwc2FSIT5cGxztNyy4xCQf2E6mXKapgGQ8ArtYY_dAfbdOKHrdujC_NwhG_YIEP8hZTXm0hmGHqT8ZRqVTyHNUZsfbTwbovwIMv7pA0XXDPLOehFS368z3V6NgO1Yfs1IeH3WS2zbbCpx4CWLTe4TzTTMJCt2DBtbJcTQQqXcDpb_a_PwjbJXmExhnANqdZQSwvnaPZsSVsbEXKr7ViK8J-VcK8L9JIJ03PbiXRAkvefjBnDjKNANKnrLxHUhbKnhrvyCrtEjMqEFMIha3nu9O9WAk6VtQ==" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_facebook.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td style="padding-right:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FgUywFcCaIFwrpJLEuIz221t_Pe76xbXCoKwowcGjw-K8UiPjRuv_7tfpYDKJCEkHw2ACRZcDrZoKMHAdddjqiGs1XOWuvfOO7XSWx1VmHOlzsm-QQDa8H-RhBEnlxIK_Ode5Na_5lsZ-qpRCVs9e9P6lZ7vwdsCt6hRia-yUXvQcsYeZkRpQAMZqIfGhtsto_iw2dw0n1hvvSbndRS3qH0IhzqX7jbnTGHtO7bvdJAd0YWEYMHPV0eiw8YykUQiz4fgKAvYwlQNlmix52M2sfgI65bmjfY5LDcW0kwYy4hsxsZQn_M9a6pWB3d0HeTK-ldIo7ZF3Y0ORPm7CGhIYQyES5FWPILMz-ZyCeri_uJdBbEVDX7xLsAUio1qwFo0K4UBca8_5eSi0aloAp6Aiuw%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869387318%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=I3rUKH%2BI6ahYH6h0y2Ii%2F6hbTA6LnUjXd9orpMfUGQw%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/gUywFcCaIFwrpJLEuIz221t_Pe76xbXCoKwowcGjw-K8UiPjRuv_7tfpYDKJCEkHw2ACRZcDrZoKMHAdddjqiGs1XOWuvfOO7XSWx1VmHOlzsm-QQDa8H-RhBEnlxIK_Ode5Na_5lsZ-qpRCVs9e9P6lZ7vwdsCt6hRia-yUXvQcsYeZkRpQAMZqIfGhtsto_iw2dw0n1hvvSbndRS3qH0IhzqX7jbnTGHtO7bvdJAd0YWEYMHPV0eiw8YykUQiz4fgKAvYwlQNlmix52M2sfgI65bmjfY5LDcW0kwYy4hsxsZQn_M9a6pWB3d0HeTK-ldIo7ZF3Y0ORPm7CGhIYQyES5FWPILMz-ZyCeri_uJdBbEVDX7xLsAUio1qwFo0K4UBca8_5eSi0aloAp6Aiuw==" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_instagram.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td style="padding-right:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F-vSu44-ZX-f8nmcERcfkVwPSR8eKMdhNt2H8xGrnxY0B4NqaC6hUVio_K5fzRfgLBag32eIfwrCC2lm5gUK5pDmlWtGHojmfOW0bjW2n5QFdN303gBOTOTSHSSsxSKHG6rnmO60n5EIzVvLh5UOebQmem9q38nhY-8fdW1-7AskIziekzfXWAvp7wt9SenBE6AH0u7PcX4ynaCighBmrjsq1bStoJjsjmnV_ekecoqAYBshUb7wLLUN8I3nenMxRU1kibh5p8pFjQhTVWXanxLOZZTLK5d0FyVKOjxBopqp6LCK62Y92v6l9DE8QxBUP2Vov1NEi7KlNj900ndAQSA7OS-w5a9OurMbVwDFj5oj1fQiNpjjbeb1VJdI8zjNjB0FRUkfCCbbkPrWAotKMNg%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869395971%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=kFA4sHcF1DjKUYTxpZlz4KZuYXuKXbveizNbPegYBrg%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/-vSu44-ZX-f8nmcERcfkVwPSR8eKMdhNt2H8xGrnxY0B4NqaC6hUVio_K5fzRfgLBag32eIfwrCC2lm5gUK5pDmlWtGHojmfOW0bjW2n5QFdN303gBOTOTSHSSsxSKHG6rnmO60n5EIzVvLh5UOebQmem9q38nhY-8fdW1-7AskIziekzfXWAvp7wt9SenBE6AH0u7PcX4ynaCighBmrjsq1bStoJjsjmnV_ekecoqAYBshUb7wLLUN8I3nenMxRU1kibh5p8pFjQhTVWXanxLOZZTLK5d0FyVKOjxBopqp6LCK62Y92v6l9DE8QxBUP2Vov1NEi7KlNj900ndAQSA7OS-w5a9OurMbVwDFj5oj1fQiNpjjbeb1VJdI8zjNjB0FRUkfCCbbkPrWAotKMNg==" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_youtube.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td></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">Uber Lanka (Private) Limited<br>Devi Building, No. 142, Bauddhaloka Mawatha, Colombo 04</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%2FAqHli6BO5JwQF_U3kOQXeQ1Vglv2QXknu-7UNzEopZ2WfrvTYYnuI-Z4OpJ3uwPRQnmuWRen0ok_c82hdoFYZ3fGxdkk4ru1CChkFss0LVuFp2kD73zGtG6hosk_7ixmI6MqFlFY1IIZdGXOUgIH0L6VB9MT7Ls5nyOZ8AokJVEC5WZf68lq-yIg2ArceFby79iVvL6IUkBNBKUDoe7mim1jV0fk6k9Pk40Jrnb33F_hnp7K17vIXt1i42ETHY3rcgnRco8J885GTbhRrRzFUmPws4dDEWDUzLYvkw9Auy1E2Ko0uUaLR-Oby49lybrbVw3Ouie4TyxXhUMCQMWKzkaFAU1v0WV5QFIaf1V2-sv2vkDxy-wmPpaBVZljMx09RNqiD39a-c8_FV1lBXqzkQ%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869404758%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=tBWSxI2D%2BNkuHe3N258IUcS2bN%2FQKyMTLQ%2Bb2t0FnUY%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/AqHli6BO5JwQF_U3kOQXeQ1Vglv2QXknu-7UNzEopZ2WfrvTYYnuI-Z4OpJ3uwPRQnmuWRen0ok_c82hdoFYZ3fGxdkk4ru1CChkFss0LVuFp2kD73zGtG6hosk_7ixmI6MqFlFY1IIZdGXOUgIH0L6VB9MT7Ls5nyOZ8AokJVEC5WZf68lq-yIg2ArceFby79iVvL6IUkBNBKUDoe7mim1jV0fk6k9Pk40Jrnb33F_hnp7K17vIXt1i42ETHY3rcgnRco8J885GTbhRrRzFUmPws4dDEWDUzLYvkw9Auy1E2Ko0uUaLR-Oby49lybrbVw3Ouie4TyxXhUMCQMWKzkaFAU1v0WV5QFIaf1V2-sv2vkDxy-wmPpaBVZljMx09RNqiD39a-c8_FV1lBXqzkQ==" 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%2FxH1-TWit0ipkPl9Ohq4DFOFPND49IV_Q4_zW9c32hkx_vBA4B2QOfdEEYwTFszViyS_2Q-MQ8GZ-9YFfzdIaH1VNzeqVjbBy1T4Ft2vsR68ec5zdpzADOuUWxtFl8sqKMIRXuvnyVpAzSKjQXv4Qd_jP-y47vH5XZplA5v8GFRceJ4HOfrlAHVH-ovs60R_6prwWl_9WdGgp6MTWk5DDzHt1_sT0RqJpPYA7B2PX_xozV3q94SCOOu-utARp9S3z45bjCninaM9Hy8khE9x8n94EVzX8TTmocYGE7zmXCc4ZPp-MtaPCWZynhc2WzcjV1S04sx4Ve0aNVTyWev3HKtfdm6QlqfzvrPtDW0purLDoH_6Vz7X4N8Uf2RwbBBy9KcKFEjsNOUSqvY1OulRc4Q%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869413831%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=ZJxsIJM%2BVGnlMDw8QaOmu3Av9DPWl9A0vLXkFA6zSeQ%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/xH1-TWit0ipkPl9Ohq4DFOFPND49IV_Q4_zW9c32hkx_vBA4B2QOfdEEYwTFszViyS_2Q-MQ8GZ-9YFfzdIaH1VNzeqVjbBy1T4Ft2vsR68ec5zdpzADOuUWxtFl8sqKMIRXuvnyVpAzSKjQXv4Qd_jP-y47vH5XZplA5v8GFRceJ4HOfrlAHVH-ovs60R_6prwWl_9WdGgp6MTWk5DDzHt1_sT0RqJpPYA7B2PX_xozV3q94SCOOu-utARp9S3z45bjCninaM9Hy8khE9x8n94EVzX8TTmocYGE7zmXCc4ZPp-MtaPCWZynhc2WzcjV1S04sx4Ve0aNVTyWev3HKtfdm6QlqfzvrPtDW0purLDoH_6Vz7X4N8Uf2RwbBBy9KcKFEjsNOUSqvY1OulRc4Q==" 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%2FDeuA_FD7ZidR9jeIEJqG3E5uijpgniR6t67Vc8ga-OKUKVaRwUCQZhVwr7I6lYiBqAjSytp6VOSMupKwFc9BiIhywpphfLEeU1kCqDeF0AsRp1OQSc0U0m0Nl0OJQqfLLDG834rb4A0iJWHFkwInsJyAkyfaYRlmIBM7zrjO2tzeuIv9lzf8_8lwDmDKCNqhRKSe0Ou8ViwAyX9Y4YOjpAwXSOIx9Fnlp1qiV7_pD4eFSefazKcwmohm8TxH1HaU_E_VT1DWO3PzFLIVkEYPhj4gxcd57dJqXCteIinySX0LGmVVtq0hG4AMvvMEeoJQXeB42Za8_XRhz60_VHubHwwlSglCSnt-jcsc18l06BodUzfjYGG0NDtAutpw6shh6ayWELbGsRK6U9FMeI7xeA%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869422641%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=tGp0L8qlPHyyxIg1sJbGn%2B%2F0o4HSAl9ZU3WeXmvKo%2FM%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/DeuA_FD7ZidR9jeIEJqG3E5uijpgniR6t67Vc8ga-OKUKVaRwUCQZhVwr7I6lYiBqAjSytp6VOSMupKwFc9BiIhywpphfLEeU1kCqDeF0AsRp1OQSc0U0m0Nl0OJQqfLLDG834rb4A0iJWHFkwInsJyAkyfaYRlmIBM7zrjO2tzeuIv9lzf8_8lwDmDKCNqhRKSe0Ou8ViwAyX9Y4YOjpAwXSOIx9Fnlp1qiV7_pD4eFSefazKcwmohm8TxH1HaU_E_VT1DWO3PzFLIVkEYPhj4gxcd57dJqXCteIinySX0LGmVVtq0hG4AMvvMEeoJQXeB42Za8_XRhz60_VHubHwwlSglCSnt-jcsc18l06BodUzfjYGG0NDtAutpw6shh6ayWELbGsRK6U9FMeI7xeA==" 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><td class="desktop-content" valign="bottom" style="padding-left:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FszS5GoLWzRMBE2rhUZCC0GKoEWyHveRybvUQcpYfLfNuKQ_p9yJzH9GJCSUysrb6ZS9FZ6OsLttfO6VKtRYQcDIgJC1k109ZRS41bh0zFRCXh40_47dejNAYqwc2FSIT5cGxztNyy4xCQf2E6mXKapgGQ8ArtYY_dAfbdOKHrdujC_NwhG_YIEP8hZTXm0hmGHqT8ZRqVTyHNUZsfbTwbovwIMv7pA0XXDPLOehFS368z3V6NgO1Yfs1IeH3WS2zbbCpx4CWLTe4TzTTMJCt2DBtbJcTQQqXcDpb_a_PwjbJXmExhnANqdZQSwvnaPZsSVsbEXKr7ViK8J-VcK8L9JIJ03PbiXRAkvefjBnDjKNANKnrLxHUhbKnhrvyCrtEjMqEFMIha3nu9O9WAk6VtQ%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869431659%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=KJ5ocsNGvdx7tjt8yh93uNiZD90ur7etpAb1b1QBtik%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/szS5GoLWzRMBE2rhUZCC0GKoEWyHveRybvUQcpYfLfNuKQ_p9yJzH9GJCSUysrb6ZS9FZ6OsLttfO6VKtRYQcDIgJC1k109ZRS41bh0zFRCXh40_47dejNAYqwc2FSIT5cGxztNyy4xCQf2E6mXKapgGQ8ArtYY_dAfbdOKHrdujC_NwhG_YIEP8hZTXm0hmGHqT8ZRqVTyHNUZsfbTwbovwIMv7pA0XXDPLOehFS368z3V6NgO1Yfs1IeH3WS2zbbCpx4CWLTe4TzTTMJCt2DBtbJcTQQqXcDpb_a_PwjbJXmExhnANqdZQSwvnaPZsSVsbEXKr7ViK8J-VcK8L9JIJ03PbiXRAkvefjBnDjKNANKnrLxHUhbKnhrvyCrtEjMqEFMIha3nu9O9WAk6VtQ==" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_facebook.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td class="desktop-content" valign="bottom" style="padding-left:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FgUywFcCaIFwrpJLEuIz221t_Pe76xbXCoKwowcGjw-K8UiPjRuv_7tfpYDKJCEkHw2ACRZcDrZoKMHAdddjqiGs1XOWuvfOO7XSWx1VmHOlzsm-QQDa8H-RhBEnlxIK_Ode5Na_5lsZ-qpRCVs9e9P6lZ7vwdsCt6hRia-yUXvQcsYeZkRpQAMZqIfGhtsto_iw2dw0n1hvvSbndRS3qH0IhzqX7jbnTGHtO7bvdJAd0YWEYMHPV0eiw8YykUQiz4fgKAvYwlQNlmix52M2sfgI65bmjfY5LDcW0kwYy4hsxsZQn_M9a6pWB3d0HeTK-ldIo7ZF3Y0ORPm7CGhIYQyES5FWPILMz-ZyCeri_uJdBbEVDX7xLsAUio1qwFo0K4UBca8_5eSi0aloAp6Aiuw%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869440448%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=LVB1X5an9nuzZhDFBXXlPLEC3vfokoEIISXiBlHFSM8%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/gUywFcCaIFwrpJLEuIz221t_Pe76xbXCoKwowcGjw-K8UiPjRuv_7tfpYDKJCEkHw2ACRZcDrZoKMHAdddjqiGs1XOWuvfOO7XSWx1VmHOlzsm-QQDa8H-RhBEnlxIK_Ode5Na_5lsZ-qpRCVs9e9P6lZ7vwdsCt6hRia-yUXvQcsYeZkRpQAMZqIfGhtsto_iw2dw0n1hvvSbndRS3qH0IhzqX7jbnTGHtO7bvdJAd0YWEYMHPV0eiw8YykUQiz4fgKAvYwlQNlmix52M2sfgI65bmjfY5LDcW0kwYy4hsxsZQn_M9a6pWB3d0HeTK-ldIo7ZF3Y0ORPm7CGhIYQyES5FWPILMz-ZyCeri_uJdBbEVDX7xLsAUio1qwFo0K4UBca8_5eSi0aloAp6Aiuw==" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_instagram.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td><td class="desktop-content" valign="bottom" style="padding-left:8px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F-vSu44-ZX-f8nmcERcfkVwPSR8eKMdhNt2H8xGrnxY0B4NqaC6hUVio_K5fzRfgLBag32eIfwrCC2lm5gUK5pDmlWtGHojmfOW0bjW2n5QFdN303gBOTOTSHSSsxSKHG6rnmO60n5EIzVvLh5UOebQmem9q38nhY-8fdW1-7AskIziekzfXWAvp7wt9SenBE6AH0u7PcX4ynaCighBmrjsq1bStoJjsjmnV_ekecoqAYBshUb7wLLUN8I3nenMxRU1kibh5p8pFjQhTVWXanxLOZZTLK5d0FyVKOjxBopqp6LCK62Y92v6l9DE8QxBUP2Vov1NEi7KlNj900ndAQSA7OS-w5a9OurMbVwDFj5oj1fQiNpjjbeb1VJdI8zjNjB0FRUkfCCbbkPrWAotKMNg%3D%3D&data=05%7C02%7C%7C1770567dfdbd4a4b4b2a08dedc3ccc93%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639190350869449366%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=pTz1CXfnGeEf0u87IwUfYvVcpshpcPA8Lm4WrHynW%2Fg%3D&reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/-vSu44-ZX-f8nmcERcfkVwPSR8eKMdhNt2H8xGrnxY0B4NqaC6hUVio_K5fzRfgLBag32eIfwrCC2lm5gUK5pDmlWtGHojmfOW0bjW2n5QFdN303gBOTOTSHSSsxSKHG6rnmO60n5EIzVvLh5UOebQmem9q38nhY-8fdW1-7AskIziekzfXWAvp7wt9SenBE6AH0u7PcX4ynaCighBmrjsq1bStoJjsjmnV_ekecoqAYBshUb7wLLUN8I3nenMxRU1kibh5p8pFjQhTVWXanxLOZZTLK5d0FyVKOjxBopqp6LCK62Y92v6l9DE8QxBUP2Vov1NEi7KlNj900ndAQSA7OS-w5a9OurMbVwDFj5oj1fQiNpjjbeb1VJdI8zjNjB0FRUkfCCbbkPrWAotKMNg==" style=""><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_social_youtube.png" width="30" height="30" border="0" style="border:none; clear:both; display:inline-block; height:30px; max-width:100%; outline:none; text-decoration:none; width:30px"></a></td></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> |