Skip to content

Commit 462a4c6

Browse files
committed
Update Ticket Tailor barcode
1 parent c4e4913 commit 462a4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/TicketProviders/TicketTailorProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ protected function getType(string $externalId): ?TicketType
158158

159159
protected function getQrCode(object $data): string
160160
{
161-
return str_replace(['/st/', '.jpg'], ['/qr/', '.png'], $data->barcode_url);
161+
return "https://api.qrserver.com/v1/create-qr-code/?size=200x200&data={$data->barcode}";
162162
}
163163

164164
protected function getClient(): Client

0 commit comments

Comments
 (0)