Fatal error: Call to undefined method APP_Order_Receipt::add_log()
Here what i did...
My website is up and running for a year and all was fine... including stripe and recurring on paypal
1- Install stripe version 1.1.2 a week ago
2- Backup
3- Created a 1$ product recurring every 2 days
4- Buy the recurring product - all is fine on day 1 (paiement, email, ads, everthing is Ok)
5- On day 3... site crash with message "Fatal error: Call to undefined method APP_Order_Receipt::add_log() in /home/.../public_html/
wp-content/plugins/Stripe-master/stripe-gateway.php on line 91
6- restore from backup
7- Find a fix on this forum add "Stripe::setApiKey( $this->get_secret_key( $options ) );//JM FIX" in "public function process_recurring( $order, array $options )"
8- Created and buy the reccuring product - all is fine on day 1
9- all is fine on day 3 (paiment pass and every thing...)
10- day 5... site crash with message "Fatal error: Call to undefined method APP_Order_Receipt::add_log() in /home/.../public_html/
wp-content/plugins/Stripe-master/stripe-gateway.php on line 91
11- restore from backup
12- I had no other transaction in these 5 days
Note: theme is vantage
I think the problem is with RECCURING paiement on stripe...
Question:
Any solution?
If not, my site is live, can i disable reccurent in stripe and keep it only in paypal?