결제위젯


<div th:if="${cartItem[0].member.billProcessday == 0 or (cartItem[0].member.billProcessday != 0 and cartItem[0].isAdditionalCharge)}">
<!-- , -->
<div id="payment-method"></div>
<div id="agreement"></div>

<!-- -->
<button id="payment-button" class="btn btn-info"></button>
<input type="hidden" id="tossClientKey" th:value="${tossClientKey}" >
<input type="hidden" id="tossCustomerKey" th:value="${loginmember.uuid}" >
</div>
<!-- : -->
<div th:unless="${cartItem[0].member.billProcessday == 0 or (cartItem[0].member.billProcessday != 0 and cartItem[0].isAdditionalCharge)}">
<!-- -->
<button id="normal-payment-button" class="btn btn-primary"></button>
</div>
???
Was this page helpful?