Credit card entries are not deduped if the same CC number is used with additional fields (manual fill)
Categories
(Toolkit :: Form Autofill, defect, P1)
Tracking
()
People
(Reporter: tbabos, Assigned: zbraniecki)
References
(Blocks 1 open bug)
Details
(Whiteboard: [cc-autofill-mvp])
Attachments
(2 files)
Affected version:
All - if CC specific prefs are enabled
Tested on:
Windows 10
Steps to reproduce:
- Have a CC entry saved in storage with: CC number(362339320726338), Exp Date (08/2020)
- Fill in a form with: CC number (362339320726338), Exp Date (04/2024), Name
- Submit the form and chose to save the Credit Card in the Save CC doorhanger
Expected results:
- The profiles should be merged since they have the same CC number, based on: https://mozilla.invisionapp.com/share/56E59T04Q#/screens
Actual results:
- The CC entries are not merged.
Notes:
Scenario based on point 3 from https://bugzilla.mozilla.org/show_bug.cgi?id=1402963#c20
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out changeset af63ff5d2d28 (bug 1647652) for browser-chrome in creditCard/browser_creditCard_doorhanger.js
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=309420975&repo=autoland&lineNumber=4290
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&selectedTaskRun=U5QL1KXHRHeWlaNxZ5-R2g.0&revision=af63ff5d2d2885f5c3de4ed7c1a8a68d4f749d25
Backout:
https://hg.mozilla.org/integration/autoland/rev/576f33282a0838c87ffadd52a8271726d86f85a1
Assignee | ||
Comment 4•4 years ago
|
||
I had to change the logic of submission to adjust for expected values out of the test.
Comment 6•4 years ago
|
||
Backed out changeset 32c93f8ca145 (bug 1647652) for Browser-chrome failure on formautofill/test/browser/creditCard/browser_creditCard_doorhanger.js. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=309683775&repo=autoland&lineNumber=4274
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&selectedTaskRun=U48PtlH0QUGqBZ49H5txVA.0&revision=32c93f8ca1454598462b32cddacedbf79d05b057
Backout:
https://hg.mozilla.org/integration/autoland/rev/02b1ba6aa361d542b189c3666ad90b764ca7aa54
Assignee | ||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
Reporter | ||
Comment 9•4 years ago
|
||
Verified-fixed on latest Nighlty 80.0a1 (2020-07-26) (64-bit) on Windows 10, MacOS 10.13 and Ubuntu 16.04.
After submitting the same CC card but with a Cardholder Name, the user is prompted to update the previous entry that thas the same CC number.
Description
•