From 66a6781a0a2afdf2eaab28872dd4b1cd1d35976a Mon Sep 17 00:00:00 2001 From: Alec Menconi Date: Fri, 8 Mar 2024 17:19:29 -0500 Subject: [PATCH] Remove tester string from cart modal --- .../cart/components/cart-modal/cart-modal.component.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/components/cart/components/cart-modal/cart-modal.component.html b/src/app/components/cart/components/cart-modal/cart-modal.component.html index 882b497..ecc1467 100644 --- a/src/app/components/cart/components/cart-modal/cart-modal.component.html +++ b/src/app/components/cart/components/cart-modal/cart-modal.component.html @@ -383,11 +383,6 @@ Your cart is empty. -
- Pending Transaction: {{ cartService.pendingTransaction$ | async }} -
- Transaction Expired: {{ helper.isExpired(cartService.pendingTransaction$ | async) }} -