Problem/Motivation

payments are being billed to Stripe twice, with same info, one right after the other
(while nothing obvious happens on the UI end, the payments actually go through twice)

Steps to reproduce

install uc_stripe 7.x-3.3 with ubercart 7.x-3.9
using stripe php library version 6.38.0, as the newer versions are not supported by uc_stripe at this time; and i believe the Stripe API version is 2019-05-16

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

goatvirus created an issue.

andraeray’s picture

Thanks for reporting this, you might be seeing the same issue here:

#3074679: Prevent user from making multiple accidental charges.,

This has been fixed in the dev version, you can test out the dev version or wait for the new version. I'll be releasing a new version of uc_stripe hopefully in the next few days.

earthangelconsulting’s picture

thanks @AndraeRay we discovered that ourselves two days ago, by comparing code from 7.x.-3.3 with the latest dev version. i was just waiting for confirmation from the client before i posted it here.

looking forward to seeing a new official release :-)