From 2ee1bde85989cff023859e38b6b2c865b4acc3c7 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Fri, 11 Oct 2024 09:52:31 +0200 Subject: [PATCH 1/5] Add MultiSafepay icon --- app/assets/images/payment_icons/multisafepay.svg | 1 + db/payment_icons.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/multisafepay.svg diff --git a/app/assets/images/payment_icons/multisafepay.svg b/app/assets/images/payment_icons/multisafepay.svg new file mode 100644 index 000000000..a6264ea24 --- /dev/null +++ b/app/assets/images/payment_icons/multisafepay.svg @@ -0,0 +1 @@ +MultiSafepay \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..55be5e713 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: multisafepay + label: MultiSafepay + group: other \ No newline at end of file From f3245f54a5dfd119de02262276c25d5b1d542d4d Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Fri, 11 Oct 2024 12:23:33 +0200 Subject: [PATCH 2/5] Run SVGO over MultiSafepay icon file --- app/assets/images/payment_icons/multisafepay.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/multisafepay.svg b/app/assets/images/payment_icons/multisafepay.svg index a6264ea24..63a3057d0 100644 --- a/app/assets/images/payment_icons/multisafepay.svg +++ b/app/assets/images/payment_icons/multisafepay.svg @@ -1 +1 @@ -MultiSafepay \ No newline at end of file + \ No newline at end of file From 72a2f4db93e5a5782f97319e924a695869707255 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Fri, 11 Oct 2024 12:27:40 +0200 Subject: [PATCH 3/5] Run SVGO over MultiSafepay icon file --- app/assets/images/payment_icons/multisafepay.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/multisafepay.svg b/app/assets/images/payment_icons/multisafepay.svg index 63a3057d0..d0c95014b 100644 --- a/app/assets/images/payment_icons/multisafepay.svg +++ b/app/assets/images/payment_icons/multisafepay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 07d09aab95e9992bd9230cc64ad3bf619670cfde Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Fri, 11 Oct 2024 12:34:41 +0200 Subject: [PATCH 4/5] Run SVGO over MultiSafepay icon file --- app/assets/images/payment_icons/multisafepay.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/multisafepay.svg b/app/assets/images/payment_icons/multisafepay.svg index d0c95014b..c59892706 100644 --- a/app/assets/images/payment_icons/multisafepay.svg +++ b/app/assets/images/payment_icons/multisafepay.svg @@ -1 +1 @@ - \ No newline at end of file +MultiSafepay \ No newline at end of file From 4519db5514d127d7bf6dd668ec0f80c040869fd1 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 11 Dec 2024 09:06:47 +0100 Subject: [PATCH 5/5] Fix spacing on db/payment_icons.yml file --- db/payment_icons.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 8b2383f15..a5b0a6be4 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2395,6 +2395,6 @@ label: Riverty group: other - -name: multisafepay -label: MultiSafepay -group: other \ No newline at end of file + name: multisafepay + label: MultiSafepay + group: other \ No newline at end of file