Use ladl.link URLs for all front-facing QR and short-link surfaces.
Deploy Ladill Transfer / deploy (push) Successful in 1m43s
Deploy Ladill Transfer / deploy (push) Successful in 1m43s
Public landing pages, asset paths, payment callbacks, and redirects now go through QrCode::publicPath() / LadillLink instead of ladill.com/q/* routes. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -60,7 +60,7 @@ class TransferPublicController extends Controller
|
||||
|
||||
$request->session()->put("transfer_unlocked.{$transfer->id}", true);
|
||||
|
||||
return redirect()->route('qr.public.transfer', $shortCode);
|
||||
return redirect()->away($qrCode->publicPath('transfer'));
|
||||
}
|
||||
|
||||
public function download(Request $request, string $shortCode, TransferFile $file): StreamedResponse
|
||||
|
||||
Reference in New Issue
Block a user