striper
striper copied to clipboard
Not recording stripe message for failed payment in order note
In the event a Stripe payment fails (card declined, insufficient funds etc) the plugin logs the event as an order note in WooCommerce. E.g.
Striper Credit Card Payment Failed with message: ”
The actual message (reason for failure) from stripe seems to not be recorded as indicated by the empty quotes in the order note. This is probably a simple error in parsing the Stripe response but it would be good to fix this.
Hello @harrygr
thanks for this and the other reports and patches, but I have forked the plugin so I am not following this repository anymore.
If you'd like to contribute to mg wc Stripe(it is build on the commits I pushed here) I'll setup a repository here on GitHub, just let me know.
Cheers, mg
Hi @mgiulio,
No problem. @seanvoss mentioned you'd taken over development. I'd like to help out as I use it pretty intensively on a live site and may come across more issues - for instance, I am finding that your version is not sending the address details to Stripe meaning postcode checks can't be made. If you could set up a github repo that'd be great and I'd love to help out.
You're welcome @harrygr.
The new repo is at https://github.com/mgiulio/mg-wc-stripe.
There you can find the latest commits, including the 1.1 version, soon to be deployed to wp.org SVN.
Yes, I intentionally removed the address checks in this first release. It will come back in 1.2: https://github.com/mgiulio/mg-wc-stripe/issues/2
mg