Issue #3277682 by ollie-db: Fix for undefined index #preferred_countries
Closes #3277682
Key names for preferred
and exculde
are different in getInfo()
and processInternationalPhone()
which results in Undefined index error.
Updated exclude
and preferred
to exclude_countries
and preferred_countries
respectively in getInfo()
.
Edited by Aastha Shrivastava