lib/active_merchant/billing/credit_card.rb in activemerchant-1.121.0 vs lib/active_merchant/billing/credit_card.rb in activemerchant-1.123.0

- old
+ new

@@ -23,10 +23,12 @@ # * Cabal # * Naranja # * UnionPay # * Alia # * Olimpica + # * Creditel + # * Confiable # # 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. # @@ -101,9 +103,10 @@ # * +'naranja'+ # * +'union_pay'+ # * +'alia'+ # * +'olimpica'+ # * +'creditel'+ + # * +'confiable'+ # # Or, if you wish to test your implementation, +'bogus'+. # # @return (String) the credit card brand def brand