Skip to content

Commit

Permalink
add interac icon (#180)
Browse files Browse the repository at this point in the history
* add interac payment icon

* bump version to 1.2.1
  • Loading branch information
PatrickFang authored and tauthomas01 committed May 23, 2019
1 parent 1c9a434 commit 1c1e3bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
payment_icons (1.2.0)
payment_icons (1.2.1)
frozen_record
railties (>= 5.0)
sass
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/interac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions db/payment_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@
name: ideal
label: iDEAL
group: other

-
name: interac
label: Interac
group: other

-
name: arvato
label: Arvato
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/payment_icons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PaymentIcons
VERSION = "1.2.0"
VERSION = "1.2.1"
end

0 comments on commit 1c1e3bd

Please sign in to comment.