lib/active_merchant/billing/integrations/nochex/notification.rb in activemerchant-1.38.1 vs lib/active_merchant/billing/integrations/nochex/notification.rb in activemerchant-1.39.0

- old
+ new

@@ -72,10 +72,10 @@ # if notify.acknowledge # ... process order ... if notify.complete? # else # ... log possible hacking attempt ... # end - def acknowledge + def acknowledge(authcode = nil) payload = raw response = ssl_post(Nochex.notification_confirmation_url, payload, 'Content-Length' => "#{payload.size}", 'User-Agent' => "Active Merchant -- http://activemerchant.org",