From f3a6d4cf6e137f19c08d46604aa41024df446e56 Mon Sep 17 00:00:00 2001 From: Dheeraj Khushalani Date: Wed, 16 Sep 2020 22:52:00 +1000 Subject: [PATCH] add latitude payment icons (#319) * add latitude payment icons * fix svg title * remove unused ids * add role * fix typo * fix: title * fix: border and overflow for go mastercard AU * fix: border and overflow for go mastercard AU * fix: border and overflow for go mastercard AU * fix: border and overflow for other cards * chore: exclude buyers edge * chore: remove creditline NZ --- .../payment_icons/latitude_creditline_au.svg | 1 + .../images/payment_icons/latitude_gem_au.svg | 1 + .../images/payment_icons/latitude_gem_nz.svg | 1 + .../images/payment_icons/latitude_go_au.svg | 1 + db/payment_icons.yml | 16 ++++++++++++++++ 5 files changed, 20 insertions(+) create mode 100644 app/assets/images/payment_icons/latitude_creditline_au.svg create mode 100644 app/assets/images/payment_icons/latitude_gem_au.svg create mode 100644 app/assets/images/payment_icons/latitude_gem_nz.svg create mode 100644 app/assets/images/payment_icons/latitude_go_au.svg diff --git a/app/assets/images/payment_icons/latitude_creditline_au.svg b/app/assets/images/payment_icons/latitude_creditline_au.svg new file mode 100644 index 000000000..9e25cf51d --- /dev/null +++ b/app/assets/images/payment_icons/latitude_creditline_au.svg @@ -0,0 +1 @@ +Latitude CreditLine (AU) \ No newline at end of file diff --git a/app/assets/images/payment_icons/latitude_gem_au.svg b/app/assets/images/payment_icons/latitude_gem_au.svg new file mode 100644 index 000000000..33ccd3d70 --- /dev/null +++ b/app/assets/images/payment_icons/latitude_gem_au.svg @@ -0,0 +1 @@ +Latitude GEM (AU) \ No newline at end of file diff --git a/app/assets/images/payment_icons/latitude_gem_nz.svg b/app/assets/images/payment_icons/latitude_gem_nz.svg new file mode 100644 index 000000000..09d9f398f --- /dev/null +++ b/app/assets/images/payment_icons/latitude_gem_nz.svg @@ -0,0 +1 @@ +Latitude GEM (NZ) \ No newline at end of file diff --git a/app/assets/images/payment_icons/latitude_go_au.svg b/app/assets/images/payment_icons/latitude_go_au.svg new file mode 100644 index 000000000..d9ea8a3a6 --- /dev/null +++ b/app/assets/images/payment_icons/latitude_go_au.svg @@ -0,0 +1 @@ +Latitude GO (AU) \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 0db0fd551..4465152c9 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -704,3 +704,19 @@ name: au_kantan_kessai label: au Kantan Kessai group: other +- + name: latitude_creditline_au + label: Latitude CreditLine (AU) + group: other +- + name: latitude_gem_au + label: Latitude GEM (AU) + group: other +- + name: latitude_gem_nz + label: Latitude GEM (NZ) + group: other +- + name: latitude_go_au + label: Latitude GO (AU) + group: other \ No newline at end of file