Files
ladill-merchant/config/link.php
T
isaaccladandCursor 2991d71ea0
Deploy Ladill Merchant / deploy (push) Successful in 26s
Fix remaining merchant surfaces still using merchant.ladill.com/q URLs.
Storefront QR cards, slug preview, payment callbacks, and document downloads now use LadillLink so displayed and encoded links match ladl.link.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 16:06:32 +00:00

6 lines
82 B
PHP

<?php
return [
'public_domain' => env('LINK_PUBLIC_DOMAIN', 'ladl.link'),
];