Sha256: ea67077ed8dacf60e19ba58ad70d47d6a6ebd57f1ec7bc037827c51d8cd37c64

Contents?: true

Size: 346 Bytes

Versions: 4

Compression:

Stored size: 346 Bytes

Contents

module Ebanx
  module Command
    class ResendPaymentNotification < Command
      def initialize(params)
        @params         = params
        @request_method = :post
        @request_action = 'everest/resendNotification'
        @response_type  = :json
      end

      def validate
        validate_presence :hash
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ebanx-1.3.5 lib/ebanx/command/resend_payment_notification.rb
ebanx-1.3.4 lib/ebanx/command/resend_payment_notification.rb
ebanx-1.3.3 lib/ebanx/command/resend_payment_notification.rb
ebanx-1.3.2 lib/ebanx/command/resend_payment_notification.rb