lib/active_merchant/billing/credit_card.rb in activemerchant-1.117.0 vs lib/active_merchant/billing/credit_card.rb in activemerchant-1.118.0
- old
+ new
@@ -22,10 +22,11 @@
# * Alelo
# * Cabal
# * Naranja
# * UnionPay
# * Alia
+ # * Olimpica
#
# 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.
#
@@ -98,9 +99,10 @@
# * +'alelo'+
# * +'cabal'+
# * +'naranja'+
# * +'union_pay'+
# * +'alia'+
+ # * +'olimpica'+
#
# Or, if you wish to test your implementation, +'bogus'+.
#
# @return (String) the credit card brand
def brand