Exception: Ipay::Rest::UsedCodeError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  'Used: This code has been used already. A notification of this transaction sent to the merchant.'
end