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