Sha256: 833b020c4aca8a306d9ca56d4e454feba60698fe3e4f0b6f1af822406dc2360f
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
module Ipay module Rest class PaymentDeficitError < IpayError def to_s 'Less: The amount that you have sent via mobile money is LESS than what was required to validate this transaction.' 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/payment_deficit.rb |
ipay-rest-0.1.2 | lib/ipay/rest/errors/payment_deficit.rb |