emontecer
Forum Replies Created
-
Hi @luukkaass !
Still have the same notice (with plugin version 13.4.0, WordPress 6.7.1 and PHP 8.3) :
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woo-product-feed-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/phbx4505/public_html/wp-includes/functions.php on line 6114
Hi @jkohlbach ! I’m facing the same issue with the lastest version (13.4.0) in french translation.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payment Intents API – Order cancelledHi there !
I encountered the same issue as @bartnl and found a quick fix (in my case). Hope this can help other users and developers who are working on the plugin.
Issue explained :
- I wanted to add SEPA Direct Debit so I enabled the new payment method
- Then, I got an issue with this error : “invalid_request_error. The Sources API has been deprecated […]”
- So, I enabled the “New Checkout Experience” but this caused a new Fatal Error (see screenshot below) : “ValueError: Unknown format specter “|” in /wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-stripe-upe-payment-method-sepa.php on line 61″
- As you can see, the last called stack was a french translation of this sentence : “%1$sTest mode:%2$s use the test account number AT611904300234573201. Other payment methods may redirect to a Stripe test page to authorize payment. More test card numbers are listed %3$shere%4$s.”
- So I “hard edited” the translated sentence (into the woocommerce-gateway-stripe-fr_FR.po) and then works fine now !
- Here’s my suggested french translation (with the right SEPA test account number for France) : “%1$sMode test:%2$s utilisez le numéro de compte de test FR1420041010050500013M02606. Les autres méthodes de paiements peuvent rediriger vers une page de test Stripe pour autoriser le paiement. D’autres numéros cartes sont listées %3$shere%4$s.”
Best,
Emmanuel.