Sha256: 32808c460bc2e47c6ecda04ce5eb666664b2bca74c439155f727f70cc9b50960
Contents?: true
Size: 210 Bytes
Versions: 2
Compression:
Stored size: 210 Bytes
Contents
module Ipay module Rest class UsedCodeError < IpayError def to_s 'Used: This code has been used already. A notification of this transaction sent to the merchant.' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ipay-rest-0.1.3 | lib/ipay/rest/errors/used_code.rb |
ipay-rest-0.1.2 | lib/ipay/rest/errors/used_code.rb |