From f243945e35a1a3d81ba09819470eb279cf5d805b Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Thu, 17 Oct 2024 08:30:55 +0200 Subject: [PATCH] Add CBC payment icon --- app/assets/images/payment_icons/cbc.svg | 1 + db/payment_icons.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/cbc.svg diff --git a/app/assets/images/payment_icons/cbc.svg b/app/assets/images/payment_icons/cbc.svg new file mode 100644 index 000000000..851a8e46b --- /dev/null +++ b/app/assets/images/payment_icons/cbc.svg @@ -0,0 +1 @@ +CBC"/> \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..18f6c8862 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: cbc + label: CBC + group: bank_transfers \ No newline at end of file