dcumpton
Forum Replies Created
-
@royho, our goal was to disable WooCommerce client-side form validation and to re-order some of the checkout form fields.
@royho, I found the issue. We were deregistering the ‘wc-address-i18n’ script in our theme.
Unfortunately, I missed this on my first pass for theme form alterations while troubleshooting this issue. Please note, deregistering that script did not appear to impact 3.2.3, at least in test mode, I never tested in production.
Thanks for your help!
@royho, I have resolved all js errors and still getting the same Stripe gateway error in WooCommerce logs.
Please note, those same js errors did not impact this plugin when running 3.2.3.
@royho, I have confirmed this, still getting same error:
01-22-2018 @ 11:23:23 – ====Start Log====
Error: stdClass Object
(
[token_id] =>
[customer] =>
[source] =>
)====End Log====
@spraveenitpro, I have updated to 4.0.3 and I am still getting the same error:
Error: stdClass Object
(
[token_id] =>
[customer] =>
[source] =>
)@royho, removing the stripe checkout form does not look to be working in version 4.0.2 or 4.0.3.
I have also confirmed that I have the Stripe webhook active in my Stripe settings.
Thanks.
Thank you for your replies.
@royho, I had a 3rd party form validation script running on the checkout form, I disabled it, but still getting the same error.
I am also using Stripe Checkout, so I believe the redirect to /order-received should be default behavior, but is not happening due to error.
I have also confirmed that there are no JS errors in the console.
@dougaitken, I am seeing this error consistently in logs:
Error: stdClass Object
(
[token_id] =>
[customer] =>
[source] =>
)