Merge branch 'main' into feat-GRO-1128-opt-in-relationship-console-notification

This commit is contained in:
Harsh Mahajan
2025-07-17 12:24:21 +05:30
committed by GitHub
6 changed files with 4 additions and 3 deletions
@@ -12,7 +12,7 @@
$organization.$id,
$paymentMissingMandate.$id
);
await confirmSetup(method.clientSecret, method.$id);
await confirmSetup(method.clientSecret, method.providerMethodId);
}
</script>
Binary file not shown.

After

Width:  |  Height:  |  Size: 949 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

+1
View File
@@ -89,3 +89,4 @@ export function isPromoLive(
return isSameDay(now, target) && now >= target;
}
@@ -196,7 +196,7 @@
<svelte:fragment slot="actions">
<Button
external
href="#/"
href="https://appwrite.io/docs/products/network/dns"
text
event="empty_documentation"
size="s"
@@ -64,7 +64,7 @@
<svelte:fragment slot="actions">
<Button
external
href="#/"
href="https://appwrite.io/docs/products/functions/domains"
text
event="empty_documentation"
size="s"