fix: correct billing history menu link in merchant sidebar
The sidebar pointed to /merchants/billing/billing (404) instead of /merchants/billing/invoices which is the actual page route. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
{{ section_header('Billing', 'billing', 'credit-card') }}
|
||||
{% call section_content('billing') %}
|
||||
{{ menu_item('subscriptions', '/merchants/billing/subscriptions', 'clipboard-list', 'Subscriptions') }}
|
||||
{{ menu_item('billing', '/merchants/billing/billing', 'currency-euro', 'Billing History') }}
|
||||
{{ menu_item('billing', '/merchants/billing/invoices', 'currency-euro', 'Billing History') }}
|
||||
{% endcall %}
|
||||
|
||||
<!-- Account Section -->
|
||||
|
||||
Reference in New Issue
Block a user