Skip to content

Commit 673a66d

Browse files
authored
Merge branch 'main' into feat-GRO-1128-opt-in-relationship-console-notification
2 parents 20dbfe7 + cec2ac6 commit 673a66d

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

src/lib/components/billing/alerts/paymentMandate.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$organization.$id,
1313
$paymentMissingMandate.$id
1414
);
15-
await confirmSetup(method.clientSecret, method.$id);
15+
await confirmSetup(method.clientSecret, method.providerMethodId);
1616
}
1717
</script>
1818

949 KB
Loading
426 KB
Loading

src/routes/(console)/bottomAlerts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ export function isPromoLive(
8989

9090
return isSameDay(now, target) && now >= target;
9191
}
92+

src/routes/(console)/organization-[organization]/domains/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<svelte:fragment slot="actions">
197197
<Button
198198
external
199-
href="#/"
199+
href="https://appwrite.io/docs/products/network/dns"
200200
text
201201
event="empty_documentation"
202202
size="s"

src/routes/(console)/project-[region]-[project]/functions/function-[function]/domains/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<svelte:fragment slot="actions">
6565
<Button
6666
external
67-
href="#/"
67+
href="https://appwrite.io/docs/products/functions/domains"
6868
text
6969
event="empty_documentation"
7070
size="s"

0 commit comments

Comments
 (0)