Fix credit card capture for clickandpledge
Categories
(Toolkit :: Form Autofill, enhancement, P3)
Tracking
()
People
(Reporter: coteco7872, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0
Steps to reproduce:
Enter https://archlinux.org/
Click on right Click&Pledge, will open
https://co.clickandpledge.com/advanced/default.aspx?wid=47294
Add to card any amount of dollars. Go to checkout.
Under Terms&Conditions pay now.
Next page I have to manually enter my credit card. Would like to have some kind of autofill: https://co.clickandpledge.com/advanced/Payment.aspx?wid=47294
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::Form Autofill' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Reporter | ||
Comment 2•4 years ago
|
||
Reporter | ||
Comment 3•4 years ago
|
||
Chrome Dev automatically fills on suggestion click.
Reporter | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Thanks for filing this. I'm looking into this and I'm not able to reproduce based on the information you've stated. Can you confirm the following for me?
- Are you based in the United States or Canada? If you are outside these regions then credit card autofill is not enabled.
- Do you have a credit card saved in Firefox? I tested the site with a saved card and was able to get the autofill dropdown on the credit card section.
Unrelated, but it looks like we don't capture credit card information on this site. They seem to be using some ASP.NET form handler and we're currently not listening to an event pattern like that:
<input type="submit" name="btnProcessPayment" value="Process Payment" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnProcessPayment", "", true, "", "", false, false))" id="btnProcessPayment" class="button">
I guess we'll need a follow up bug to solve that pattern or use this bug for it.
Reporter | ||
Comment 7•4 years ago
|
||
Can't add a credit card anyway:
https://bugzilla.mozilla.org/show_bug.cgi?id=1745103
Reporter | ||
Comment 8•4 years ago
|
||
Same for this page:
https://www.downloadhelper.net/donate
Comment 9•4 years ago
|
||
Credit card autofill works when performed from USA or Canada (current limitation of credit card autofill feature), but we've discovered an issue with credit card capture (Comment #5) and will be using this bug to track it.
Reporter | ||
Comment 10•4 years ago
|
||
Same issue when trying to pay to
https://alldebrid.com/offer/
which redirects to https://payment.alldebrid.com/
Better off is you have an account.
Reporter | ||
Comment 11•3 years ago
|
||
same issue on onlyfans
https://onlyfans.com/my/payments/add_card
Updated•3 years ago
|
Description
•