sisow 1.3 → 1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ require 'crack'
2
+
1
3
  module Sisow
2
4
  module Api
3
5
  class Request
@@ -1,3 +1,3 @@
1
1
  module Sisow
2
- VERSION = "1.3"
2
+ VERSION = "1.4"
3
3
  end
@@ -4,7 +4,7 @@ describe Sisow::Merchant do
4
4
 
5
5
  it "should retrieve payment methods" do
6
6
  VCR.use_cassette('merchant') do
7
- Sisow::Merchant.payment_methods.should == %w(ideal sofort)
7
+ Sisow::Merchant.payment_methods.should == %w(ideal)
8
8
  end
9
9
  end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sisow
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: '1.4'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: