Zen: 1.5.7c
PHP 7.4

I installed the stripe payment module and now PayPal Express has been impaired
on the 3rd/final checkout page, no sub total, shipping, sales tax, and Total is shown for PayPal.


The issue is the /includes/templates/template_default/templates/tpl_checkout_confirmation_default.php file
It has a section of original code commented out.
If I remove the comments, the sub total, shipping, sales tax, and Total return for PayPal

The issue is this command at line 164 is commented out and needed for PayPal:
PHP Code:
$order_totals $order_total_modules->process(); 
If it is put back, it fixes PayPal, but causes Stripe to print the sub total, shipping, sales tax, and Total twice.


ANYONE?