Coder Social home page Coder Social logo

Comments (10)

acstll avatar acstll commented on August 16, 2024

Ok, I checked Stripe's logs and found the cause of the error:

error: {
  type: "invalid_request_error"
  message: "Amount must be at least 50 cents"
  param: "amount"
}

Still this looks like a bug.

from omnipay-stripe.

kinglozzer avatar kinglozzer commented on August 16, 2024

Just encountered this too. The code key is optional (in fact, type is the only key guaranteed to be present): https://stripe.com/docs/api#errors. Looks like this code just needs an isset() (note, we should also add one to getMessage() as the message key is also optional). cc @delatbabel

from omnipay-stripe.

delatbabel avatar delatbabel commented on August 16, 2024

OK can someone submit a PR for this please?

from omnipay-stripe.

acstll avatar acstll commented on August 16, 2024

Yes, I could try a PR, but I have a doubt… documentation for both getCode() and getMessage() methods says Returns null if the request was successful., but that won't be true anymore if we add isset() to them. So wouldn't this change cause greater bugs? I mean, is people relying on getting null from any of these methods to check whether the transaction was successful or not?

from omnipay-stripe.

delatbabel avatar delatbabel commented on August 16, 2024

I doubt that there would be any breakages. The getCode() and getMessage() functions in other gateways don't always return null on a successful request, and furthermore there is a separate isSuccessful() function to determine the success / failure of the request which is the correct function to use to determine failure status.

from omnipay-stripe.

judgej avatar judgej commented on August 16, 2024

Should the core documentation be amended then, to state that code and message may be returned if available, regardless of success result?

from omnipay-stripe.

kinglozzer avatar kinglozzer commented on August 16, 2024

I’ve created a PR here: #67. These two methods will still always return null on success, that behaviour hasn’t been changed.

from omnipay-stripe.

 avatar commented on August 16, 2024

Getting this err:
Undefined index: code

Error is trigger from omnipay/stripe/src/Message/Response.php
lline 308

Checking the logs and updating this post.

from omnipay-stripe.

kinglozzer avatar kinglozzer commented on August 16, 2024

@MiguelSolano Make sure you’re running v2.4.2 or newer

from omnipay-stripe.

 avatar commented on August 16, 2024

You are absolutely right, it appears that Craft Cms is running a later version. I submitted a ticket and they are currently testing 💯

from omnipay-stripe.

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.