Deploy Ladill Woo Manager / deploy (push) Successful in 43s
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>
7 lines
143 B
PHP
7 lines
143 B
PHP
<?php
|
|
|
|
return [
|
|
'product_slug' => 'woo-manager',
|
|
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/woo'),
|
|
];
|