lib/active_merchant/billing/credit_card.rb in activemerchant-1.91.0 vs lib/active_merchant/billing/credit_card.rb in activemerchant-1.92.0
- old
+ new
@@ -16,10 +16,11 @@
# * Diner's Club
# * JCB
# * Dankort
# * Maestro
# * Forbrugsforeningen
+ # * Elo
#
# For testing purposes, use the 'bogus' credit card brand. This skips the vast majority of
# validations, allowing you to focus on your core concerns until you're ready to be more concerned
# with the details of particular credit cards or your gateway.
#
@@ -86,9 +87,10 @@
# * +'diners_club'+
# * +'jcb'+
# * +'dankort'+
# * +'maestro'+
# * +'forbrugsforeningen'+
+ # * +'elo'+
#
# Or, if you wish to test your implementation, +'bogus'+.
#
# @return (String) the credit card brand
def brand