Sha256: 14e924f2aca2cc883d35d07600a533455288c3f63d5b017e6b64c56fc41ed529

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

module Ipay
  module Rest
    class OverPaymentError < IpayError
      def to_s
        'More: The amount that you have sent via mobile money is MORE 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/over_payment.rb
ipay-rest-0.1.2 lib/ipay/rest/errors/over_payment.rb