activemerchant 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. data.tar.gz.sig +3 -3
  2. data/CHANGELOG +36 -0
  3. data/CONTRIBUTORS +8 -0
  4. data/README.md +5 -0
  5. data/lib/active_merchant/billing/gateway.rb +2 -1
  6. data/lib/active_merchant/billing/gateways.rb +6 -7
  7. data/lib/active_merchant/billing/gateways/authorize_net.rb +3 -2
  8. data/lib/active_merchant/billing/gateways/authorize_net_cim.rb +77 -78
  9. data/lib/active_merchant/billing/gateways/balanced.rb +0 -1
  10. data/lib/active_merchant/billing/gateways/banwire.rb +1 -2
  11. data/lib/active_merchant/billing/gateways/barclays_epdq.rb +19 -20
  12. data/lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb +35 -36
  13. data/lib/active_merchant/billing/gateways/blue_pay.rb +135 -140
  14. data/lib/active_merchant/billing/gateways/braintree_blue.rb +12 -4
  15. data/lib/active_merchant/billing/gateways/card_stream.rb +54 -59
  16. data/lib/active_merchant/billing/gateways/certo_direct.rb +0 -1
  17. data/lib/active_merchant/billing/gateways/cyber_source.rb +19 -14
  18. data/lib/active_merchant/billing/gateways/data_cash.rb +106 -112
  19. data/lib/active_merchant/billing/gateways/efsnet.rb +29 -34
  20. data/lib/active_merchant/billing/gateways/elavon.rb +7 -1
  21. data/lib/active_merchant/billing/gateways/epay.rb +0 -1
  22. data/lib/active_merchant/billing/gateways/eway.rb +88 -93
  23. data/lib/active_merchant/billing/gateways/eway_managed.rb +47 -51
  24. data/lib/active_merchant/billing/gateways/exact.rb +45 -54
  25. data/lib/active_merchant/billing/gateways/federated_canada.rb +3 -4
  26. data/lib/active_merchant/billing/gateways/first_pay.rb +37 -38
  27. data/lib/active_merchant/billing/gateways/garanti.rb +1 -2
  28. data/lib/active_merchant/billing/gateways/hdfc.rb +207 -0
  29. data/lib/active_merchant/billing/gateways/ideal/ideal_base.rb +5 -8
  30. data/lib/active_merchant/billing/gateways/inspire.rb +52 -52
  31. data/lib/active_merchant/billing/gateways/instapay.rb +10 -11
  32. data/lib/active_merchant/billing/gateways/iridium.rb +38 -39
  33. data/lib/active_merchant/billing/gateways/itransact.rb +7 -9
  34. data/lib/active_merchant/billing/gateways/jetpay.rb +45 -46
  35. data/lib/active_merchant/billing/gateways/linkpoint.rb +104 -108
  36. data/lib/active_merchant/billing/gateways/litle.rb +1 -5
  37. data/lib/active_merchant/billing/gateways/merchant_e_solutions.rb +153 -155
  38. data/lib/active_merchant/billing/gateways/merchant_ware.rb +49 -50
  39. data/lib/active_merchant/billing/gateways/mercury.rb +272 -0
  40. data/lib/active_merchant/billing/gateways/metrics_global.rb +9 -10
  41. data/lib/active_merchant/billing/gateways/migs.rb +5 -3
  42. data/lib/active_merchant/billing/gateways/modern_payments.rb +6 -7
  43. data/lib/active_merchant/billing/gateways/modern_payments_cim.rb +40 -41
  44. data/lib/active_merchant/billing/gateways/moneris.rb +46 -50
  45. data/lib/active_merchant/billing/gateways/moneris_us.rb +52 -55
  46. data/lib/active_merchant/billing/gateways/nab_transact.rb +0 -5
  47. data/lib/active_merchant/billing/gateways/net_registry.rb +20 -21
  48. data/lib/active_merchant/billing/gateways/netaxept.rb +30 -36
  49. data/lib/active_merchant/billing/gateways/netbilling.rb +2 -2
  50. data/lib/active_merchant/billing/gateways/ogone.rb +0 -5
  51. data/lib/active_merchant/billing/gateways/optimal_payment.rb +1 -6
  52. data/lib/active_merchant/billing/gateways/orbital.rb +25 -21
  53. data/lib/active_merchant/billing/gateways/orbital/avs_result.rb +93 -0
  54. data/lib/active_merchant/billing/gateways/pay_gate_xml.rb +1 -6
  55. data/lib/active_merchant/billing/gateways/pay_junction.rb +62 -63
  56. data/lib/active_merchant/billing/gateways/pay_secure.rb +29 -30
  57. data/lib/active_merchant/billing/gateways/paybox_direct.rb +0 -5
  58. data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +33 -38
  59. data/lib/active_merchant/billing/gateways/payment_express.rb +48 -51
  60. data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +7 -11
  61. data/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb +7 -0
  62. data/lib/active_merchant/billing/gateways/paypal/paypal_recurring_api.rb +3 -0
  63. data/lib/active_merchant/billing/gateways/paystation.rb +62 -64
  64. data/lib/active_merchant/billing/gateways/payway.rb +2 -9
  65. data/lib/active_merchant/billing/gateways/plugnpay.rb +0 -1
  66. data/lib/active_merchant/billing/gateways/psigate.rb +102 -94
  67. data/lib/active_merchant/billing/gateways/psl_card.rb +66 -67
  68. data/lib/active_merchant/billing/gateways/qbms.rb +0 -6
  69. data/lib/active_merchant/billing/gateways/quantum.rb +2 -8
  70. data/lib/active_merchant/billing/gateways/quickpay.rb +2 -3
  71. data/lib/active_merchant/billing/gateways/realex.rb +6 -16
  72. data/lib/active_merchant/billing/gateways/redsys.rb +394 -0
  73. data/lib/active_merchant/billing/gateways/sage.rb +15 -16
  74. data/lib/active_merchant/billing/gateways/sage/sage_core.rb +25 -26
  75. data/lib/active_merchant/billing/gateways/sage_pay.rb +51 -56
  76. data/lib/active_merchant/billing/gateways/sallie_mae.rb +1 -2
  77. data/lib/active_merchant/billing/gateways/samurai.rb +1 -4
  78. data/lib/active_merchant/billing/gateways/secure_net.rb +0 -1
  79. data/lib/active_merchant/billing/gateways/secure_pay.rb +5 -8
  80. data/lib/active_merchant/billing/gateways/secure_pay_au.rb +0 -5
  81. data/lib/active_merchant/billing/gateways/secure_pay_tech.rb +17 -18
  82. data/lib/active_merchant/billing/gateways/skip_jack.rb +29 -34
  83. data/lib/active_merchant/billing/gateways/smart_ps.rb +55 -56
  84. data/lib/active_merchant/billing/gateways/stripe.rb +8 -3
  85. data/lib/active_merchant/billing/gateways/trans_first.rb +28 -29
  86. data/lib/active_merchant/billing/gateways/trust_commerce.rb +85 -87
  87. data/lib/active_merchant/billing/gateways/usa_epay_advanced.rb +27 -28
  88. data/lib/active_merchant/billing/gateways/usa_epay_transaction.rb +0 -5
  89. data/lib/active_merchant/billing/gateways/verifi.rb +86 -87
  90. data/lib/active_merchant/billing/gateways/viaklix.rb +42 -47
  91. data/lib/active_merchant/billing/gateways/vindicia.rb +30 -28
  92. data/lib/active_merchant/billing/gateways/webpay.rb +45 -0
  93. data/lib/active_merchant/billing/gateways/wirecard.rb +0 -6
  94. data/lib/active_merchant/billing/gateways/worldpay.rb +4 -9
  95. data/lib/active_merchant/billing/integrations/a1agregator.rb +26 -0
  96. data/lib/active_merchant/billing/integrations/a1agregator/helper.rb +31 -0
  97. data/lib/active_merchant/billing/integrations/a1agregator/notification.rb +186 -0
  98. data/lib/active_merchant/billing/integrations/a1agregator/status.rb +38 -0
  99. data/lib/active_merchant/billing/integrations/liqpay.rb +30 -0
  100. data/lib/active_merchant/billing/integrations/liqpay/helper.rb +43 -0
  101. data/lib/active_merchant/billing/integrations/liqpay/notification.rb +89 -0
  102. data/lib/active_merchant/billing/integrations/liqpay/return.rb +83 -0
  103. data/lib/active_merchant/billing/integrations/moneybookers/helper.rb +17 -1
  104. data/lib/active_merchant/billing/integrations/notification.rb +4 -0
  105. data/lib/active_merchant/billing/integrations/pay_fast.rb +70 -0
  106. data/lib/active_merchant/billing/integrations/pay_fast/common.rb +42 -0
  107. data/lib/active_merchant/billing/integrations/pay_fast/helper.rb +50 -0
  108. data/lib/active_merchant/billing/integrations/pay_fast/notification.rb +134 -0
  109. data/lib/active_merchant/billing/integrations/pay_fast/return.rb +10 -0
  110. data/lib/active_merchant/billing/integrations/paypal/notification.rb +64 -0
  111. data/lib/active_merchant/billing/integrations/sage_pay_form/helper.rb +10 -7
  112. data/lib/active_merchant/billing/integrations/webmoney/notification.rb +12 -0
  113. data/lib/active_merchant/billing/response.rb +19 -4
  114. data/lib/active_merchant/version.rb +1 -1
  115. metadata +45 -27
  116. metadata.gz.sig +0 -0
@@ -16,6 +16,10 @@ module ActiveMerchant #:nodoc:
16
16
  #
17
17
  # def paypal_ipn
18
18
  # notify = Paypal::Notification.new(request.raw_post)
19
+ #
20
+ # if notify.masspay?
21
+ # masspay_items = notify.items
22
+ # end
19
23
  #
20
24
  # order = Order.find(notify.item_id)
21
25
  #
@@ -43,12 +47,22 @@ module ActiveMerchant #:nodoc:
43
47
  # end
44
48
  class Notification < ActiveMerchant::Billing::Integrations::Notification
45
49
  include PostsData
50
+
51
+ def initialize(post, options = {})
52
+ super
53
+ extend MassPayNotification if masspay?
54
+ end
46
55
 
47
56
  # Was the transaction complete?
48
57
  def complete?
49
58
  status == "Completed"
50
59
  end
51
60
 
61
+ # Is it a masspay notification?
62
+ def masspay?
63
+ type == "masspay"
64
+ end
65
+
52
66
  # When was this payment received by the client.
53
67
  # sometimes it can happen that we get the notification much later.
54
68
  # One possible scenario is that our web application was down. In this case paypal tries several
@@ -149,6 +163,56 @@ module ActiveMerchant #:nodoc:
149
163
  response == "VERIFIED"
150
164
  end
151
165
  end
166
+
167
+ module MassPayNotification
168
+ # Mass pay returns a collection of MassPay Items, so inspect items to get the values
169
+ def transaction_id
170
+ end
171
+
172
+ # Mass pay returns a collection of MassPay Items, so inspect items to get the values
173
+ def gross
174
+ end
175
+
176
+ # Mass pay returns a collection of MassPay Items, so inspect items to get the values
177
+ def fee
178
+ end
179
+
180
+ # Mass pay returns a collection of MassPay Items, so inspect items to get the values
181
+ def currency
182
+ end
183
+
184
+ # Mass pay returns a collection of MassPay Items, so inspect items to get the values
185
+ def item_id
186
+ end
187
+
188
+ # Mass pay returns a collection of MassPay Items, so inspect items to get the values
189
+ def account
190
+ end
191
+
192
+ # Collection of notification items returned for MassPay transactions
193
+ def items
194
+ @items ||= (1..number_of_mass_pay_items).map do |item_number|
195
+ MassPayItem.new(
196
+ params["masspay_txn_id_#{item_number}"],
197
+ params["mc_gross_#{item_number}"],
198
+ params["mc_fee_#{item_number}"],
199
+ params["mc_currency_#{item_number}"],
200
+ params["unique_id_#{item_number}"],
201
+ params["receiver_email_#{item_number}"],
202
+ params["status_#{item_number}"]
203
+ )
204
+ end
205
+ end
206
+
207
+ private
208
+
209
+ def number_of_mass_pay_items
210
+ @number_of_mass_pay_items ||= params.keys.select { |k| k.start_with? 'masspay_txn_id' }.size
211
+ end
212
+ end
213
+
214
+ class MassPayItem < Struct.new(:transaction_id, :gross, :fee, :currency, :item_id, :account, :status)
215
+ end
152
216
  end
153
217
  end
154
218
  end
@@ -6,13 +6,13 @@ module ActiveMerchant #:nodoc:
6
6
  module SagePayForm
7
7
  class Helper < ActiveMerchant::Billing::Integrations::Helper
8
8
  include Encryption
9
-
9
+
10
10
  mapping :credential2, 'EncryptKey'
11
-
11
+
12
12
  mapping :account, 'Vendor'
13
13
  mapping :amount, 'Amount'
14
14
  mapping :currency, 'Currency'
15
-
15
+
16
16
  mapping :order, 'VendorTxCode'
17
17
 
18
18
  mapping :customer,
@@ -64,13 +64,16 @@ module ActiveMerchant #:nodoc:
64
64
 
65
65
  fields['FailureURL'] ||= fields['SuccessURL']
66
66
 
67
+ fields['BillingPostCode'] ||= "0000" if fields['BillingCountry'] == "IE"
68
+ fields['DeliveryPostCode'] ||= "0000" if fields['DeliveryCountry'] == "IE"
69
+
67
70
  crypt_skip = ['Vendor', 'EncryptKey', 'SendEmail']
68
71
  crypt_skip << 'BillingState' unless fields['BillingCountry'] == 'US'
69
72
  crypt_skip << 'DeliveryState' unless fields['DeliveryCountry'] == 'US'
70
73
  crypt_skip << 'CustomerEMail' unless fields['SendEmail']
71
74
  key = fields['EncryptKey']
72
75
  @crypt ||= create_crypt_field(fields.except(*crypt_skip), key)
73
-
76
+
74
77
  {
75
78
  'VPSProtocol' => '2.23',
76
79
  'TxType' => 'PAYMENT',
@@ -89,7 +92,7 @@ module ActiveMerchant #:nodoc:
89
92
 
90
93
  def sanitize(key, value)
91
94
  reject = exact = nil
92
-
95
+
93
96
  case key
94
97
  when /URL$/
95
98
  # allow all
@@ -108,11 +111,11 @@ module ActiveMerchant #:nodoc:
108
111
  when /State$/
109
112
  exact = /^[A-Z]{2}$/
110
113
  when 'Description'
111
- value = value.truncate(100)
114
+ value = value[0...100]
112
115
  else
113
116
  reject = /&+/
114
117
  end
115
-
118
+
116
119
  if exact
117
120
  raise ArgumentError, "Invalid value for #{key}: #{value.inspect}" unless value =~ exact
118
121
  value
@@ -9,10 +9,22 @@ module ActiveMerchant #:nodoc:
9
9
  (params.has_key?('LMI_PAYMENT_NO') && params.has_key?('LMI_PAYMENT_AMOUNT'))
10
10
  end
11
11
 
12
+ def amount
13
+ BigDecimal.new(gross)
14
+ end
15
+
12
16
  def key_present?
13
17
  params["LMI_HASH"].present?
14
18
  end
15
19
 
20
+ def item_id
21
+ params['LMI_PAYMENT_NO']
22
+ end
23
+
24
+ def gross
25
+ params['LMI_PAYMENT_AMOUNT']
26
+ end
27
+
16
28
  def security_key
17
29
  params["LMI_HASH"]
18
30
  end
@@ -1,6 +1,5 @@
1
1
  module ActiveMerchant #:nodoc:
2
2
  module Billing #:nodoc:
3
-
4
3
  class Error < ActiveMerchantError #:nodoc:
5
4
  end
6
5
 
@@ -24,12 +23,28 @@ module ActiveMerchant #:nodoc:
24
23
  @test = options[:test] || false
25
24
  @authorization = options[:authorization]
26
25
  @fraud_review = options[:fraud_review]
27
- @avs_result = AVSResult.new(options[:avs_result]).to_hash
28
- @cvv_result = CVVResult.new(options[:cvv_result]).to_hash
26
+
27
+ avs_result_builder = if options[:avs_result].kind_of?(Hash)
28
+ AVSResult.new(options[:avs_result])
29
+ else
30
+ options[:avs_result] || {}
31
+ end
32
+ @avs_result = avs_result_builder.to_hash
33
+
34
+ cvv_result_builder = if options[:cvv_result].kind_of?(String)
35
+ CVVResult.new(options[:cvv_result])
36
+ else
37
+ options[:cvv_result] || {}
38
+ end
39
+ @cvv_result = cvv_result_builder.to_hash
29
40
  end
30
41
  end
31
42
 
32
43
  class MultiResponse < Response
44
+ def self.run(&block)
45
+ new.tap(&block)
46
+ end
47
+
33
48
  attr_reader :responses
34
49
 
35
50
  def initialize
@@ -55,7 +70,7 @@ module ActiveMerchant #:nodoc:
55
70
  %w(params message test authorization avs_result cvv_result test? fraud_review?).each do |m|
56
71
  class_eval %(
57
72
  def #{m}
58
- @responses.last.#{m}
73
+ (@responses.empty? ? nil : @responses.last.#{m})
59
74
  end
60
75
  )
61
76
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = "1.28.0"
2
+ VERSION = "1.29.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -37,22 +37,22 @@ cert_chain:
37
37
  Z1BvU1BxN25rK3MyRlFVQko5VVpGSzFsZ016aG8vNGZaZ3pKd2J1K2NPOFNO
38
38
  dWFMUy9iagpoUGFTVHlWVTB5Q1Nudz09Ci0tLS0tRU5EIENFUlRJRklDQVRF
39
39
  LS0tLS0K
40
- date: 2012-08-24 00:00:00.000000000 Z
40
+ date: 2012-11-30 00:00:00.000000000 Z
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: activesupport
44
- requirement: &70160952962180 !ruby/object:Gem::Requirement
44
+ requirement: &70188791610980 !ruby/object:Gem::Requirement
45
45
  none: false
46
46
  requirements:
47
47
  - - ! '>='
48
48
  - !ruby/object:Gem::Version
49
- version: 2.3.11
49
+ version: 2.3.14
50
50
  type: :runtime
51
51
  prerelease: false
52
- version_requirements: *70160952962180
52
+ version_requirements: *70188791610980
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: i18n
55
- requirement: &70160952961760 !ruby/object:Gem::Requirement
55
+ requirement: &70188791610560 !ruby/object:Gem::Requirement
56
56
  none: false
57
57
  requirements:
58
58
  - - ! '>='
@@ -60,10 +60,10 @@ dependencies:
60
60
  version: '0'
61
61
  type: :runtime
62
62
  prerelease: false
63
- version_requirements: *70160952961760
63
+ version_requirements: *70188791610560
64
64
  - !ruby/object:Gem::Dependency
65
65
  name: money
66
- requirement: &70160952961300 !ruby/object:Gem::Requirement
66
+ requirement: &70188791610100 !ruby/object:Gem::Requirement
67
67
  none: false
68
68
  requirements:
69
69
  - - ! '>='
@@ -71,10 +71,10 @@ dependencies:
71
71
  version: '0'
72
72
  type: :runtime
73
73
  prerelease: false
74
- version_requirements: *70160952961300
74
+ version_requirements: *70188791610100
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: builder
77
- requirement: &70160952960800 !ruby/object:Gem::Requirement
77
+ requirement: &70188791609600 !ruby/object:Gem::Requirement
78
78
  none: false
79
79
  requirements:
80
80
  - - ! '>='
@@ -82,10 +82,10 @@ dependencies:
82
82
  version: 2.0.0
83
83
  type: :runtime
84
84
  prerelease: false
85
- version_requirements: *70160952960800
85
+ version_requirements: *70188791609600
86
86
  - !ruby/object:Gem::Dependency
87
87
  name: json
88
- requirement: &70160952960300 !ruby/object:Gem::Requirement
88
+ requirement: &70188791609100 !ruby/object:Gem::Requirement
89
89
  none: false
90
90
  requirements:
91
91
  - - ! '>='
@@ -93,10 +93,10 @@ dependencies:
93
93
  version: 1.5.1
94
94
  type: :runtime
95
95
  prerelease: false
96
- version_requirements: *70160952960300
96
+ version_requirements: *70188791609100
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: active_utils
99
- requirement: &70160952959840 !ruby/object:Gem::Requirement
99
+ requirement: &70188791608640 !ruby/object:Gem::Requirement
100
100
  none: false
101
101
  requirements:
102
102
  - - ! '>='
@@ -104,10 +104,10 @@ dependencies:
104
104
  version: 1.0.2
105
105
  type: :runtime
106
106
  prerelease: false
107
- version_requirements: *70160952959840
107
+ version_requirements: *70188791608640
108
108
  - !ruby/object:Gem::Dependency
109
109
  name: nokogiri
110
- requirement: &70160952959460 !ruby/object:Gem::Requirement
110
+ requirement: &70188791608260 !ruby/object:Gem::Requirement
111
111
  none: false
112
112
  requirements:
113
113
  - - ! '>='
@@ -115,10 +115,10 @@ dependencies:
115
115
  version: '0'
116
116
  type: :runtime
117
117
  prerelease: false
118
- version_requirements: *70160952959460
118
+ version_requirements: *70188791608260
119
119
  - !ruby/object:Gem::Dependency
120
120
  name: rake
121
- requirement: &70160952959000 !ruby/object:Gem::Requirement
121
+ requirement: &70188791607800 !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements:
124
124
  - - ! '>='
@@ -126,10 +126,10 @@ dependencies:
126
126
  version: '0'
127
127
  type: :development
128
128
  prerelease: false
129
- version_requirements: *70160952959000
129
+ version_requirements: *70188791607800
130
130
  - !ruby/object:Gem::Dependency
131
131
  name: mocha
132
- requirement: &70160952958500 !ruby/object:Gem::Requirement
132
+ requirement: &70188791607300 !ruby/object:Gem::Requirement
133
133
  none: false
134
134
  requirements:
135
135
  - - ~>
@@ -137,21 +137,21 @@ dependencies:
137
137
  version: 0.11.3
138
138
  type: :development
139
139
  prerelease: false
140
- version_requirements: *70160952958500
140
+ version_requirements: *70188791607300
141
141
  - !ruby/object:Gem::Dependency
142
142
  name: rails
143
- requirement: &70160952958000 !ruby/object:Gem::Requirement
143
+ requirement: &70188791606800 !ruby/object:Gem::Requirement
144
144
  none: false
145
145
  requirements:
146
146
  - - ! '>='
147
147
  - !ruby/object:Gem::Version
148
- version: 2.3.11
148
+ version: 2.3.14
149
149
  type: :development
150
150
  prerelease: false
151
- version_requirements: *70160952958000
151
+ version_requirements: *70188791606800
152
152
  - !ruby/object:Gem::Dependency
153
- name: rubigen
154
- requirement: &70160952957620 !ruby/object:Gem::Requirement
153
+ name: thor
154
+ requirement: &70188791606420 !ruby/object:Gem::Requirement
155
155
  none: false
156
156
  requirements:
157
157
  - - ! '>='
@@ -159,7 +159,7 @@ dependencies:
159
159
  version: '0'
160
160
  type: :development
161
161
  prerelease: false
162
- version_requirements: *70160952957620
162
+ version_requirements: *70188791606420
163
163
  description: Active Merchant is a simple payment abstraction library used in and sponsored
164
164
  by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim
165
165
  of the project is to feel natural to Ruby users and to abstract as many parts as
@@ -213,6 +213,7 @@ files:
213
213
  - lib/active_merchant/billing/gateways/federated_canada.rb
214
214
  - lib/active_merchant/billing/gateways/first_pay.rb
215
215
  - lib/active_merchant/billing/gateways/garanti.rb
216
+ - lib/active_merchant/billing/gateways/hdfc.rb
216
217
  - lib/active_merchant/billing/gateways/ideal/ideal_base.rb
217
218
  - lib/active_merchant/billing/gateways/ideal/ideal_rabobank.pem
218
219
  - lib/active_merchant/billing/gateways/ideal/ideal_response.rb
@@ -226,6 +227,7 @@ files:
226
227
  - lib/active_merchant/billing/gateways/litle.rb
227
228
  - lib/active_merchant/billing/gateways/merchant_e_solutions.rb
228
229
  - lib/active_merchant/billing/gateways/merchant_ware.rb
230
+ - lib/active_merchant/billing/gateways/mercury.rb
229
231
  - lib/active_merchant/billing/gateways/metrics_global.rb
230
232
  - lib/active_merchant/billing/gateways/migs/migs_codes.rb
231
233
  - lib/active_merchant/billing/gateways/migs.rb
@@ -240,6 +242,7 @@ files:
240
242
  - lib/active_merchant/billing/gateways/nmi.rb
241
243
  - lib/active_merchant/billing/gateways/ogone.rb
242
244
  - lib/active_merchant/billing/gateways/optimal_payment.rb
245
+ - lib/active_merchant/billing/gateways/orbital/avs_result.rb
243
246
  - lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb
244
247
  - lib/active_merchant/billing/gateways/orbital.rb
245
248
  - lib/active_merchant/billing/gateways/pay_gate_xml.rb
@@ -271,6 +274,7 @@ files:
271
274
  - lib/active_merchant/billing/gateways/quantum.rb
272
275
  - lib/active_merchant/billing/gateways/quickpay.rb
273
276
  - lib/active_merchant/billing/gateways/realex.rb
277
+ - lib/active_merchant/billing/gateways/redsys.rb
274
278
  - lib/active_merchant/billing/gateways/sage/sage_bankcard.rb
275
279
  - lib/active_merchant/billing/gateways/sage/sage_core.rb
276
280
  - lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb
@@ -294,9 +298,14 @@ files:
294
298
  - lib/active_merchant/billing/gateways/verifi.rb
295
299
  - lib/active_merchant/billing/gateways/viaklix.rb
296
300
  - lib/active_merchant/billing/gateways/vindicia.rb
301
+ - lib/active_merchant/billing/gateways/webpay.rb
297
302
  - lib/active_merchant/billing/gateways/wirecard.rb
298
303
  - lib/active_merchant/billing/gateways/worldpay.rb
299
304
  - lib/active_merchant/billing/gateways.rb
305
+ - lib/active_merchant/billing/integrations/a1agregator/helper.rb
306
+ - lib/active_merchant/billing/integrations/a1agregator/notification.rb
307
+ - lib/active_merchant/billing/integrations/a1agregator/status.rb
308
+ - lib/active_merchant/billing/integrations/a1agregator.rb
300
309
  - lib/active_merchant/billing/integrations/action_view_helper.rb
301
310
  - lib/active_merchant/billing/integrations/authorize_net_sim/helper.rb
302
311
  - lib/active_merchant/billing/integrations/authorize_net_sim/notification.rb
@@ -349,6 +358,10 @@ files:
349
358
  - lib/active_merchant/billing/integrations/hi_trust/notification.rb
350
359
  - lib/active_merchant/billing/integrations/hi_trust/return.rb
351
360
  - lib/active_merchant/billing/integrations/hi_trust.rb
361
+ - lib/active_merchant/billing/integrations/liqpay/helper.rb
362
+ - lib/active_merchant/billing/integrations/liqpay/notification.rb
363
+ - lib/active_merchant/billing/integrations/liqpay/return.rb
364
+ - lib/active_merchant/billing/integrations/liqpay.rb
352
365
  - lib/active_merchant/billing/integrations/maksuturva/helper.rb
353
366
  - lib/active_merchant/billing/integrations/maksuturva/notification.rb
354
367
  - lib/active_merchant/billing/integrations/maksuturva.rb
@@ -364,6 +377,11 @@ files:
364
377
  - lib/active_merchant/billing/integrations/paxum/helper.rb
365
378
  - lib/active_merchant/billing/integrations/paxum/notification.rb
366
379
  - lib/active_merchant/billing/integrations/paxum.rb
380
+ - lib/active_merchant/billing/integrations/pay_fast/common.rb
381
+ - lib/active_merchant/billing/integrations/pay_fast/helper.rb
382
+ - lib/active_merchant/billing/integrations/pay_fast/notification.rb
383
+ - lib/active_merchant/billing/integrations/pay_fast/return.rb
384
+ - lib/active_merchant/billing/integrations/pay_fast.rb
367
385
  - lib/active_merchant/billing/integrations/payflow_link/helper.rb
368
386
  - lib/active_merchant/billing/integrations/payflow_link/notification.rb
369
387
  - lib/active_merchant/billing/integrations/payflow_link.rb