lib/active_merchant/billing/integrations/hi_trust.rb in activemerchant-1.12.1 vs lib/active_merchant/billing/integrations/hi_trust.rb in activemerchant-1.13.0
- old
+ new
@@ -12,10 +12,10 @@
def self.service_url
ActiveMerchant::Billing::Base.integration_mode == :test ? TEST_URL : LIVE_URL
end
- def self.notification(post)
+ def self.notification(post, options = {})
Notification.new(post)
end
def self.return(query_string, options = {})
Return.new(query_string)