remove card_types from helpers
This commit is contained in:
parent
ae44abc7e6
commit
3b4c7d70c0
2 changed files with 0 additions and 11 deletions
|
|
@ -6,8 +6,4 @@ module PaymentsHelper
|
|||
def years
|
||||
(Date.current.year..Date.current.year + 15)
|
||||
end
|
||||
|
||||
def card_types
|
||||
[['Visa', 'visa'], ['MasterCard', 'master'], ['Discover', 'discover'], ['American Express', 'american_express']]
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue