@@ -3816,6 +3816,7 @@ function validate_captcha(form)
}
function updateProductTotalMessage(billingcycle) {
+ console.log(billingcycle);
switch(billingcycle) {
case 'monthly':
jQuery('#producttotalmessage').html('Monatlich');