lib/active_merchant/billing/gateway.rb in activemerchant-1.26.0 vs lib/active_merchant/billing/gateway.rb in activemerchant-1.27.0
- old
+ new
@@ -91,9 +91,15 @@
self.supported_cardtypes = []
class_attribute :homepage_url
class_attribute :display_name
+ class_attribute :test_url, :live_url
+
+ class_attribute :abstract_class
+
+ self.abstract_class = false
+
# The application making the calls to the gateway
# Useful for things like the PayPal build notation (BN) id fields
superclass_delegating_accessor :application_id
self.application_id = 'ActiveMerchant'