Skip to content

Commit cec2ac6

Browse files
Merge pull request #2122 from appwrite/fix-error-verifying-pm
Fix: error while verifying payment method
2 parents 94c6446 + b419d29 commit cec2ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)