Supreme-Bot icon indicating copy to clipboard operation
Supreme-Bot copied to clipboard

Credit Card Number not getting filled in

Open ghost opened this issue 7 years ago • 2 comments

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)

ghost avatar Feb 24 '18 05:02 ghost

Got this problem too.... Please update the bot.

Auronus92 avatar Feb 25 '18 00:02 Auronus92

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?

MonzterDev avatar Feb 28 '18 22:02 MonzterDev