wpuman
Forum Replies Created
-
Hello,
After performing various tests with the new payment form, I found the origin of the error in version 9.0.0: When you activate the new payment form, the “Link by Stripe” option is activated by default. On this version of the plugin, this option does not seem to recognize my region and generates an error. When I deactivate this option (“Link by Stripe”), there is no more error.
While on the latest version 9.1.1, when you activate the new form, the “Link by Stripe” option no longer generates an error.
BR
Sorry the error has disappeared
Hi @shahzeenfarooq,
Thanks for your feedback. I will test with the latest version 9.1.1 and keep you informed. Please do not close this ticket in the meantime.
BR
Hi @doublezed2,
Sharing my WooCommerce system report carries some security risks, as these reports may contain sensitive information about our site, plugins, theme, and server configurations.
What information do you want to know?
BR
Given the error message : “IntegrationError: Invalid value for paymentRequest()”
I searched for the relevant file : “/plugins/woocommerce-gateway-stripe/assets/js/stripe-payment-request.js”
I noticed this code line 433 to 437 :
// Puerto Rico (PR) is the only US territory/possession that's supported by Stripe.
// Since it's considered a US state by Stripe, we need to do some special mapping.
if ( 'PR' === options.country ) {
options.country = 'US';
}Maybe I should customize this code like this:
// Reunion Island (RE) is a FR territory that's supported by Stripe.
// Since it's considered like FR by Stripe, we need to do some special mapping.
if ( 'RE' === options.country ) {
options.country = 'FR';
}If there are any developers of this plugin here, please confirm and propose an update for us.
Thank You
BR
Hello all,
For information, Stripe support has checked on their side. It turns out that the error that is displayed in the browser console is not considered to come from Stripe directly. Support invites me to get in touch with the Woocommerce team because this is an integration that is managed and supported by Woocommerce.
So I turn to the support of this plugin, do you have a solution?
BR
Hi @doublezed2,
Thank you for your reply.
As stated above, the company is registered in Reunion Island, a French overseas department (store country code: RE)
What information do you need about our setup?
WordPress Environment:
- WooCommerce Version: 9.4.2
- WordPress Version: 6.6.2
- Language: fr_FR
Server Environment:
- Server Info: Apache
- PHP Version: 8.0.30
Database:
- WooCommerce Database Version: 9.4.2
Extension:
- WooCommerce Stripe Gateway: by Stripe – 9.0.0
- WooCommerce: by Automattic – 9.4.2
BR
- This reply was modified 2 months, 1 week ago by wpuman.
Hi @shahzeenfarooq,
Thank you but I don’t use Apple Pay and Google Pay payment methods, they are disabled. I had the same problem with both of these methods in the old payment form before. :
https://www.ads-software.com/support/topic/integration-error-invalid-value-for-payment-request/
Although these methods are disabled, I still encounter the javascript errors with the new form now.
I’m in contact with Stripe.com support, but I’m afraid they’ll tell me it’s a plugin integration issue…
BR
Yes, by disabling the admin option, the buttons work. Perfect !
Thank you
Thank you @grola
(Note : this empty file is also loaded on all pages on the admin side…)
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Merging problem with Woocommerce v.8.3Yes, Perfect ! 2 javascript files instead of 15. Thank You
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Uncaught SyntaxError with wp-polyfillHi,
It’s OK, The latest version fixed the problem !
BR
Forum: Plugins
In reply to: [Brevo for WooCommerce] dequeue script/style sib-frontCan anyone answer my question here?
Forum: Plugins
In reply to: [Brevo for WooCommerce] dequeue script/style sib-frontI would like the ‘sib-front-js‘ script ant the ‘sib-front-css‘ stylesheet :
/wp-content/plugins/mailin/js/mailin-front.js
/wp-content/plugins/mailin/css/mailin-front.css
to load only on the checkout page (where the newsletter subscription form is) and not on the cart page and the blog pages because there is no point in loading them here… for me.
BR
- This reply was modified 1 year, 9 months ago by wpuman.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Dequeue Stripe sHi @babylon1999
Thank you, these two filters have corrected the problem.
Many Thanks !
Best regards