Quote Originally Posted by Gozzandes View Post
Thanks!!
Change the following code
www\includes\modules\payment\stripe.php line 150
from
PHP Code:
     if (MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS == 'true' && MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER >= $order->info['total']) { 
to
PHP Code:
     if (MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE == 'true' && MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER >= $order->info['total']) { 
When I rolled all this to the live site today, the low order fee issue got me again. I had to set the fee to 0.

It looks like the above did not make it into 2.1.9


I can confirm that the "TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED" message was resolved with the SQL patch