Open ghost opened 6 years ago
The site has probably changed, but the code in cart.js that read: $('div:contains(number)').next().val(res.card_number) Needs to be changed to use label: $('label:contains(number)').next().val(res.card_number)
$('div:contains(number)').next().val(res.card_number)
$('label:contains(number)').next().val(res.card_number)
Got this problem too.... Please update the bot.
Hey man even when I replace it with $('label:contains(number)').next().val(res.card_number)
I still am having the same issue. Has anyone found a solution?
The site has probably changed, but the code in cart.js that read:
$('div:contains(number)').next().val(res.card_number)
Needs to be changed to use label:$('label:contains(number)').next().val(res.card_number)