class Paysafe::Card
Constants
- BRANDS
Public Instance Methods
brand()
click to toggle source
# File lib/paysafe/card.rb, line 28 def brand @brand ||= BRANDS[card_type] || BRANDS[type] end
# File lib/paysafe/card.rb, line 28 def brand @brand ||= BRANDS[card_type] || BRANDS[type] end