lib/active_merchant/billing/credit_card.rb in activemerchant-1.96.0 vs lib/active_merchant/billing/credit_card.rb in activemerchant-1.97.0

- old
+ new

@@ -18,10 +18,12 @@ # * Dankort # * Maestro # * Forbrugsforeningen # * Elo # * Alelo + # * Cabal + # * Naranja # # 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. # @@ -90,9 +92,11 @@ # * +'dankort'+ # * +'maestro'+ # * +'forbrugsforeningen'+ # * +'elo'+ # * +'alelo'+ + # * +'cabal'+ + # * +'naranja'+ # # Or, if you wish to test your implementation, +'bogus'+. # # @return (String) the credit card brand def brand