Skip to content

Commit

Permalink
Remove tester string from cart modal
Browse files Browse the repository at this point in the history
  • Loading branch information
amenconi committed Mar 8, 2024
1 parent 3ab2ab3 commit 66a6781
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,6 @@ <h4 class="modal-title">Your Cart</h4>
</ng-template>
</div>
<ng-template #emptyCart>Your cart is empty.</ng-template>
<div class="tester">
Pending Transaction: {{ cartService.pendingTransaction$ | async }}
<br />
Transaction Expired: {{ helper.isExpired(cartService.pendingTransaction$ | async) }}
</div>
</ng-container>

<div class="text-center" *nzModalFooter>
Expand Down

0 comments on commit 66a6781

Please sign in to comment.