Quote Originally Posted by CaroleAs View Post
I am glad there is a way. I didn't know about that. Luckily, the workaround worked, but this would have been easier!
Thanks!
An error occurs in the following php.
\www\includes\modules\payment\stripepay\create.php line 69

Please change from
$order->info['comments'] =$_SESSION['order_add_comment'];

to

if(isset($order_add_comment)){
$order->info['comments'] =$_SESSION['order_add_comment'];
}

This fix will be included in the next update.