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.



Reply With Quote
