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