From c417018269dfed269ec292c1adda4a5ebb5c8314 Mon Sep 17 00:00:00 2001 From: Tami Date: Tue, 3 Dec 2024 12:55:16 -0300 Subject: [PATCH 1/2] feat: add daviplata icon --- app/assets/images/payment_icons/daviplata.svg | 1 + db/payment_icons.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/daviplata.svg diff --git a/app/assets/images/payment_icons/daviplata.svg b/app/assets/images/payment_icons/daviplata.svg new file mode 100644 index 000000000..691ab88ac --- /dev/null +++ b/app/assets/images/payment_icons/daviplata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..f9449799b 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: daviplata + label: DaviPlata + group: wallets \ No newline at end of file From 24ddee1cfba737ebf38f064709479c6865acb132 Mon Sep 17 00:00:00 2001 From: Tami Date: Wed, 11 Dec 2024 12:26:16 -0300 Subject: [PATCH 2/2] fix: add svg title --- app/assets/images/payment_icons/daviplata.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/daviplata.svg b/app/assets/images/payment_icons/daviplata.svg index 691ab88ac..0bf59dc7a 100644 --- a/app/assets/images/payment_icons/daviplata.svg +++ b/app/assets/images/payment_icons/daviplata.svg @@ -1 +1 @@ - \ No newline at end of file +Daviplata \ No newline at end of file