DominicBreuker/wirecard

View on GitHub
lib/wirecard/backend/refund.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Wirecard
  module Backend
    class Refund < Base
      def implicit_fingerprint_order
        @implicit_fingerprint_order ||= super + [:order_number, :amount, :currency]
      end
    end
  end
end