Files
ladill-woo-manager/config/ladill.php
T
isaaccladandCursor 4743efa3d7
Deploy Ladill Woo Manager / deploy (push) Successful in 43s
Fix logged-out redirect bouncing to invoice marketing page.
The SSO login_required fallback used the invoice app's default marketing URL
(leftover from the fork), sending logged-out Woo users to /products/invoice.
Point it at /products/woo instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 18:15:38 +00:00

7 lines
143 B
PHP

<?php
return [
'product_slug' => 'woo-manager',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/woo'),
];