lib/active_merchant/billing/integrations/platron/notification.rb in activemerchant-1.38.1 vs lib/active_merchant/billing/integrations/platron/notification.rb in activemerchant-1.39.0
- old
+ new
@@ -88,10 +88,10 @@
def path
@options[:path]
end
- def acknowledge
+ def acknowledge(authcode = nil)
signature == Platron.generate_signature(params, path, secret)
end
def success_response(path,secret)
salt = rand(36**15).to_s(36)