From c26c7b579118362e24a20da39860125ee1378723 Mon Sep 17 00:00:00 2001 From: Tami Date: Tue, 3 Dec 2024 12:44:04 -0300 Subject: [PATCH 1/2] feat: add nequi icon --- app/assets/images/payment_icons/nequi.svg | 1 + db/payment_icons.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/nequi.svg diff --git a/app/assets/images/payment_icons/nequi.svg b/app/assets/images/payment_icons/nequi.svg new file mode 100644 index 000000000..f8910de3d --- /dev/null +++ b/app/assets/images/payment_icons/nequi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..eb608d1b6 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,8 @@ - name: codensa label: Codensa - group: credit_cards \ No newline at end of file + group: credit_cards +- + name: nequi + label: Nequi + group: wallets \ No newline at end of file From 6d0167d5b7db953cd625ef9cb7eb14cbe960cacd Mon Sep 17 00:00:00 2001 From: Tami Date: Wed, 11 Dec 2024 12:29:23 -0300 Subject: [PATCH 2/2] fix: add svg title --- 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 f8910de3d..dd470d4ff 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