Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dobesv

    (@dobesv)

    Specifically, if I attempt a payment using stripe I get a validation error on the card number: “Must provide source or customer.”

    If I look at the network traffic, no communications go to stripe and all the credit card details are inappropriately sent to the WordPress server instead.

    Also I see an error in the JavaScript console.

    Workaround: don’t use this plugin! I just “duplicated” the form I was using twice on the same page and used a different form with a different tabindex for each copy of the form. It’s not ideal but it doesn’t mess up my payment collection stuff.

    Plugin Author Marin Atanasov

    (@tyxla)

    Hi @dobesv,

    Thanks for reporting the issue.

    I’ll investigate it later today and will reply ASAP.

    Regards,
    Marin

    Plugin Author Marin Atanasov

    (@tyxla)

    Hi @dobesv,

    Yes, unfortunately it turns out that you’re right. These two plugins are not compatible, as they contradict each other. In order for multiple instances of the same form to work, the IDs must be replaced. And if the IDs are replaced, the Stripe addon does not work, as it makes a request on behalf of an unexisting form ID. Since the Stripe addon does not offer any custom events that we can hook on, there is nothing that can be done to make these two plugins compatible.

    Please, let me know if I can assist in any other way.

    Regards,
    Marin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breaks Stripe Add-On’ is closed to new replies.