View Issue Details

IDProjectCategoryView StatusLast Update
0007336module PayPalmodule PayPal - subpublic2023-06-29 09:19
ReporterQA Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version6.4.1 
Summary0007336: Missing semikolon breaks further JS scripts.
Descriptionsource/modules/oe/oepaypal/views/tpl/installment_banners.tpl

line 53-55.

Is:

   window.onresize = function () {
       initWhenPayPalMessageAvailable();
   }

Should

Zeile 53-55:

   window.onresize = function () {
       initWhenPayPalMessageAvailable();
   };


When the JS scripts are getting merged, then a syntax like this can happen:

window.onresize = function() {
       initWhenPayPalMessageAvailable();
   }(function() {
       var _tsid

Which will break the code.
TagsNo tags attached.

Activities

QA

2022-07-14 13:02

administrator   ~0013844

-MK

SvenBrunk

2023-06-29 09:19

manager   ~0015308

Since the old PayPal module is now obsolete and succeeded by the PayPal Checkout module, we will unfortunately not implement new features or bugfixes for it. If you think this is also relevant for the new PayPal Checkout module, please create an according bug ticket in that category again.