Rusty
Rusty
To add a new payment method, in the backend I call ```$setupIntent = $user->createSetupIntent($options);``` then in the front end I use the setup intent client secret to create and mount...
I think these docs will be better for you https://stripe.com/docs/payments/quickstart you can basically follow that but replace the backend stuff with the cashier methods. It's the pretty much the same...
Yep, all still working fine in my apps. Are you adding it via a setup intent or a payment intent? If a payment intent make sure you are setting the...
Ah I see, I have replied on Laracasts. You need to get the card server side rather than client side. The redirect happens before the ```else``` and adds the intent...
This looks like code for the older style integration so you might need to refactor a fair bit. Hopefully this will help you https://laracasts.com/discuss/channels/javascript/stripe-payment-element-error#reply-899320
I did find a workaround by using an absolute positioned div as the background 
I had the same I think Worker exited due to exception java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134) at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.getAttributesKeys(LexerEditorHighlighter.java:492) at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.getAttributes(LexerEditorHighlighter.java:484) at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter$HighlighterIteratorImpl.getTextAttributes(LexerEditorHighlighter.java:626) at net.vektah.codeglance.render.Minimap.update(Minimap.kt:118) at net.vektah.codeglance.GlancePanel$7.computeInReadAction(GlancePanel.kt:144) at com.intellij.openapi.progress.util.ReadTask.performInReadAction(ReadTask.java:49) at com.intellij.openapi.progress.util.ReadTask.lambda$runBackgroundProcess$0(ReadTask.java:66) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:854)...
Yeah I find this very unintuitive. The response is that it's the same as start menu and jump lists, sidebar etc., but it's not the same. Start menu is expected...
Gave up in the end. It's just to unintuitive to use coming from other GUIs. Feel free to close this.
Running the following helped ```sudo apt-get install -y dos2unix``` ```sudo find ~/.spin -type f -exec dos2unix {} \;```