lib/ideal/response.rb in ideal-0.2.0 vs lib/ideal/response.rb in ideal-0.9.0
- old
+ new
@@ -194,10 +194,10 @@
end
# Returns whether or not the authenticity of the message could be
# verified.
def verified?
- @verified ||= Gateway.ideal_certificate.public_key.
+ @verified ||= Ideal::Gateway.ideal_certificate.public_key.
verify(OpenSSL::Digest::SHA1.new, signature, message)
end
# Returns the bankaccount number when the transaction was successful.
def consumer_account_number
\ No newline at end of file