Hello John
Are you using the latest Plugin ?
let me know woocommerce & wp versions please
Thanks for your quick response.
Plugin v1.0.1
WooCommerce v2.3.9
WP v4.2.2
can u use this in wp-config.php
define(‘WP_DEBUG’, false);
it should be already there just ensure its false
and
change line no 53 & 54 to following
if (!defined(“STRIPE_SANDBOX” ))
{define(“STRIPE_SANDBOX” , ($this->stripe_sandbox ==’yes’? true : false));}
if (!defined(“STRIPE_TRANSACTION_MODE”))
{define(“STRIPE_TRANSACTION_MODE” , ($this->stripe_authorize_only ==’yes’? false : true));}
Please let me know if that fixes your issue also let me know php version you are on as this thread will help other users also
Thanks
Nazrul
I am considering this as Resolved please let me if you still face issues i will change the status immediately
Thanks for bringing this to me i will check the plugin in debug mode of wordpress and resolve other warnings
Thank you
I updated the patch for the errors you got please download 1.0.2
thanks
Thanks so much — problem solved!