diff --git a/src/lib/components/billing/alerts/paymentMandate.svelte b/src/lib/components/billing/alerts/paymentMandate.svelte index b55f5d20b..08d9207d7 100644 --- a/src/lib/components/billing/alerts/paymentMandate.svelte +++ b/src/lib/components/billing/alerts/paymentMandate.svelte @@ -12,7 +12,7 @@ $organization.$id, $paymentMissingMandate.$id ); - await confirmSetup(method.clientSecret, method.$id); + await confirmSetup(method.clientSecret, method.providerMethodId); } diff --git a/src/lib/images/promos/auto-increment-dark.png b/src/lib/images/promos/auto-increment-dark.png new file mode 100644 index 000000000..b63c3891c Binary files /dev/null and b/src/lib/images/promos/auto-increment-dark.png differ diff --git a/src/lib/images/promos/auto-increment-light.png b/src/lib/images/promos/auto-increment-light.png new file mode 100644 index 000000000..b2c174fc4 Binary files /dev/null and b/src/lib/images/promos/auto-increment-light.png differ diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index 647aeaffa..c8e9fd1e7 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -89,3 +89,4 @@ export function isPromoLive( return isSameDay(now, target) && now >= target; } + diff --git a/src/routes/(console)/organization-[organization]/domains/+page.svelte b/src/routes/(console)/organization-[organization]/domains/+page.svelte index b2726e561..4251c80e9 100644 --- a/src/routes/(console)/organization-[organization]/domains/+page.svelte +++ b/src/routes/(console)/organization-[organization]/domains/+page.svelte @@ -196,7 +196,7 @@