Exception: WebpayRails::InvalidCertificate

Inherits:
SoapError show all
Defined in:
lib/webpay_rails/errors.rb

Overview

Raise when the SOAP response cannot be verify with the webpay cert.

Instance Method Summary collapse

Constructor Details

#initialize(action) ⇒ InvalidCertificate

Returns a new instance of InvalidCertificate.



32
33
34
# File 'lib/webpay_rails/errors.rb', line 32

def initialize(action)
  super(action, 'the response was not signed with the correct certificate')
end