wirecard_giropay 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e1739d577ea3243cfbb11e394871571fd54cd72
4
- data.tar.gz: 482c3fb745d2f26374195086be91e1e7f5297749
3
+ metadata.gz: d924b7754643dbc8c3b6f34a034747386462c1a2
4
+ data.tar.gz: 8bc81f9dd0d6223bda3b609828210362336ff818
5
5
  SHA512:
6
- metadata.gz: 345b781d850ae025b0fa4950d81df45e3a74832a0a102e1ff5ebd197341b12828f2eca4481dcdccf481bc0eaff708bbba74502a6084a90b9c8bfe8b889fa7ead
7
- data.tar.gz: 3fcbb662ff0e8c04ca097b45d1745e256b023d7b13544312359cf5b4fef81dd5e3ae73688d58ddd462790c2226137ffa78b67b4834c40e9987cdcc8ccee25b70
6
+ metadata.gz: 3ca5398b67eb464e8c076549a4fd2713d6d54eefc964c342c16fd246ea04df6c6cb92a26da01e24d9f696ea3ccf7e85720f751869f2bfa205badf4cc1af542e3
7
+ data.tar.gz: f19f1b9d0ee80ca7ad7df4b18829c060a1a0240c7d28efaae58c71985c31ec03215b6789f7529805c3889033b70528ce51ac5de3dbbc688b5d9be4565e90815c
@@ -4,10 +4,12 @@ module WirecardGiropay
4
4
 
5
5
  class InvalidParamsError < StandardError; end
6
6
 
7
- PARAMS = %i(business_case_signature transaction_id first_name last_name account_number bank_code
8
- country amount_in_cents currency usage success_redirect_url failure_redirect_url redirect_window_name
9
- notification_url alternate_notification_url order_data
10
- )
7
+ PARAMS = %i(
8
+ business_case_signature transaction_mode transaction_id first_name
9
+ last_name account_number bank_code country amount_in_cents currency usage
10
+ success_redirect_url failure_redirect_url redirect_window_name
11
+ notification_url alternate_notification_url order_data
12
+ )
11
13
 
12
14
  def initialize(given_params = {})
13
15
  @given_params = given_params
@@ -1,3 +1,3 @@
1
1
  module WirecardGiropay
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -11,6 +11,7 @@ module WirecardGiropay
11
11
 
12
12
  let(:online_wire_params) do
13
13
  {
14
+ transaction_mode: 'live',
14
15
  transaction_id: 'TNR45122001',
15
16
  first_name: 'John F',
16
17
  last_name: 'Doe',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wirecard_giropay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-01 00:00:00.000000000 Z
11
+ date: 2015-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.4.4
164
+ rubygems_version: 2.2.2
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: Wirecard Giropay implementation