Update QR code image sources to use new API endpoint
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 3m16s

This commit is contained in:
Frank John Begornia
2026-04-02 15:50:53 +08:00
parent f7d9759aae
commit 07cfe2b337

View File

@@ -377,10 +377,10 @@
<table class="table table-condensed table-bordered" style="width: 100%; border-collapse: collapse; ">
<tr>
<td style="width: 100px; text-align: center;">
<img src="https://crewsportswear.app:5954/?text=00__00__00__{{$array_payment_details[0]->InvoiceNumber }}" height="72" alt="QRCode">
<img src="https://qr.crewsportswear.app/api/qr?text=00__00__00__{{$array_payment_details[0]->InvoiceNumber}}" height="72" alt="QRCode">
</td>
<td style="text-align: right">
<img src="https://crewsportswear.app:5954/?text=00__00__00__{{$array_payment_details[0]->InvoiceNumber }}" height="72" alt="QRCode">
<img src="https://qr.crewsportswear.app/api/qr?text=00__00__00__{{$array_payment_details[0]->InvoiceNumber}}" height="72" alt="QRCode">
</td>
</tr>
</table>