Skip to content

Commit

Permalink
Merge pull request #11 from cashfree/added-nb-keywords
Browse files Browse the repository at this point in the history
added keywords
  • Loading branch information
Harshith-Kanigalpula authored Feb 7, 2024
2 parents 2e1f097 + 1d4d80c commit 5bf2078
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions dist/image-library.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,15 @@
"ucbac",
"ucc",
],
union: ["union", "union bank", "ubinr", "ubinc", "ubic"],
union: [
"union",
"union bank",
"ubinr",
"ubinc",
"ubic",
"union bank of india",
"ubi",
],
utk: [
"utk",
"utk bank",
Expand Down Expand Up @@ -265,10 +273,10 @@
hdfc: ["hdfc", "hdfcpaylater"],
kotak: ["kotak", "kotakpaylater"],
lazypay: ["lazypay"],
olapostpaid: ["olapostpaid"],
olapostpaid: ["olapostpaid", "ola"],
simpl: ["simpl"],
zestmoneypaylater: ["zestmoney", "zestmoneypaylater"],
mobikwik: ["mobikwikpaylater"],
mobikwik: ["mobikwikpaylater", "mobikwik"],
ringpaylater: ["ringpay", "ringpaylater"],
},
upi: {
Expand Down
6 changes: 3 additions & 3 deletions src/nameMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const nameMapping = {
"ucbac",
"ucc",
],
union: ["union", "union bank", "ubinr", "ubinc", "ubic"],
union: ["union", "union bank", "ubinr", "ubinc", "ubic", "union bank of india", "ubi"],
utk: [
"utk",
"utk bank",
Expand Down Expand Up @@ -215,10 +215,10 @@ export const nameMapping = {
hdfc: ["hdfc", "hdfcpaylater"],
kotak: ["kotak", "kotakpaylater"],
lazypay: ["lazypay"],
olapostpaid: ["olapostpaid"],
olapostpaid: ["olapostpaid", "ola"],
simpl: ["simpl"],
zestmoneypaylater: ["zestmoney", "zestmoneypaylater"],
mobikwik: ["mobikwikpaylater"],
mobikwik: ["mobikwikpaylater", "mobikwik"],
ringpaylater: ["ringpay", "ringpaylater"],
},
upi: {
Expand Down

0 comments on commit 5bf2078

Please sign in to comment.