[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>
This commit is contained in:
parent
1cbe67d192
commit
c1f827069d
|
@ -110,6 +110,7 @@ export class CreditCardAutoFillConstants {
|
||||||
"carte-credit",
|
"carte-credit",
|
||||||
"num-carte",
|
"num-carte",
|
||||||
"cb-num",
|
"cb-num",
|
||||||
|
"card-pan",
|
||||||
];
|
];
|
||||||
|
|
||||||
static readonly CardNumberFieldNameValues: string[] = [
|
static readonly CardNumberFieldNameValues: string[] = [
|
||||||
|
|
Loading…
Reference in New Issue