lib/active_merchant/billing/integrations/notification.rb in activemerchant-1.14.0 vs lib/active_merchant/billing/integrations/notification.rb in activemerchant-1.15.0

- old
+ new

@@ -4,10 +4,10 @@ class Notification attr_accessor :params attr_accessor :raw # set this to an array in the subclass, to specify which IPs are allowed to send requests - class_inheritable_accessor :production_ips + class_attribute :production_ips def initialize(post, options = {}) @options = options empty! parse(post)