diff --git a/app/assets/images/payment_icons/konbini.svg b/app/assets/images/payment_icons/konbini.svg new file mode 100644 index 000000000..bdc303e28 --- /dev/null +++ b/app/assets/images/payment_icons/konbini.svg @@ -0,0 +1 @@ +Konbini \ No newline at end of file diff --git a/app/assets/images/payment_icons/paybybankapp.svg b/app/assets/images/payment_icons/paybybankapp.svg new file mode 100644 index 000000000..92ccac05c --- /dev/null +++ b/app/assets/images/payment_icons/paybybankapp.svg @@ -0,0 +1 @@ +Pay by Bank app \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..e7b1aed3a 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,12 @@ - name: codensa label: Codensa - group: credit_cards \ No newline at end of file + group: credit_cards +- + name: konbini + label: Konbini + group: convenience_stores +- + name: paybybankapp + label: Pay by Bank app + group: bank_transfers \ No newline at end of file