activemerchant 1.14.0 → 1.15.0
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.
- data.tar.gz.sig +0 -0
- data/CHANGELOG +18 -0
- data/CONTRIBUTORS +4 -0
- data/README.rdoc +1 -0
- data/lib/active_merchant.rb +1 -1
- data/lib/active_merchant/billing/credit_card.rb +53 -42
- data/lib/active_merchant/billing/gateway.rb +6 -6
- data/lib/active_merchant/billing/gateways/authorize_net.rb +4 -2
- data/lib/active_merchant/billing/gateways/authorize_net_cim.rb +1 -1
- data/lib/active_merchant/billing/gateways/barclays_epdq.rb +3 -3
- data/lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb +1 -1
- data/lib/active_merchant/billing/gateways/bogus.rb +12 -0
- data/lib/active_merchant/billing/gateways/braintree_blue.rb +77 -16
- data/lib/active_merchant/billing/gateways/eway.rb +0 -4
- data/lib/active_merchant/billing/gateways/ideal/ideal_base.rb +1 -1
- data/lib/active_merchant/billing/gateways/ideal_rabobank.rb +1 -1
- data/lib/active_merchant/billing/gateways/orbital.rb +1 -1
- data/lib/active_merchant/billing/gateways/pay_junction.rb +1 -1
- data/lib/active_merchant/billing/gateways/payflow.rb +22 -8
- data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +10 -10
- data/lib/active_merchant/billing/gateways/payflow_express.rb +115 -36
- data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +1 -1
- data/lib/active_merchant/billing/gateways/qbms.rb +1 -1
- data/lib/active_merchant/billing/gateways/realex.rb +7 -20
- data/lib/active_merchant/billing/gateways/secure_pay_au.rb +5 -5
- data/lib/active_merchant/billing/gateways/viaklix.rb +1 -1
- data/lib/active_merchant/billing/integrations/direc_pay/helper.rb +18 -10
- data/lib/active_merchant/billing/integrations/directebanking.rb +47 -0
- data/lib/active_merchant/billing/integrations/directebanking/helper.rb +90 -0
- data/lib/active_merchant/billing/integrations/directebanking/notification.rb +120 -0
- data/lib/active_merchant/billing/integrations/directebanking/return.rb +11 -0
- data/lib/active_merchant/billing/integrations/helper.rb +4 -4
- data/lib/active_merchant/billing/integrations/notification.rb +1 -1
- data/lib/active_merchant/common/post_data.rb +1 -1
- data/lib/active_merchant/common/posts_data.rb +1 -1
- data/lib/active_merchant/common/validateable.rb +20 -15
- data/lib/active_merchant/version.rb +1 -1
- metadata +20 -21
- metadata.gz.sig +0 -0
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemerchant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 47
|
5
4
|
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 1
|
8
|
-
-
|
7
|
+
- 15
|
9
8
|
- 0
|
10
|
-
version: 1.
|
9
|
+
version: 1.15.0
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Tobias Luetke
|
@@ -36,57 +35,54 @@ cert_chain:
|
|
36
35
|
hPaSTyVU0yCSnw==
|
37
36
|
-----END CERTIFICATE-----
|
38
37
|
|
39
|
-
date: 2011-
|
38
|
+
date: 2011-05-12 00:00:00 -04:00
|
40
39
|
default_executable:
|
41
40
|
dependencies:
|
42
41
|
- !ruby/object:Gem::Dependency
|
43
|
-
prerelease: false
|
44
|
-
type: :runtime
|
45
42
|
name: activesupport
|
46
|
-
|
43
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
47
44
|
none: false
|
48
45
|
requirements:
|
49
46
|
- - ">="
|
50
47
|
- !ruby/object:Gem::Version
|
51
|
-
hash: 19
|
52
48
|
segments:
|
53
49
|
- 2
|
54
50
|
- 3
|
55
51
|
- 8
|
56
52
|
version: 2.3.8
|
57
|
-
requirement: *id001
|
58
|
-
- !ruby/object:Gem::Dependency
|
59
|
-
prerelease: false
|
60
53
|
type: :runtime
|
54
|
+
prerelease: false
|
55
|
+
version_requirements: *id001
|
56
|
+
- !ruby/object:Gem::Dependency
|
61
57
|
name: builder
|
62
|
-
|
58
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
63
59
|
none: false
|
64
60
|
requirements:
|
65
61
|
- - ">="
|
66
62
|
- !ruby/object:Gem::Version
|
67
|
-
hash: 15
|
68
63
|
segments:
|
69
64
|
- 2
|
70
65
|
- 0
|
71
66
|
- 0
|
72
67
|
version: 2.0.0
|
73
|
-
requirement: *id002
|
74
|
-
- !ruby/object:Gem::Dependency
|
75
|
-
prerelease: false
|
76
68
|
type: :runtime
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: *id002
|
71
|
+
- !ruby/object:Gem::Dependency
|
77
72
|
name: braintree
|
78
|
-
|
73
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
79
74
|
none: false
|
80
75
|
requirements:
|
81
76
|
- - ">="
|
82
77
|
- !ruby/object:Gem::Version
|
83
|
-
hash: 15
|
84
78
|
segments:
|
85
79
|
- 2
|
86
80
|
- 0
|
87
81
|
- 0
|
88
82
|
version: 2.0.0
|
89
|
-
|
83
|
+
type: :runtime
|
84
|
+
prerelease: false
|
85
|
+
version_requirements: *id003
|
90
86
|
description: Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
|
91
87
|
email: tobi@leetsoft.com
|
92
88
|
executables: []
|
@@ -214,6 +210,10 @@ files:
|
|
214
210
|
- lib/active_merchant/billing/integrations/direc_pay/return.rb
|
215
211
|
- lib/active_merchant/billing/integrations/direc_pay/status.rb
|
216
212
|
- lib/active_merchant/billing/integrations/direc_pay.rb
|
213
|
+
- lib/active_merchant/billing/integrations/directebanking/helper.rb
|
214
|
+
- lib/active_merchant/billing/integrations/directebanking/notification.rb
|
215
|
+
- lib/active_merchant/billing/integrations/directebanking/return.rb
|
216
|
+
- lib/active_merchant/billing/integrations/directebanking.rb
|
217
217
|
- lib/active_merchant/billing/integrations/gestpay/common.rb
|
218
218
|
- lib/active_merchant/billing/integrations/gestpay/helper.rb
|
219
219
|
- lib/active_merchant/billing/integrations/gestpay/notification.rb
|
@@ -289,7 +289,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
289
289
|
requirements:
|
290
290
|
- - ">="
|
291
291
|
- !ruby/object:Gem::Version
|
292
|
-
hash:
|
292
|
+
hash: 407104905764746451
|
293
293
|
segments:
|
294
294
|
- 0
|
295
295
|
version: "0"
|
@@ -298,7 +298,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
298
298
|
requirements:
|
299
299
|
- - ">="
|
300
300
|
- !ruby/object:Gem::Version
|
301
|
-
hash: 3
|
302
301
|
segments:
|
303
302
|
- 0
|
304
303
|
version: "0"
|
metadata.gz.sig
CHANGED
Binary file
|