yoco updated to use webhook

This commit is contained in:
twotalesanimation
2025-12-29 14:43:24 +02:00
parent 6de01c13c5
commit 00b8ff77b2
123 changed files with 6959 additions and 12669 deletions
+1 -24
View File
@@ -68,29 +68,6 @@
gap: 0.5rem;
}
.status-badge {
display: inline-block;
padding: 0.4rem 1rem;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 600;
}
.status-pending {
background-color: #fff3cd;
color: #856404;
}
.status-processing {
background-color: #cfe2ff;
color: #084298;
}
.status-completed {
background-color: #d1e7dd;
color: #0f5132;
}
.order-total {
text-align: right;
}
@@ -196,7 +173,7 @@
</div>
<div class="order-status">
<span class="status-badge status-{{ $order->status }}">
<span class="status-badge {{ $order->status }}">
{{ ucfirst($order->status) }}
</span>
</div>