@@ -3819,7 +3819,7 @@ function updateProductTotalMessage(billingcycle) {
switch(billingcycle) {
case 'monthly':
console.log(billingcycle);
- let days = Date(Date.getFullYear(), Date.getMonth() + 1, 0) - Date(Date.getFullYear(), Date.getMonth(), Date.getDate());
+ let days = getFullYear();
console.log(days);
jQuery('#producttotalmessage').html('Monatlich');
break;