andre 4 年 前
コミット
679ed94f2e
1 ファイル変更1 行追加1 行削除
  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});
 });