Browse Source

[PM-969] Fix card number not being populated for Greek provider Eurobank. (#4648)

* Fix card number not being populated for Greek provider Eurobank.

They use the identifier `card.pan` for the card number, both in the `name` attr and the `id`.

* Replace the dot with a dash so that it can be removed in isFieldMatch.

---------

Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
pull/6889/head
xnick 2 years ago committed by GitHub
parent
commit
c1f827069d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/browser/src/autofill/services/autofill-constants.ts

1
apps/browser/src/autofill/services/autofill-constants.ts

@ -110,6 +110,7 @@ export class CreditCardAutoFillConstants { @@ -110,6 +110,7 @@ export class CreditCardAutoFillConstants {
"carte-credit",
"num-carte",
"cb-num",
"card-pan",
];
static readonly CardNumberFieldNameValues: string[] = [

Loading…
Cancel
Save