@@ -3835,6 +3835,7 @@ function updateProductTotalMessage(billingcycle) {
case 'annually':
console.log(billingcycle);
days = daysIntoYear(new Date(now.getFullYear() + 1, 1, 0)) - daysIntoYear(new Date(now.getFullYear(), now.getMonth(), now.getDate()));
+ console.log(days);
jQuery('#producttotalmessage').html('Jährlich');
break;
}