diff --git a/apps/web/config/billing.sample.config.ts b/apps/web/config/billing.sample.config.ts index 7ff54e420..f2b22b833 100644 --- a/apps/web/config/billing.sample.config.ts +++ b/apps/web/config/billing.sample.config.ts @@ -31,7 +31,7 @@ export default createBillingSchema({ lineItems: [ { id: 'price_1NNwYHI1i3VnbZTqI2UzaHIe', - name: 'Addon 2', + name: 'Starter', cost: 9.99, type: 'flat' as const, }, diff --git a/packages/billing/gateway/src/components/line-item-details.tsx b/packages/billing/gateway/src/components/line-item-details.tsx index 7a26745e3..7326ce676 100644 --- a/packages/billing/gateway/src/components/line-item-details.tsx +++ b/packages/billing/gateway/src/components/line-item-details.tsx @@ -136,17 +136,19 @@ export function LineItemDetails( - - - - {formatCurrency({ - currencyCode, - value: item.cost, - locale, - })} - - + - + + + + {formatCurrency({ + currencyCode, + value: item.cost, + locale, + })} + + +