File tree Expand file tree Collapse file tree 5 files changed +348
-5
lines changed Expand file tree Collapse file tree 5 files changed +348
-5
lines changed Original file line number Diff line number Diff line change 10
10
<img src =" https://cdn.jsdelivr.net/gh/stacksjs/sponsors/sponsorkit/sponsors.svg" class =" m-auto" >
11
11
</a >
12
12
</p >
13
+
14
+ <p class =" mt-5 text-center" >
15
+ <a href =" https://github.com/sponsors/chrisbbreuer" class =" italic text-xs" >
16
+ Click here to become a sponsor.
17
+ </a >
18
+ </p >
13
19
</template >
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ async function submitEmail() {
96
96
</div >
97
97
</div >
98
98
99
- <a href =" https://docs.stacksjs.org " class =" text-sm text-gray-900 font-semibold leading-6" >Learn more <span aria-hidden =" true" >→</span ></a >
99
+ <a href =" https://stacksjs- docs.netlify.app " class =" text-sm text-gray-900 font-semibold leading-6" >Learn more <span aria-hidden =" true" >→</span ></a >
100
100
</div >
101
101
102
102
<p v-for =" error in errors" :key =" error" class =" pt-2 text-xs text-red-500" >
Original file line number Diff line number Diff line change 421
421
"customRandom" : true ,
422
422
"lazy" : true ,
423
423
"random" : true ,
424
- "urlAlphabet" : true
424
+ "urlAlphabet" : true ,
425
+ "confirmCardSetup" : true ,
426
+ "loadCardElement" : true ,
427
+ "loadPaymentElement" : true ,
428
+ "publishableKey" : true ,
429
+ "randomNonSecure" : true
425
430
}
426
431
}
You can’t perform that action at this time.
0 commit comments