fix(review): accept arbitrary amounts in payment-setup; rename m.tier → m.amount in activity text
This commit is contained in:
parent
9f557d7e7a
commit
dfc03f851b
2 changed files with 2 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ const formatters = {
|
|||
icon: 'i-lucide-user-pen'
|
||||
}),
|
||||
subscription_created: (m) => ({
|
||||
text: m.tier ? `Started $${m.tier}/mo subscription` : 'Started subscription',
|
||||
text: m.amount != null ? `Started $${m.amount}/mo subscription` : 'Started subscription',
|
||||
icon: 'i-lucide-credit-card'
|
||||
}),
|
||||
subscription_cancelled: () => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue