activemerchant 1.32.0 → 1.33.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/CHANGELOG +50 -0
- data/CONTRIBUTORS +8 -0
- data/README.md +6 -4
- data/lib/active_merchant/billing/check.rb +4 -3
- data/lib/active_merchant/billing/credit_card.rb +7 -3
- data/lib/active_merchant/billing/gateways/authorize_net.rb +27 -7
- data/lib/active_merchant/billing/gateways/barclays_epdq.rb +8 -1
- data/lib/active_merchant/billing/gateways/blue_pay.rb +201 -185
- data/lib/active_merchant/billing/gateways/bogus.rb +1 -1
- data/lib/active_merchant/billing/gateways/card_stream_modern.rb +155 -0
- data/lib/active_merchant/billing/gateways/cc5.rb +0 -4
- data/lib/active_merchant/billing/gateways/firstdata_e4.rb +94 -12
- data/lib/active_merchant/billing/gateways/garanti.rb +0 -4
- data/lib/active_merchant/billing/gateways/litle.rb +41 -11
- data/lib/active_merchant/billing/gateways/merchant_e_solutions.rb +27 -6
- data/lib/active_merchant/billing/gateways/merchant_warrior.rb +2 -2
- data/lib/active_merchant/billing/gateways/net_registry.rb +8 -3
- data/lib/active_merchant/billing/gateways/netaxept.rb +65 -117
- data/lib/active_merchant/billing/gateways/orbital.rb +181 -48
- data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +12 -10
- data/lib/active_merchant/billing/gateways/paymill.rb +27 -13
- data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +11 -6
- data/lib/active_merchant/billing/gateways/paypal_express.rb +25 -7
- data/lib/active_merchant/billing/gateways/pin.rb +5 -5
- data/lib/active_merchant/billing/gateways/sage/sage_bankcard.rb +16 -11
- data/lib/active_merchant/billing/gateways/sage/sage_core.rb +1 -1
- data/lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb +21 -16
- data/lib/active_merchant/billing/gateways/sage.rb +10 -5
- data/lib/active_merchant/billing/gateways/sage_pay.rb +1 -0
- data/lib/active_merchant/billing/gateways/transnational.rb +239 -0
- data/lib/active_merchant/billing/gateways/usa_epay_advanced.rb +9 -4
- data/lib/active_merchant/billing/integrations/direc_pay/status.rb +1 -1
- data/lib/active_merchant/billing/integrations/direc_pay.rb +1 -1
- data/lib/active_merchant/billing/integrations/dwolla/common.rb +21 -0
- data/lib/active_merchant/billing/integrations/dwolla/helper.rb +15 -6
- data/lib/active_merchant/billing/integrations/dwolla/notification.rb +11 -6
- data/lib/active_merchant/billing/integrations/dwolla/return.rb +12 -4
- data/lib/active_merchant/billing/integrations/dwolla.rb +5 -12
- data/lib/active_merchant/billing/integrations/notification.rb +13 -8
- data/lib/active_merchant/billing/integrations/payflow_link/helper.rb +13 -1
- data/lib/active_merchant/billing/integrations/payu_in/helper.rb +74 -0
- data/lib/active_merchant/billing/integrations/payu_in/notification.rb +167 -0
- data/lib/active_merchant/billing/integrations/payu_in/return.rb +53 -0
- data/lib/active_merchant/billing/integrations/payu_in.rb +43 -0
- data/lib/active_merchant/billing/integrations/quickpay/notification.rb +68 -5
- data/lib/active_merchant/billing/integrations/rbkmoney/helper.rb +23 -0
- data/lib/active_merchant/billing/integrations/rbkmoney/notification.rb +91 -0
- data/lib/active_merchant/billing/integrations/rbkmoney.rb +17 -0
- data/lib/active_merchant/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +72 -62
- metadata.gz.sig +0 -0
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activemerchant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.32.0
|
|
5
4
|
prerelease:
|
|
5
|
+
version: 1.33.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Tobias Luetke
|
|
@@ -37,184 +37,184 @@ cert_chain:
|
|
|
37
37
|
Z1BvU1BxN25rK3MyRlFVQko5VVpGSzFsZ016aG8vNGZaZ3pKd2J1K2NPOFNO
|
|
38
38
|
dWFMUy9iagpoUGFTVHlWVTB5Q1Nudz09Ci0tLS0tRU5EIENFUlRJRklDQVRF
|
|
39
39
|
LS0tLS0K
|
|
40
|
-
date: 2013-
|
|
40
|
+
date: 2013-05-30 00:00:00.000000000 Z
|
|
41
41
|
dependencies:
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
|
-
|
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
|
45
|
-
none: false
|
|
43
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
46
44
|
requirements:
|
|
47
45
|
- - ! '>='
|
|
48
46
|
- !ruby/object:Gem::Version
|
|
49
47
|
version: 2.3.14
|
|
48
|
+
none: false
|
|
49
|
+
name: activesupport
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
|
-
|
|
53
|
-
none: false
|
|
52
|
+
requirement: !ruby/object:Gem::Requirement
|
|
54
53
|
requirements:
|
|
55
54
|
- - ! '>='
|
|
56
55
|
- !ruby/object:Gem::Version
|
|
57
56
|
version: 2.3.14
|
|
58
|
-
- !ruby/object:Gem::Dependency
|
|
59
|
-
name: i18n
|
|
60
|
-
requirement: !ruby/object:Gem::Requirement
|
|
61
57
|
none: false
|
|
58
|
+
- !ruby/object:Gem::Dependency
|
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
62
60
|
requirements:
|
|
63
61
|
- - ! '>='
|
|
64
62
|
- !ruby/object:Gem::Version
|
|
65
63
|
version: '0'
|
|
64
|
+
none: false
|
|
65
|
+
name: i18n
|
|
66
66
|
type: :runtime
|
|
67
67
|
prerelease: false
|
|
68
|
-
|
|
69
|
-
none: false
|
|
68
|
+
requirement: !ruby/object:Gem::Requirement
|
|
70
69
|
requirements:
|
|
71
70
|
- - ! '>='
|
|
72
71
|
- !ruby/object:Gem::Version
|
|
73
72
|
version: '0'
|
|
74
|
-
- !ruby/object:Gem::Dependency
|
|
75
|
-
name: money
|
|
76
|
-
requirement: !ruby/object:Gem::Requirement
|
|
77
73
|
none: false
|
|
74
|
+
- !ruby/object:Gem::Dependency
|
|
75
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
78
76
|
requirements:
|
|
79
77
|
- - ! '>='
|
|
80
78
|
- !ruby/object:Gem::Version
|
|
81
79
|
version: '0'
|
|
80
|
+
none: false
|
|
81
|
+
name: money
|
|
82
82
|
type: :runtime
|
|
83
83
|
prerelease: false
|
|
84
|
-
|
|
85
|
-
none: false
|
|
84
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
85
|
requirements:
|
|
87
86
|
- - ! '>='
|
|
88
87
|
- !ruby/object:Gem::Version
|
|
89
88
|
version: '0'
|
|
90
|
-
- !ruby/object:Gem::Dependency
|
|
91
|
-
name: builder
|
|
92
|
-
requirement: !ruby/object:Gem::Requirement
|
|
93
89
|
none: false
|
|
90
|
+
- !ruby/object:Gem::Dependency
|
|
91
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
94
92
|
requirements:
|
|
95
93
|
- - ! '>='
|
|
96
94
|
- !ruby/object:Gem::Version
|
|
97
95
|
version: 2.0.0
|
|
96
|
+
none: false
|
|
97
|
+
name: builder
|
|
98
98
|
type: :runtime
|
|
99
99
|
prerelease: false
|
|
100
|
-
|
|
101
|
-
none: false
|
|
100
|
+
requirement: !ruby/object:Gem::Requirement
|
|
102
101
|
requirements:
|
|
103
102
|
- - ! '>='
|
|
104
103
|
- !ruby/object:Gem::Version
|
|
105
104
|
version: 2.0.0
|
|
106
|
-
- !ruby/object:Gem::Dependency
|
|
107
|
-
name: json
|
|
108
|
-
requirement: !ruby/object:Gem::Requirement
|
|
109
105
|
none: false
|
|
106
|
+
- !ruby/object:Gem::Dependency
|
|
107
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
110
108
|
requirements:
|
|
111
109
|
- - ! '>='
|
|
112
110
|
- !ruby/object:Gem::Version
|
|
113
111
|
version: 1.5.1
|
|
112
|
+
none: false
|
|
113
|
+
name: json
|
|
114
114
|
type: :runtime
|
|
115
115
|
prerelease: false
|
|
116
|
-
|
|
117
|
-
none: false
|
|
116
|
+
requirement: !ruby/object:Gem::Requirement
|
|
118
117
|
requirements:
|
|
119
118
|
- - ! '>='
|
|
120
119
|
- !ruby/object:Gem::Version
|
|
121
120
|
version: 1.5.1
|
|
122
|
-
- !ruby/object:Gem::Dependency
|
|
123
|
-
name: active_utils
|
|
124
|
-
requirement: !ruby/object:Gem::Requirement
|
|
125
121
|
none: false
|
|
122
|
+
- !ruby/object:Gem::Dependency
|
|
123
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
126
124
|
requirements:
|
|
127
125
|
- - ! '>='
|
|
128
126
|
- !ruby/object:Gem::Version
|
|
129
127
|
version: 1.0.2
|
|
128
|
+
none: false
|
|
129
|
+
name: active_utils
|
|
130
130
|
type: :runtime
|
|
131
131
|
prerelease: false
|
|
132
|
-
|
|
133
|
-
none: false
|
|
132
|
+
requirement: !ruby/object:Gem::Requirement
|
|
134
133
|
requirements:
|
|
135
134
|
- - ! '>='
|
|
136
135
|
- !ruby/object:Gem::Version
|
|
137
136
|
version: 1.0.2
|
|
138
|
-
- !ruby/object:Gem::Dependency
|
|
139
|
-
name: nokogiri
|
|
140
|
-
requirement: !ruby/object:Gem::Requirement
|
|
141
137
|
none: false
|
|
138
|
+
- !ruby/object:Gem::Dependency
|
|
139
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
142
140
|
requirements:
|
|
143
141
|
- - ! '>='
|
|
144
142
|
- !ruby/object:Gem::Version
|
|
145
143
|
version: '0'
|
|
144
|
+
none: false
|
|
145
|
+
name: nokogiri
|
|
146
146
|
type: :runtime
|
|
147
147
|
prerelease: false
|
|
148
|
-
|
|
149
|
-
none: false
|
|
148
|
+
requirement: !ruby/object:Gem::Requirement
|
|
150
149
|
requirements:
|
|
151
150
|
- - ! '>='
|
|
152
151
|
- !ruby/object:Gem::Version
|
|
153
152
|
version: '0'
|
|
154
|
-
- !ruby/object:Gem::Dependency
|
|
155
|
-
name: rake
|
|
156
|
-
requirement: !ruby/object:Gem::Requirement
|
|
157
153
|
none: false
|
|
154
|
+
- !ruby/object:Gem::Dependency
|
|
155
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
158
156
|
requirements:
|
|
159
157
|
- - ! '>='
|
|
160
158
|
- !ruby/object:Gem::Version
|
|
161
159
|
version: '0'
|
|
160
|
+
none: false
|
|
161
|
+
name: rake
|
|
162
162
|
type: :development
|
|
163
163
|
prerelease: false
|
|
164
|
-
|
|
165
|
-
none: false
|
|
164
|
+
requirement: !ruby/object:Gem::Requirement
|
|
166
165
|
requirements:
|
|
167
166
|
- - ! '>='
|
|
168
167
|
- !ruby/object:Gem::Version
|
|
169
168
|
version: '0'
|
|
170
|
-
- !ruby/object:Gem::Dependency
|
|
171
|
-
name: mocha
|
|
172
|
-
requirement: !ruby/object:Gem::Requirement
|
|
173
169
|
none: false
|
|
170
|
+
- !ruby/object:Gem::Dependency
|
|
171
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
174
172
|
requirements:
|
|
175
173
|
- - ~>
|
|
176
174
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 0.
|
|
175
|
+
version: 0.13.0
|
|
176
|
+
none: false
|
|
177
|
+
name: mocha
|
|
178
178
|
type: :development
|
|
179
179
|
prerelease: false
|
|
180
|
-
|
|
181
|
-
none: false
|
|
180
|
+
requirement: !ruby/object:Gem::Requirement
|
|
182
181
|
requirements:
|
|
183
182
|
- - ~>
|
|
184
183
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: 0.
|
|
186
|
-
- !ruby/object:Gem::Dependency
|
|
187
|
-
name: rails
|
|
188
|
-
requirement: !ruby/object:Gem::Requirement
|
|
184
|
+
version: 0.13.0
|
|
189
185
|
none: false
|
|
186
|
+
- !ruby/object:Gem::Dependency
|
|
187
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
190
188
|
requirements:
|
|
191
189
|
- - ! '>='
|
|
192
190
|
- !ruby/object:Gem::Version
|
|
193
191
|
version: 2.3.14
|
|
192
|
+
none: false
|
|
193
|
+
name: rails
|
|
194
194
|
type: :development
|
|
195
195
|
prerelease: false
|
|
196
|
-
|
|
197
|
-
none: false
|
|
196
|
+
requirement: !ruby/object:Gem::Requirement
|
|
198
197
|
requirements:
|
|
199
198
|
- - ! '>='
|
|
200
199
|
- !ruby/object:Gem::Version
|
|
201
200
|
version: 2.3.14
|
|
202
|
-
- !ruby/object:Gem::Dependency
|
|
203
|
-
name: thor
|
|
204
|
-
requirement: !ruby/object:Gem::Requirement
|
|
205
201
|
none: false
|
|
202
|
+
- !ruby/object:Gem::Dependency
|
|
203
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
206
204
|
requirements:
|
|
207
205
|
- - ! '>='
|
|
208
206
|
- !ruby/object:Gem::Version
|
|
209
207
|
version: '0'
|
|
208
|
+
none: false
|
|
209
|
+
name: thor
|
|
210
210
|
type: :development
|
|
211
211
|
prerelease: false
|
|
212
|
-
|
|
213
|
-
none: false
|
|
212
|
+
requirement: !ruby/object:Gem::Requirement
|
|
214
213
|
requirements:
|
|
215
214
|
- - ! '>='
|
|
216
215
|
- !ruby/object:Gem::Version
|
|
217
216
|
version: '0'
|
|
217
|
+
none: false
|
|
218
218
|
description: Active Merchant is a simple payment abstraction library used in and sponsored
|
|
219
219
|
by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim
|
|
220
220
|
of the project is to feel natural to Ruby users and to abstract as many parts as
|
|
@@ -255,6 +255,7 @@ files:
|
|
|
255
255
|
- lib/active_merchant/billing/gateways/braintree_orange.rb
|
|
256
256
|
- lib/active_merchant/billing/gateways/card_save.rb
|
|
257
257
|
- lib/active_merchant/billing/gateways/card_stream.rb
|
|
258
|
+
- lib/active_merchant/billing/gateways/card_stream_modern.rb
|
|
258
259
|
- lib/active_merchant/billing/gateways/cc5.rb
|
|
259
260
|
- lib/active_merchant/billing/gateways/certo_direct.rb
|
|
260
261
|
- lib/active_merchant/billing/gateways/cyber_source.rb
|
|
@@ -356,6 +357,7 @@ files:
|
|
|
356
357
|
- lib/active_merchant/billing/gateways/stripe.rb
|
|
357
358
|
- lib/active_merchant/billing/gateways/trans_first.rb
|
|
358
359
|
- lib/active_merchant/billing/gateways/transax.rb
|
|
360
|
+
- lib/active_merchant/billing/gateways/transnational.rb
|
|
359
361
|
- lib/active_merchant/billing/gateways/trust_commerce.rb
|
|
360
362
|
- lib/active_merchant/billing/gateways/usa_epay.rb
|
|
361
363
|
- lib/active_merchant/billing/gateways/usa_epay_advanced.rb
|
|
@@ -396,6 +398,7 @@ files:
|
|
|
396
398
|
- lib/active_merchant/billing/integrations/dotpay/notification.rb
|
|
397
399
|
- lib/active_merchant/billing/integrations/dotpay/return.rb
|
|
398
400
|
- lib/active_merchant/billing/integrations/dotpay.rb
|
|
401
|
+
- lib/active_merchant/billing/integrations/dwolla/common.rb
|
|
399
402
|
- lib/active_merchant/billing/integrations/dwolla/helper.rb
|
|
400
403
|
- lib/active_merchant/billing/integrations/dwolla/notification.rb
|
|
401
404
|
- lib/active_merchant/billing/integrations/dwolla/return.rb
|
|
@@ -459,6 +462,10 @@ files:
|
|
|
459
462
|
- lib/active_merchant/billing/integrations/paysbuy/helper.rb
|
|
460
463
|
- lib/active_merchant/billing/integrations/paysbuy/notification.rb
|
|
461
464
|
- lib/active_merchant/billing/integrations/paysbuy.rb
|
|
465
|
+
- lib/active_merchant/billing/integrations/payu_in/helper.rb
|
|
466
|
+
- lib/active_merchant/billing/integrations/payu_in/notification.rb
|
|
467
|
+
- lib/active_merchant/billing/integrations/payu_in/return.rb
|
|
468
|
+
- lib/active_merchant/billing/integrations/payu_in.rb
|
|
462
469
|
- lib/active_merchant/billing/integrations/pxpay/helper.rb
|
|
463
470
|
- lib/active_merchant/billing/integrations/pxpay/notification.rb
|
|
464
471
|
- lib/active_merchant/billing/integrations/pxpay/return.rb
|
|
@@ -466,6 +473,9 @@ files:
|
|
|
466
473
|
- lib/active_merchant/billing/integrations/quickpay/helper.rb
|
|
467
474
|
- lib/active_merchant/billing/integrations/quickpay/notification.rb
|
|
468
475
|
- lib/active_merchant/billing/integrations/quickpay.rb
|
|
476
|
+
- lib/active_merchant/billing/integrations/rbkmoney/helper.rb
|
|
477
|
+
- lib/active_merchant/billing/integrations/rbkmoney/notification.rb
|
|
478
|
+
- lib/active_merchant/billing/integrations/rbkmoney.rb
|
|
469
479
|
- lib/active_merchant/billing/integrations/return.rb
|
|
470
480
|
- lib/active_merchant/billing/integrations/robokassa/common.rb
|
|
471
481
|
- lib/active_merchant/billing/integrations/robokassa/helper.rb
|
|
@@ -516,20 +526,20 @@ rdoc_options: []
|
|
|
516
526
|
require_paths:
|
|
517
527
|
- lib
|
|
518
528
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
519
|
-
none: false
|
|
520
529
|
requirements:
|
|
521
530
|
- - ! '>='
|
|
522
531
|
- !ruby/object:Gem::Version
|
|
523
532
|
version: '0'
|
|
524
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
525
533
|
none: false
|
|
534
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
526
535
|
requirements:
|
|
527
536
|
- - ! '>='
|
|
528
537
|
- !ruby/object:Gem::Version
|
|
529
538
|
version: '0'
|
|
539
|
+
none: false
|
|
530
540
|
requirements: []
|
|
531
541
|
rubyforge_project: activemerchant
|
|
532
|
-
rubygems_version: 1.8.
|
|
542
|
+
rubygems_version: 1.8.23
|
|
533
543
|
signing_key:
|
|
534
544
|
specification_version: 3
|
|
535
545
|
summary: Framework and tools for dealing with credit card transactions.
|
metadata.gz.sig
CHANGED
|
Binary file
|