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