add Stripe connection step to launch checklist
All checks were successful
deploy / deploy (push) Successful in 1m10s
All checks were successful
deploy / deploy (push) Successful in 1m10s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0ddafbd84f
commit
762a2ee100
@ -5,6 +5,7 @@ defmodule BerrypodWeb.Admin.Dashboard do
|
||||
|
||||
@checklist_items [
|
||||
%{key: :products_synced, label: "Sync your products", href: "/admin/providers"},
|
||||
%{key: :stripe_connected, label: "Connect Stripe", href: "/admin/settings"},
|
||||
%{key: :theme_customised, label: "Customise your theme", href: "/admin/theme"},
|
||||
%{key: :has_orders, label: "Place a test order", href: "/"},
|
||||
%{key: :site_live, label: "Go live", href: nil}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user