From 691f754b2caf39d912decd730c233127e3e73078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Tue, 20 Aug 2024 09:36:35 -0500 Subject: [PATCH 01/17] feat: Add new icons for efecty, nequi and yape, also fix Visa icon that had a wrong visual in the letters, also fix the visa brand color for the proper one --- app/assets/images/payment_icons/efecty.svg | 1 + app/assets/images/payment_icons/nequi.svg | 1 + app/assets/images/payment_icons/visa.svg | 2 +- app/assets/images/payment_icons/yape.svg | 1 + db/payment_icons.yml | 12 ++++++++++++ 5 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/efecty.svg create mode 100644 app/assets/images/payment_icons/nequi.svg create mode 100644 app/assets/images/payment_icons/yape.svg diff --git a/app/assets/images/payment_icons/efecty.svg b/app/assets/images/payment_icons/efecty.svg new file mode 100644 index 000000000..7e6674c37 --- /dev/null +++ b/app/assets/images/payment_icons/efecty.svg @@ -0,0 +1 @@ +Efecty \ No newline at end of file diff --git a/app/assets/images/payment_icons/nequi.svg b/app/assets/images/payment_icons/nequi.svg new file mode 100644 index 000000000..d640c8daf --- /dev/null +++ b/app/assets/images/payment_icons/nequi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/payment_icons/visa.svg b/app/assets/images/payment_icons/visa.svg index e20b4669a..65d0eadcd 100644 --- a/app/assets/images/payment_icons/visa.svg +++ b/app/assets/images/payment_icons/visa.svg @@ -1 +1 @@ -Visa \ No newline at end of file +Visa \ No newline at end of file diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg new file mode 100644 index 000000000..8c9d8c8da --- /dev/null +++ b/app/assets/images/payment_icons/yape.svg @@ -0,0 +1 @@ +Yape \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 9a993e950..43d2f127b 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2322,3 +2322,15 @@ name: venusplcc label: Venus Credit Card group: credit_cards +- + name: efecty + label: Efecty + group: other +- + name: nequi + label: Nequi + group: wallets +- + name: yape + label: Yape + group: wallets \ No newline at end of file From ef12580cf6114a95b81eb16003b455a63586ca35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Fri, 30 Aug 2024 20:16:35 -0500 Subject: [PATCH 02/17] feat: Fix id in some parts of the svg --- app/assets/images/payment_icons/efecty.svg | 2 +- app/assets/images/payment_icons/visa.svg | 2 +- app/assets/images/payment_icons/yape.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/images/payment_icons/efecty.svg b/app/assets/images/payment_icons/efecty.svg index 7e6674c37..721ce43e9 100644 --- a/app/assets/images/payment_icons/efecty.svg +++ b/app/assets/images/payment_icons/efecty.svg @@ -1 +1 @@ -Efecty \ No newline at end of file +Efecty \ No newline at end of file diff --git a/app/assets/images/payment_icons/visa.svg b/app/assets/images/payment_icons/visa.svg index 65d0eadcd..242819a12 100644 --- a/app/assets/images/payment_icons/visa.svg +++ b/app/assets/images/payment_icons/visa.svg @@ -1 +1 @@ -Visa \ No newline at end of file +Visa \ No newline at end of file diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index 8c9d8c8da..a3bcac60e 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ -Yape \ No newline at end of file +Yape \ No newline at end of file From 0bfb8d1bd78477d83d1601ffecd110019c2f422e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Tue, 3 Sep 2024 09:05:50 -0500 Subject: [PATCH 03/17] feat: Fix id in some parts of the svg --- app/assets/images/payment_icons/efecty.svg | 2 +- app/assets/images/payment_icons/nequi.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/images/payment_icons/efecty.svg b/app/assets/images/payment_icons/efecty.svg index 721ce43e9..1c3912fa1 100644 --- a/app/assets/images/payment_icons/efecty.svg +++ b/app/assets/images/payment_icons/efecty.svg @@ -1 +1 @@ -Efecty \ No newline at end of file +Efecty \ No newline at end of file diff --git a/app/assets/images/payment_icons/nequi.svg b/app/assets/images/payment_icons/nequi.svg index d640c8daf..7309eb053 100644 --- a/app/assets/images/payment_icons/nequi.svg +++ b/app/assets/images/payment_icons/nequi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 2c70bca2e8ad0d6e1764e932cd4369d6abffd2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Wed, 4 Sep 2024 09:09:43 -0500 Subject: [PATCH 04/17] feat: Add title tag to nequi svg --- app/assets/images/payment_icons/nequi.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/nequi.svg b/app/assets/images/payment_icons/nequi.svg index 7309eb053..818e33632 100644 --- a/app/assets/images/payment_icons/nequi.svg +++ b/app/assets/images/payment_icons/nequi.svg @@ -1 +1 @@ - \ No newline at end of file +Nequi \ No newline at end of file From 6c128b0f1c2d21de62fd0bdc6ae859eaec41c1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Wed, 4 Sep 2024 11:55:21 -0500 Subject: [PATCH 05/17] feat: Add role tag to nequi svg --- app/assets/images/payment_icons/nequi.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/nequi.svg b/app/assets/images/payment_icons/nequi.svg index 818e33632..3240b3836 100644 --- a/app/assets/images/payment_icons/nequi.svg +++ b/app/assets/images/payment_icons/nequi.svg @@ -1 +1 @@ -Nequi \ No newline at end of file +Nequi \ No newline at end of file From 7e80f4f9835480e345130b753c6964ee5b2ec6ec Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:19:58 -0400 Subject: [PATCH 06/17] Update payment_icons.yml Fixed spacing issue with new entry --- db/payment_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 0631604d0..ef9014629 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2359,7 +2359,7 @@ label: Paysquad group: other - - name: efecty + name: efecty label: Efecty group: other - From a0d0c61af1cb52c1b75b7fd62d954f757ad6a60f Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:26:54 -0400 Subject: [PATCH 07/17] Removed extra white space after dash --- db/payment_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/payment_icons.yml b/db/payment_icons.yml index ef9014629..1d34da9c0 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2358,7 +2358,7 @@ name: paysquad label: Paysquad group: other -- +- name: efecty label: Efecty group: other From c6a5b8ccae22e3c084b178441c28bf950167c7ac Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:30:07 -0400 Subject: [PATCH 08/17] Removed carriage return at the end of the file From ec87f75a015036489511d113e45e21a3e5133ed5 Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:33:57 -0400 Subject: [PATCH 09/17] changed id from visa to pi-visa --- app/assets/images/payment_icons/visa.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/visa.svg b/app/assets/images/payment_icons/visa.svg index 242819a12..45a704833 100644 --- a/app/assets/images/payment_icons/visa.svg +++ b/app/assets/images/payment_icons/visa.svg @@ -1 +1 @@ -Visa \ No newline at end of file +Visa From dee373a96b14a1d54a1bfb4b85f80c6b3b2671c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Fri, 20 Sep 2024 17:27:22 -0500 Subject: [PATCH 10/17] feat: add pi-yape-clippath to svg config --- app/assets/images/payment_icons/yape.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index a3bcac60e..42ca6036b 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ -Yape \ No newline at end of file +Yape \ No newline at end of file From 412b7ffb9ae2133aa96793fbeb88d8b9ba9c85ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Fri, 20 Sep 2024 20:51:29 -0500 Subject: [PATCH 11/17] feat: fix capa id for yape --- app/assets/images/payment_icons/yape.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index 42ca6036b..3296c235d 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ -Yape \ No newline at end of file +Yape \ No newline at end of file From c3e951fabd53526751dce61bbae875a741203f98 Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:02:07 -0400 Subject: [PATCH 12/17] Update yape.svg to include pi- prefix in id field --- app/assets/images/payment_icons/yape.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index 3296c235d..7845b917d 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ -Yape \ No newline at end of file +Yape From 3fcb77dec0d084a1f0a52917f71caece32000c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Thu, 14 Nov 2024 20:37:52 -0500 Subject: [PATCH 13/17] feat: svgo to yape icon --- app/assets/images/payment_icons/yape.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index 7845b917d..4348cbc50 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ -Yape + \ No newline at end of file From cdb993e5837ca678b0a115aee4c2c4724d6ef7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Thu, 14 Nov 2024 20:54:07 -0500 Subject: [PATCH 14/17] feat: svgo to yape icon --- app/assets/images/payment_icons/yape.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index 4348cbc50..e9d555c97 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ - \ No newline at end of file +Visa \ No newline at end of file From 51d7bba6801e555dc488ea67f34ec9571b98efaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Fri, 22 Nov 2024 14:09:58 -0500 Subject: [PATCH 15/17] feat: svg yape fix --- app/assets/images/payment_icons/yape.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index e9d555c97..71d94aa8b 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ -Visa \ No newline at end of file +Yape \ No newline at end of file From 65f4801878d9b605d07c9544eb7cfd472355a063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Fri, 22 Nov 2024 16:01:59 -0500 Subject: [PATCH 16/17] feat: svg yape fix --- app/assets/images/payment_icons/yape.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/yape.svg b/app/assets/images/payment_icons/yape.svg index 71d94aa8b..5d29f62eb 100644 --- a/app/assets/images/payment_icons/yape.svg +++ b/app/assets/images/payment_icons/yape.svg @@ -1 +1 @@ -Yape \ No newline at end of file +Yape \ No newline at end of file From afd936aa62923c48f03aadc2e2904474d43564d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Calder=C3=B3n?= Date: Mon, 9 Dec 2024 09:10:11 -0500 Subject: [PATCH 17/17] feat: rollback to visa icon --- app/assets/images/payment_icons/visa.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/visa.svg b/app/assets/images/payment_icons/visa.svg index 45a704833..e20b4669a 100644 --- a/app/assets/images/payment_icons/visa.svg +++ b/app/assets/images/payment_icons/visa.svg @@ -1 +1 @@ -Visa +Visa \ No newline at end of file