andre 4 years ago
parent
commit
679ed94f2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/scripts.js

+ 1 - 1
js/scripts.js

@@ -3834,5 +3834,5 @@ function updateProductTotalMessage(billingcycle) {
     }
 }
 $( document ).ready(function() {
-    updateProductTotalMessage(billingCycle);
+    updateProductTotalMessage({$billingcycle});
 });