From d32b6755b26f8f17e40a27a9c0b8cf4f14c23657 Mon Sep 17 00:00:00 2001 From: yanoandri Date: Tue, 17 Oct 2023 14:48:39 +0700 Subject: [PATCH 1/7] Add jenius and chinabank --- app/assets/images/payment_icons/chinabank.svg | 20 +++++++++++++++++++ app/assets/images/payment_icons/jenius.svg | 15 ++++++++++++++ db/payment_icons.yml | 8 ++++++++ 3 files changed, 43 insertions(+) create mode 100644 app/assets/images/payment_icons/chinabank.svg create mode 100644 app/assets/images/payment_icons/jenius.svg diff --git a/app/assets/images/payment_icons/chinabank.svg b/app/assets/images/payment_icons/chinabank.svg new file mode 100644 index 000000000..7c8e19cc6 --- /dev/null +++ b/app/assets/images/payment_icons/chinabank.svg @@ -0,0 +1,20 @@ + +Chinabank + + + + + + + + + + + + + + + + + + diff --git a/app/assets/images/payment_icons/jenius.svg b/app/assets/images/payment_icons/jenius.svg new file mode 100644 index 000000000..859d12f3f --- /dev/null +++ b/app/assets/images/payment_icons/jenius.svg @@ -0,0 +1,15 @@ + +Jenius + + + + + + + + + + + + + diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 9b211834c..5589a89d6 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2050,3 +2050,11 @@ name: lunchcheck label: Lunch-Check group: other +- + name: jenius + label: Jenius + group: bank_transfers +- + name: chinabank + label: Chinabank + group: bank_transfers \ No newline at end of file From f94ed9626ae5f101cbf43cee1484f53985ccad19 Mon Sep 17 00:00:00 2001 From: yanoandri Date: Tue, 17 Oct 2023 14:58:14 +0700 Subject: [PATCH 2/7] change jenius icon --- app/assets/images/payment_icons/jenius.svg | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/assets/images/payment_icons/jenius.svg b/app/assets/images/payment_icons/jenius.svg index 859d12f3f..db90d5733 100644 --- a/app/assets/images/payment_icons/jenius.svg +++ b/app/assets/images/payment_icons/jenius.svg @@ -1,9 +1,12 @@ Jenius - + + + + - + @@ -12,4 +15,10 @@ + + + + + + From c78213210f59cce985b8e7b62eb6fddc8405efff Mon Sep 17 00:00:00 2001 From: yanoandri Date: Tue, 17 Oct 2023 15:57:41 +0700 Subject: [PATCH 3/7] optimize --- app/assets/images/payment_icons/chinabank.svg | 21 +--------------- app/assets/images/payment_icons/jenius.svg | 25 +------------------ 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/app/assets/images/payment_icons/chinabank.svg b/app/assets/images/payment_icons/chinabank.svg index 7c8e19cc6..65a8d1a08 100644 --- a/app/assets/images/payment_icons/chinabank.svg +++ b/app/assets/images/payment_icons/chinabank.svg @@ -1,20 +1 @@ - -Chinabank - - - - - - - - - - - - - - - - - - +Chinabank \ No newline at end of file diff --git a/app/assets/images/payment_icons/jenius.svg b/app/assets/images/payment_icons/jenius.svg index db90d5733..0abed5ffd 100644 --- a/app/assets/images/payment_icons/jenius.svg +++ b/app/assets/images/payment_icons/jenius.svg @@ -1,24 +1 @@ - -Jenius - - - - - - - - - - - - - - - - - - - - - - +Jenius \ No newline at end of file From 8fa2d69da334003ed8e9f4bf841be34b9015edbe Mon Sep 17 00:00:00 2001 From: yanoandri Date: Wed, 18 Oct 2023 09:52:01 +0700 Subject: [PATCH 4/7] Make chinabank logo smaller --- app/assets/images/payment_icons/chinabank.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/chinabank.svg b/app/assets/images/payment_icons/chinabank.svg index 65a8d1a08..c0a8a0a8f 100644 --- a/app/assets/images/payment_icons/chinabank.svg +++ b/app/assets/images/payment_icons/chinabank.svg @@ -1 +1 @@ -Chinabank \ No newline at end of file +Chinabank \ No newline at end of file From 14cbaff6a004cf4294a28c05d03d4b1286b8153e Mon Sep 17 00:00:00 2001 From: yanoandri Date: Thu, 19 Oct 2023 09:28:29 +0700 Subject: [PATCH 5/7] add prefix for gem testing --- app/assets/images/payment_icons/chinabank.svg | 2 +- app/assets/images/payment_icons/jenius.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/images/payment_icons/chinabank.svg b/app/assets/images/payment_icons/chinabank.svg index c0a8a0a8f..dfb9a7db3 100644 --- a/app/assets/images/payment_icons/chinabank.svg +++ b/app/assets/images/payment_icons/chinabank.svg @@ -1 +1 @@ -Chinabank \ No newline at end of file +Chinabank \ No newline at end of file diff --git a/app/assets/images/payment_icons/jenius.svg b/app/assets/images/payment_icons/jenius.svg index 0abed5ffd..e433806dd 100644 --- a/app/assets/images/payment_icons/jenius.svg +++ b/app/assets/images/payment_icons/jenius.svg @@ -1 +1 @@ -Jenius \ No newline at end of file +Jenius \ No newline at end of file From 5bc2f8b9ee434c7305e6e8eaf29e29f0190df4f2 Mon Sep 17 00:00:00 2001 From: yanoandri Date: Tue, 24 Oct 2023 09:28:19 +0700 Subject: [PATCH 6/7] add svg role rule --- app/assets/images/payment_icons/chinabank.svg | 2 +- app/assets/images/payment_icons/jenius.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/images/payment_icons/chinabank.svg b/app/assets/images/payment_icons/chinabank.svg index dfb9a7db3..045f7617b 100644 --- a/app/assets/images/payment_icons/chinabank.svg +++ b/app/assets/images/payment_icons/chinabank.svg @@ -1 +1 @@ -Chinabank \ No newline at end of file +Chinabank \ No newline at end of file diff --git a/app/assets/images/payment_icons/jenius.svg b/app/assets/images/payment_icons/jenius.svg index e433806dd..c1c5c0024 100644 --- a/app/assets/images/payment_icons/jenius.svg +++ b/app/assets/images/payment_icons/jenius.svg @@ -1 +1 @@ -Jenius \ No newline at end of file +Jenius \ No newline at end of file From 23ced8c092b150fc8a82d902af0fb47f1632e437 Mon Sep 17 00:00:00 2001 From: yanoandri Date: Tue, 24 Oct 2023 09:37:21 +0700 Subject: [PATCH 7/7] change role img --- app/assets/images/payment_icons/chinabank.svg | 2 +- app/assets/images/payment_icons/jenius.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/images/payment_icons/chinabank.svg b/app/assets/images/payment_icons/chinabank.svg index 045f7617b..8a143ed84 100644 --- a/app/assets/images/payment_icons/chinabank.svg +++ b/app/assets/images/payment_icons/chinabank.svg @@ -1 +1 @@ -Chinabank \ No newline at end of file +Chinabank \ No newline at end of file diff --git a/app/assets/images/payment_icons/jenius.svg b/app/assets/images/payment_icons/jenius.svg index c1c5c0024..11e192751 100644 --- a/app/assets/images/payment_icons/jenius.svg +++ b/app/assets/images/payment_icons/jenius.svg @@ -1 +1 @@ -Jenius \ No newline at end of file +Jenius \ No newline at end of file