Update QR code image sources to use new API endpoint
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 3m16s
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 3m16s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user