Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afa0705

Browse filesBrowse files
authored
Fixed svelte type check
1 parent e26d930 commit afa0705
Copy full SHA for afa0705

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/routes/payment-example/+page.svelte

Copy file name to clipboardExpand all lines: src/routes/payment-example/+page.svelte
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
on:submit|preventDefault={submitForm}
8181
>
8282
<LinkAuthenticationElement />
83-
<PaymentElement />
83+
<PaymentElement options={{}}/>
8484
<!-- Listing all the following props is needed for typescript not to complain -->
8585
<Address
8686
mode="billing"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.