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

- old
+ new

@@ -99,10 +99,10 @@ Digest::MD5.hexdigest(generate_md5string) end # Quickpay doesn't do acknowledgements of callback notifications # Instead it uses and MD5 hash of all parameters - def acknowledge + def acknowledge(authcode = nil) generate_md5check == params['md5check'] end # Take the posted data and move the relevant data into a hash def parse(post)