Sha256: 3b05a9001a962a285de50ec68730d7bd8d0cd17cd03942e2b9a1286fe3f0ccaf

Contents?: true

Size: 180 Bytes

Versions: 7

Compression:

Stored size: 180 Bytes

Contents

module Sisow
  class Merchant

    def self.payment_methods
      payments = Sisow::CheckMerchantRequest.perform
      [payments].flatten.map(&:payment).flatten
    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sisow-2.1 lib/sisow/merchant.rb
sisow-2.0 lib/sisow/merchant.rb
sisow-1.7 lib/sisow/merchant.rb
sisow-1.6 lib/sisow/merchant.rb
sisow-1.5 lib/sisow/merchant.rb
sisow-1.4 lib/sisow/merchant.rb
sisow-1.3 lib/sisow/merchant.rb