-error handling from KBZ response

error handling from network error
This commit is contained in:
aungthetkhaing
2025-05-30 10:22:17 +06:30
parent d49ebbf617
commit 26ff1da67e
3 changed files with 413 additions and 316 deletions

View File

@@ -61,7 +61,7 @@
<!-- This is now Column 1 -->
<div class="col-6"> <!-- Using col-md-6 for responsiveness, col-6 is also fine -->
<div class="text-center">
<img src="/image/mmqr.webp" alt="MMQR Payment" style="max-width: 120px; margin-bottom: 10px;">
<img src="/image/mmqr.webp" alt="MMQR Payment" style="max-width: 90px; margin-bottom: 10px;">
<h5>Scan to Pay</h5>
<p class="text-muted">Use your mobile wallet app</p>
</div>
@@ -298,16 +298,17 @@
@media(min-width: 600px){
#second_display_order_items{
margin-top: -3rem;
margin-top: 1rem;
}
#mmqr_payment{
margin-top: -3rem;
margin-top: 1rem;
}
#payment_success{
margin-top: 3rem;
}
}
@media (max-width: 576px) {
.card-header h4 { font-size: 1.1rem; }
#order-items-table th, #order-items-table td {