Skip to content

Commit

Permalink
Fix display of shopperReference on the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu committed Nov 16, 2023
1 parent a65ecc0 commit c08c159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>ADMIN PANEL</h1>
<div th:if="${not #lists.isEmpty(tokens)}">

<div th:each="token: ${tokens}">
<b>ShopperReference: <span th:text=${token.shopperReference}>shopperReference here</span></b><br/><br/>
<b>ShopperReference: <th:block th:text=${token.shopperReference}>shopperReference here</th:block></b><br/><br/>
<ul class="adminList">
<li>
PaymentMethod: <th:block th:text=${token.paymentMethod}>payment method here</th:block>
Expand Down

0 comments on commit c08c159

Please sign in to comment.