billsafe 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,9 +3,9 @@ require 'active_support/all'
3
3
 
4
4
  module Billsafe
5
5
 
6
- API_BASE = "nvp.billsafe.de/"
6
+ API_BASE = "nvp.billsafe.de"
7
7
  API_BASE_SANDBOX = "sandbox-nvp.billsafe.de"
8
- API_VERSION = "V208"
8
+ API_VERSION = "V209"
9
9
 
10
10
  PAYMENT_BASE = "payment.billsafe.de"
11
11
  PAYMENT_BASE_SANDBOX = "sandbox-payment.billsafe.de"
@@ -9,8 +9,7 @@ module Billsafe
9
9
  end
10
10
 
11
11
  def call(method, attributes)
12
- response = Billsafe.request(method, base_attributes.merge(attributes))
13
- response
12
+ Billsafe.request(method, base_attributes.merge(attributes))
14
13
  end
15
14
 
16
15
  end
@@ -1,3 +1,3 @@
1
1
  module Billsafe
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billsafe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-21 00:00:00.000000000 Z
12
+ date: 2013-03-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake