Giter VIP home page Giter VIP logo

Comments (5)

Andrewangeta avatar Andrewangeta commented on June 19, 2024

I'm not sure what the error is. How is this related to stripe exactly? Gonna need some more info. @apps4everyone

from stripe-kit.

apps4everyone avatar apps4everyone commented on June 19, 2024

Hey @Andrewangeta, thx for your quick reply. If I am using a fresh new vapor installation with just one route /create-payment-intent (as mentioned in the stripe example on the website) and call this API from my mobile app every 2-4 times Vapor crashes with this example above.

from stripe-kit.

Andrewangeta avatar Andrewangeta commented on June 19, 2024

You'll need to provide some more info. Have you stepped through the debugger to see what line is causing the crash? The crash is in NIO but the snippet you have isn't helping.

from stripe-kit.

apps4everyone avatar apps4everyone commented on June 19, 2024

it looks like the problem was the missing promise. If I use:
let promise = req.eventLoop.makePromise(of: PaymentIntentResponse.self) and do then the 'req.stripe.paymentIntents.create' everything looks good so far. I will test tomorrow and if there is no more problems i will close this ticket. thx for your help...

from stripe-kit.

Andrewangeta avatar Andrewangeta commented on June 19, 2024

@apps4everyone Also you don't need to have all the nils in the route. They have default values.

from stripe-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.