wirecard_sepa 0.0.5 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +23 -0
- data/lib/templates/wirecard_sepa/recurring/recurring_request.xml +1 -0
- data/lib/wirecard_sepa/recurring/recurring_request.rb +1 -1
- data/lib/wirecard_sepa/version.rb +1 -1
- data/spec/lib/wirecard_sepa/gateway_spec.rb +1 -1
- data/spec/lib/wirecard_sepa/recurring/recurring_request_spec.rb +3 -2
- data/spec/spec_helper.rb +7 -1
- data/spec/support/fixtures/vcr/gateway_debit.yml +641 -0
- data/spec/support/fixtures/vcr/gateway_recurring_init.yml +641 -0
- data/spec/support/fixtures/vcr/gateway_recurring_process.yml +453 -0
- data/spec/support/fixtures/vcr/gateway_recurring_process/init.yml +705 -0
- data/spec/support/recurring/success/recurring_request.xml +1 -0
- data/spec/support/recurring/success/recurring_response.xml +1 -0
- metadata +3 -3
@@ -3,6 +3,7 @@
|
|
3
3
|
<request-id>55566dbf-c68c-4f4e-a14b-69db83fbd555</request-id>
|
4
4
|
<transaction-type>debit</transaction-type>
|
5
5
|
<parent-transaction-id>e6604f91-663c-11e3-a07b-18037336c0b3</parent-transaction-id>
|
6
|
+
<order-number>12345</order-number>
|
6
7
|
<payment-methods>
|
7
8
|
<payment-method name="sepadirectdebit" />
|
8
9
|
</payment-methods>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wirecard_sepa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- betterplace developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
202
|
version: '0'
|
203
203
|
requirements: []
|
204
204
|
rubyforge_project:
|
205
|
-
rubygems_version: 2.4.
|
205
|
+
rubygems_version: 2.4.5
|
206
206
|
signing_key:
|
207
207
|
specification_version: 4
|
208
208
|
summary: Wirecard SEPA implementation
|