htwsupport
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Plugin version 7.9.2 issueHI all,
Yes issue was those bank statement descriptors were not set in the stripe account itself. Setting those in the stripe account itself and upgrading the plugin again (as we downgraded), now all is working ok.
Thanks!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Plugin version 7.9.2 issueHi Shameem,
Thanks for the response.
Without re upgrading just yet, there is already nothing in that input box for Full Bank Statement. (Same as in your screen shot, except the clients website name is the placeholder ).
Thanks
Forum: Plugins
In reply to: [WP 2-step verification] Fatal error with version 2.5.4Thanks!
Forum: Plugins
In reply to: [WP 2-step verification] Fatal error with version 2.5.4Ok thanks.
Yes plugin says supports php 5.6.0 up.
Thanks
Forum: Plugins
In reply to: [WP 2-step verification] Fatal error with version 2.5.4Sorry, I forgot to list the file..
Wp2sv_Auth.php – line 40return $cookie_elements[‘token’]??”;
Assuming it should be 1 of the below?:
return $cookie_elements[‘token’];
or return (isset($cookie_elements[‘token’])) ? $cookie_elements[‘token’] : ”;
Thanks