diff --git a/Gemfile.lock b/Gemfile.lock index 1416b5c02..de0fffba1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.2.0) + payment_icons (1.2.1) frozen_record railties (>= 5.0) sass @@ -56,7 +56,7 @@ GEM crass (1.0.4) erubi (1.8.0) ffi (1.10.0) - frozen_record (0.13.0) + frozen_record (0.14.0) activemodel globalid (0.4.2) activesupport (>= 4.2.0) @@ -108,7 +108,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - sass (3.7.3) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) diff --git a/app/assets/images/payment_icons/interac.svg b/app/assets/images/payment_icons/interac.svg new file mode 100644 index 000000000..c6d793519 --- /dev/null +++ b/app/assets/images/payment_icons/interac.svg @@ -0,0 +1 @@ +Interac \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 0babc75ca..18ab31812 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -242,6 +242,12 @@ name: ideal label: iDEAL group: other + +- + name: interac + label: Interac + group: other + - name: arvato label: Arvato @@ -414,15 +420,15 @@ name: siamcommercial label: Siam Commercial group: bank_transfers -- +- name: enets label: eNETS group: other -- +- name: eft_secure label: EFT Secure group: bank_transfers -- +- name: mpesa label: M-Pesa group: wallets diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index 90ed1e77d..63d74d63b 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.2.0" + VERSION = "1.2.1" end