Exception: Ipay::Rest::FailedTransactionError

Inherits:
IpayError
  • Object
show all
Defined in:
lib/ipay/rest/errors/failed_transaction.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/ipay/rest/errors/failed_transaction.rb', line 4

def to_s
  'Failed transaction. Not all parameters fulfilled. A notification of this transaction sent to the merchant.'
end