activemerchant 1.100.0 → 1.133.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +1057 -0
  3. data/README.md +11 -9
  4. data/lib/active_merchant/billing/avs_result.rb +9 -9
  5. data/lib/active_merchant/billing/base.rb +0 -13
  6. data/lib/active_merchant/billing/check.rb +49 -17
  7. data/lib/active_merchant/billing/compatibility.rb +5 -4
  8. data/lib/active_merchant/billing/credit_card.rb +55 -8
  9. data/lib/active_merchant/billing/credit_card_formatting.rb +1 -0
  10. data/lib/active_merchant/billing/credit_card_methods.rb +209 -36
  11. data/lib/active_merchant/billing/cvv_result.rb +0 -1
  12. data/lib/active_merchant/billing/gateway.rb +38 -36
  13. data/lib/active_merchant/billing/gateways/adyen.rb +399 -78
  14. data/lib/active_merchant/billing/gateways/airwallex.rb +370 -0
  15. data/lib/active_merchant/billing/gateways/alelo.rb +256 -0
  16. data/lib/active_merchant/billing/gateways/allied_wallet.rb +14 -14
  17. data/lib/active_merchant/billing/gateways/authorize_net.rb +200 -130
  18. data/lib/active_merchant/billing/gateways/authorize_net_arb.rb +27 -20
  19. data/lib/active_merchant/billing/gateways/authorize_net_cim.rb +48 -51
  20. data/lib/active_merchant/billing/gateways/axcessms.rb +13 -15
  21. data/lib/active_merchant/billing/gateways/balanced.rb +43 -36
  22. data/lib/active_merchant/billing/gateways/bambora_apac.rb +16 -20
  23. data/lib/active_merchant/billing/gateways/bank_frick.rb +13 -13
  24. data/lib/active_merchant/billing/gateways/banwire.rb +5 -5
  25. data/lib/active_merchant/billing/gateways/barclaycard_smartpay.rb +43 -30
  26. data/lib/active_merchant/billing/gateways/barclays_epdq_extra_plus.rb +1 -1
  27. data/lib/active_merchant/billing/gateways/be2bill.rb +5 -5
  28. data/lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb +37 -36
  29. data/lib/active_merchant/billing/gateways/beanstream.rb +21 -3
  30. data/lib/active_merchant/billing/gateways/beanstream_interac.rb +1 -1
  31. data/lib/active_merchant/billing/gateways/blue_pay.rb +53 -28
  32. data/lib/active_merchant/billing/gateways/blue_snap.rb +176 -54
  33. data/lib/active_merchant/billing/gateways/bogus.rb +24 -20
  34. data/lib/active_merchant/billing/gateways/borgun.rb +92 -38
  35. data/lib/active_merchant/billing/gateways/bpoint.rb +15 -15
  36. data/lib/active_merchant/billing/gateways/braintree/braintree_common.rb +8 -2
  37. data/lib/active_merchant/billing/gateways/braintree/token_nonce.rb +113 -0
  38. data/lib/active_merchant/billing/gateways/braintree.rb +1 -1
  39. data/lib/active_merchant/billing/gateways/braintree_blue.rb +387 -175
  40. data/lib/active_merchant/billing/gateways/bridge_pay.rb +13 -13
  41. data/lib/active_merchant/billing/gateways/cams.rb +10 -10
  42. data/lib/active_merchant/billing/gateways/card_connect.rb +33 -14
  43. data/lib/active_merchant/billing/gateways/card_save.rb +3 -4
  44. data/lib/active_merchant/billing/gateways/card_stream.rb +67 -40
  45. data/lib/active_merchant/billing/gateways/cardknox.rb +13 -13
  46. data/lib/active_merchant/billing/gateways/cardprocess.rb +4 -2
  47. data/lib/active_merchant/billing/gateways/cashnet.rb +28 -12
  48. data/lib/active_merchant/billing/gateways/cc5.rb +9 -9
  49. data/lib/active_merchant/billing/gateways/cecabank.rb +38 -38
  50. data/lib/active_merchant/billing/gateways/cenpos.rb +29 -28
  51. data/lib/active_merchant/billing/gateways/checkout.rb +7 -9
  52. data/lib/active_merchant/billing/gateways/checkout_v2.rb +316 -68
  53. data/lib/active_merchant/billing/gateways/citrus_pay.rb +1 -2
  54. data/lib/active_merchant/billing/gateways/clearhaus.rb +32 -33
  55. data/lib/active_merchant/billing/gateways/commerce_hub.rb +370 -0
  56. data/lib/active_merchant/billing/gateways/commercegate.rb +4 -4
  57. data/lib/active_merchant/billing/gateways/conekta.rb +8 -6
  58. data/lib/active_merchant/billing/gateways/creditcall.rb +18 -17
  59. data/lib/active_merchant/billing/gateways/credorax.rb +152 -63
  60. data/lib/active_merchant/billing/gateways/ct_payment.rb +15 -14
  61. data/lib/active_merchant/billing/gateways/culqi.rb +30 -28
  62. data/lib/active_merchant/billing/gateways/cyber_source/cyber_source_common.rb +36 -0
  63. data/lib/active_merchant/billing/gateways/cyber_source.rb +496 -187
  64. data/lib/active_merchant/billing/gateways/cyber_source_rest.rb +454 -0
  65. data/lib/active_merchant/billing/gateways/d_local.rb +148 -31
  66. data/lib/active_merchant/billing/gateways/data_cash.rb +34 -37
  67. data/lib/active_merchant/billing/gateways/decidir.rb +134 -21
  68. data/lib/active_merchant/billing/gateways/decidir_plus.rb +344 -0
  69. data/lib/active_merchant/billing/gateways/dibs.rb +10 -10
  70. data/lib/active_merchant/billing/gateways/digitzs.rb +11 -8
  71. data/lib/active_merchant/billing/gateways/ebanx.rb +90 -40
  72. data/lib/active_merchant/billing/gateways/efsnet.rb +36 -36
  73. data/lib/active_merchant/billing/gateways/elavon.rb +349 -194
  74. data/lib/active_merchant/billing/gateways/element.rb +71 -21
  75. data/lib/active_merchant/billing/gateways/epay.rb +43 -43
  76. data/lib/active_merchant/billing/gateways/evo_ca.rb +12 -13
  77. data/lib/active_merchant/billing/gateways/eway.rb +9 -9
  78. data/lib/active_merchant/billing/gateways/eway_managed.rb +55 -56
  79. data/lib/active_merchant/billing/gateways/eway_rapid.rb +37 -22
  80. data/lib/active_merchant/billing/gateways/exact.rb +19 -20
  81. data/lib/active_merchant/billing/gateways/ezic.rb +9 -9
  82. data/lib/active_merchant/billing/gateways/fat_zebra.rb +24 -19
  83. data/lib/active_merchant/billing/gateways/federated_canada.rb +6 -7
  84. data/lib/active_merchant/billing/gateways/finansbank.rb +3 -3
  85. data/lib/active_merchant/billing/gateways/first_giving.rb +5 -4
  86. data/lib/active_merchant/billing/gateways/first_pay.rb +7 -7
  87. data/lib/active_merchant/billing/gateways/firstdata_e4.rb +39 -38
  88. data/lib/active_merchant/billing/gateways/firstdata_e4_v27.rb +51 -31
  89. data/lib/active_merchant/billing/gateways/flo2cash.rb +24 -24
  90. data/lib/active_merchant/billing/gateways/flo2cash_simple.rb +1 -1
  91. data/lib/active_merchant/billing/gateways/forte.rb +38 -22
  92. data/lib/active_merchant/billing/gateways/garanti.rb +12 -15
  93. data/lib/active_merchant/billing/gateways/global_collect.rb +333 -89
  94. data/lib/active_merchant/billing/gateways/global_transport.rb +8 -9
  95. data/lib/active_merchant/billing/gateways/hdfc.rb +22 -23
  96. data/lib/active_merchant/billing/gateways/hps.rb +171 -50
  97. data/lib/active_merchant/billing/gateways/iats_payments.rb +47 -25
  98. data/lib/active_merchant/billing/gateways/in_context_paypal_express.rb +1 -1
  99. data/lib/active_merchant/billing/gateways/inspire.rb +22 -27
  100. data/lib/active_merchant/billing/gateways/instapay.rb +5 -8
  101. data/lib/active_merchant/billing/gateways/ipg.rb +420 -0
  102. data/lib/active_merchant/billing/gateways/ipp.rb +9 -9
  103. data/lib/active_merchant/billing/gateways/iridium.rb +30 -31
  104. data/lib/active_merchant/billing/gateways/itransact.rb +11 -10
  105. data/lib/active_merchant/billing/gateways/iveri.rb +62 -23
  106. data/lib/active_merchant/billing/gateways/ixopay.rb +320 -0
  107. data/lib/active_merchant/billing/gateways/jetpay.rb +10 -17
  108. data/lib/active_merchant/billing/gateways/jetpay_v2.rb +13 -18
  109. data/lib/active_merchant/billing/gateways/komoju.rb +1 -1
  110. data/lib/active_merchant/billing/gateways/kushki.rb +100 -22
  111. data/lib/active_merchant/billing/gateways/latitude19.rb +20 -19
  112. data/lib/active_merchant/billing/gateways/linkpoint.rb +71 -72
  113. data/lib/active_merchant/billing/gateways/litle.rb +181 -45
  114. data/lib/active_merchant/billing/gateways/mastercard.rb +16 -22
  115. data/lib/active_merchant/billing/gateways/maxipago.rb +2 -2
  116. data/lib/active_merchant/billing/gateways/mercado_pago.rb +89 -18
  117. data/lib/active_merchant/billing/gateways/merchant_e_solutions.rb +58 -24
  118. data/lib/active_merchant/billing/gateways/merchant_one.rb +7 -10
  119. data/lib/active_merchant/billing/gateways/merchant_partners.rb +19 -19
  120. data/lib/active_merchant/billing/gateways/merchant_ware.rb +18 -22
  121. data/lib/active_merchant/billing/gateways/merchant_ware_version_four.rb +15 -17
  122. data/lib/active_merchant/billing/gateways/merchant_warrior.rb +46 -8
  123. data/lib/active_merchant/billing/gateways/mercury.rb +19 -23
  124. data/lib/active_merchant/billing/gateways/metrics_global.rb +24 -33
  125. data/lib/active_merchant/billing/gateways/micropayment.rb +11 -12
  126. data/lib/active_merchant/billing/gateways/migs/migs_codes.rb +7 -7
  127. data/lib/active_merchant/billing/gateways/migs.rb +18 -21
  128. data/lib/active_merchant/billing/gateways/mit.rb +260 -0
  129. data/lib/active_merchant/billing/gateways/modern_payments_cim.rb +10 -12
  130. data/lib/active_merchant/billing/gateways/moka.rb +290 -0
  131. data/lib/active_merchant/billing/gateways/monei.rb +236 -150
  132. data/lib/active_merchant/billing/gateways/moneris.rb +122 -53
  133. data/lib/active_merchant/billing/gateways/money_movers.rb +6 -7
  134. data/lib/active_merchant/billing/gateways/mundipagg.rb +69 -23
  135. data/lib/active_merchant/billing/gateways/nab_transact.rb +18 -20
  136. data/lib/active_merchant/billing/gateways/ncr_secure_pay.rb +10 -12
  137. data/lib/active_merchant/billing/gateways/net_registry.rb +8 -9
  138. data/lib/active_merchant/billing/gateways/netaxept.rb +12 -12
  139. data/lib/active_merchant/billing/gateways/netbanx.rb +128 -46
  140. data/lib/active_merchant/billing/gateways/netbilling.rb +18 -21
  141. data/lib/active_merchant/billing/gateways/netpay.rb +5 -4
  142. data/lib/active_merchant/billing/gateways/network_merchants.rb +7 -10
  143. data/lib/active_merchant/billing/gateways/nmi.rb +69 -27
  144. data/lib/active_merchant/billing/gateways/ogone.rb +62 -31
  145. data/lib/active_merchant/billing/gateways/omise.rb +15 -16
  146. data/lib/active_merchant/billing/gateways/openpay.rb +33 -15
  147. data/lib/active_merchant/billing/gateways/opp.rb +39 -33
  148. data/lib/active_merchant/billing/gateways/optimal_payment.rb +43 -42
  149. data/lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb +3 -5
  150. data/lib/active_merchant/billing/gateways/orbital.rb +623 -362
  151. data/lib/active_merchant/billing/gateways/pac_net_raven.rb +20 -20
  152. data/lib/active_merchant/billing/gateways/pagarme.rb +16 -23
  153. data/lib/active_merchant/billing/gateways/pago_facil.rb +4 -6
  154. data/lib/active_merchant/billing/gateways/pay_arc.rb +392 -0
  155. data/lib/active_merchant/billing/gateways/pay_conex.rb +17 -17
  156. data/lib/active_merchant/billing/gateways/pay_gate_xml.rb +30 -33
  157. data/lib/active_merchant/billing/gateways/pay_hub.rb +10 -10
  158. data/lib/active_merchant/billing/gateways/pay_junction.rb +31 -31
  159. data/lib/active_merchant/billing/gateways/pay_junction_v2.rb +36 -18
  160. data/lib/active_merchant/billing/gateways/pay_secure.rb +10 -11
  161. data/lib/active_merchant/billing/gateways/pay_trace.rb +450 -0
  162. data/lib/active_merchant/billing/gateways/paybox_direct.rb +64 -40
  163. data/lib/active_merchant/billing/gateways/payeezy.rb +130 -27
  164. data/lib/active_merchant/billing/gateways/payex.rb +24 -25
  165. data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +17 -17
  166. data/lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb +1 -1
  167. data/lib/active_merchant/billing/gateways/payflow.rb +103 -25
  168. data/lib/active_merchant/billing/gateways/payflow_express.rb +4 -4
  169. data/lib/active_merchant/billing/gateways/payflow_uk.rb +1 -1
  170. data/lib/active_merchant/billing/gateways/payment_express.rb +22 -18
  171. data/lib/active_merchant/billing/gateways/paymentez.rb +89 -24
  172. data/lib/active_merchant/billing/gateways/paymill.rb +14 -16
  173. data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +2 -1
  174. data/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb +4 -0
  175. data/lib/active_merchant/billing/gateways/paypal.rb +13 -5
  176. data/lib/active_merchant/billing/gateways/paypal_ca.rb +1 -1
  177. data/lib/active_merchant/billing/gateways/paypal_digital_goods.rb +1 -1
  178. data/lib/active_merchant/billing/gateways/paypal_express.rb +4 -1
  179. data/lib/active_merchant/billing/gateways/paypal_express_common.rb +1 -1
  180. data/lib/active_merchant/billing/gateways/paysafe.rb +420 -0
  181. data/lib/active_merchant/billing/gateways/payscout.rb +8 -9
  182. data/lib/active_merchant/billing/gateways/paystation.rb +6 -9
  183. data/lib/active_merchant/billing/gateways/payu_in.rb +20 -19
  184. data/lib/active_merchant/billing/gateways/payu_latam.rb +70 -37
  185. data/lib/active_merchant/billing/gateways/payway.rb +22 -22
  186. data/lib/active_merchant/billing/gateways/payway_dot_com.rb +253 -0
  187. data/lib/active_merchant/billing/gateways/pin.rb +60 -21
  188. data/lib/active_merchant/billing/gateways/plexo.rb +308 -0
  189. data/lib/active_merchant/billing/gateways/plugnpay.rb +20 -21
  190. data/lib/active_merchant/billing/gateways/priority.rb +392 -0
  191. data/lib/active_merchant/billing/gateways/pro_pay.rb +13 -14
  192. data/lib/active_merchant/billing/gateways/psigate.rb +29 -29
  193. data/lib/active_merchant/billing/gateways/psl_card.rb +7 -8
  194. data/lib/active_merchant/billing/gateways/qbms.rb +25 -26
  195. data/lib/active_merchant/billing/gateways/quantum.rb +9 -11
  196. data/lib/active_merchant/billing/gateways/quickbooks.rb +126 -39
  197. data/lib/active_merchant/billing/gateways/quickpay/quickpay_common.rb +98 -98
  198. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb +19 -23
  199. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v4to7.rb +3 -3
  200. data/lib/active_merchant/billing/gateways/quickpay.rb +0 -1
  201. data/lib/active_merchant/billing/gateways/qvalent.rb +36 -20
  202. data/lib/active_merchant/billing/gateways/rapyd.rb +319 -0
  203. data/lib/active_merchant/billing/gateways/reach.rb +277 -0
  204. data/lib/active_merchant/billing/gateways/realex.rb +42 -16
  205. data/lib/active_merchant/billing/gateways/redsys.rb +191 -86
  206. data/lib/active_merchant/billing/gateways/s5.rb +10 -9
  207. data/lib/active_merchant/billing/gateways/safe_charge.rb +70 -33
  208. data/lib/active_merchant/billing/gateways/sage.rb +19 -21
  209. data/lib/active_merchant/billing/gateways/sage_pay.rb +57 -57
  210. data/lib/active_merchant/billing/gateways/sallie_mae.rb +3 -4
  211. data/lib/active_merchant/billing/gateways/secure_net.rb +19 -26
  212. data/lib/active_merchant/billing/gateways/secure_pay.rb +24 -33
  213. data/lib/active_merchant/billing/gateways/secure_pay_au.rb +18 -20
  214. data/lib/active_merchant/billing/gateways/secure_pay_tech.rb +4 -5
  215. data/lib/active_merchant/billing/gateways/securion_pay.rb +48 -7
  216. data/lib/active_merchant/billing/gateways/shift4.rb +345 -0
  217. data/lib/active_merchant/billing/gateways/simetrik.rb +368 -0
  218. data/lib/active_merchant/billing/gateways/skip_jack.rb +19 -19
  219. data/lib/active_merchant/billing/gateways/smart_ps.rb +26 -32
  220. data/lib/active_merchant/billing/gateways/so_easy_pay.rb +24 -25
  221. data/lib/active_merchant/billing/gateways/spreedly_core.rb +27 -21
  222. data/lib/active_merchant/billing/gateways/stripe.rb +126 -53
  223. data/lib/active_merchant/billing/gateways/stripe_payment_intents.rb +441 -113
  224. data/lib/active_merchant/billing/gateways/swipe_checkout.rb +7 -8
  225. data/lib/active_merchant/billing/gateways/telr.rb +17 -18
  226. data/lib/active_merchant/billing/gateways/tns.rb +3 -7
  227. data/lib/active_merchant/billing/gateways/trans_first.rb +10 -9
  228. data/lib/active_merchant/billing/gateways/trans_first_transaction_express.rb +28 -24
  229. data/lib/active_merchant/billing/gateways/transact_pro.rb +13 -15
  230. data/lib/active_merchant/billing/gateways/transax.rb +1 -2
  231. data/lib/active_merchant/billing/gateways/trexle.rb +5 -2
  232. data/lib/active_merchant/billing/gateways/trust_commerce.rb +57 -47
  233. data/lib/active_merchant/billing/gateways/usa_epay.rb +1 -2
  234. data/lib/active_merchant/billing/gateways/usa_epay_advanced.rb +176 -184
  235. data/lib/active_merchant/billing/gateways/usa_epay_transaction.rb +60 -48
  236. data/lib/active_merchant/billing/gateways/vanco.rb +17 -8
  237. data/lib/active_merchant/billing/gateways/verifi.rb +13 -14
  238. data/lib/active_merchant/billing/gateways/viaklix.rb +9 -14
  239. data/lib/active_merchant/billing/gateways/visanet_peru.rb +26 -21
  240. data/lib/active_merchant/billing/gateways/vpos.rb +223 -0
  241. data/lib/active_merchant/billing/gateways/webpay.rb +4 -4
  242. data/lib/active_merchant/billing/gateways/wepay.rb +14 -16
  243. data/lib/active_merchant/billing/gateways/wirecard.rb +14 -16
  244. data/lib/active_merchant/billing/gateways/wompi.rb +197 -0
  245. data/lib/active_merchant/billing/gateways/world_net.rb +36 -35
  246. data/lib/active_merchant/billing/gateways/worldpay.rb +556 -190
  247. data/lib/active_merchant/billing/gateways/worldpay_online_payments.rb +47 -54
  248. data/lib/active_merchant/billing/gateways/worldpay_us.rb +16 -16
  249. data/lib/active_merchant/billing/network_tokenization_credit_card.rb +2 -2
  250. data/lib/active_merchant/billing/response.rb +25 -6
  251. data/lib/active_merchant/billing/three_d_secure_eci_mapper.rb +27 -0
  252. data/lib/active_merchant/billing.rb +1 -0
  253. data/lib/active_merchant/connection.rb +14 -15
  254. data/lib/active_merchant/country.rb +3 -1
  255. data/lib/active_merchant/errors.rb +4 -1
  256. data/lib/active_merchant/net_http_ssl_connection.rb +1 -0
  257. data/lib/active_merchant/network_connection_retries.rb +15 -17
  258. data/lib/active_merchant/post_data.rb +3 -2
  259. data/lib/active_merchant/posts_data.rb +2 -2
  260. data/lib/active_merchant/version.rb +1 -1
  261. data/lib/active_merchant.rb +2 -2
  262. data/lib/certs/cacert.pem +1587 -2361
  263. data/lib/support/gateway_support.rb +1 -1
  264. data/lib/support/ssl_verify.rb +3 -7
  265. data/lib/support/ssl_version.rb +2 -3
  266. metadata +86 -34
  267. data/lib/active_merchant/billing/gateways/moneris_us.rb +0 -352
@@ -11,14 +11,14 @@ module ActiveMerchant #:nodoc:
11
11
  self.supported_countries = ['US']
12
12
  self.default_currency = 'USD'
13
13
  self.money_format = :dollars
14
- self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb]
14
+ self.supported_cardtypes = %i[visa master american_express discover diners_club jcb]
15
15
 
16
- def initialize(options={})
16
+ def initialize(options = {})
17
17
  requires!(options, :account_id, :merchant_pin)
18
18
  super
19
19
  end
20
20
 
21
- def purchase(amount, payment_method, options={})
21
+ def purchase(amount, payment_method, options = {})
22
22
  post = {}
23
23
  add_invoice(post, amount, options)
24
24
  add_payment_method(post, payment_method)
@@ -27,7 +27,7 @@ module ActiveMerchant #:nodoc:
27
27
  commit(payment_method.is_a?(String) ? :stored_purchase : :purchase, post)
28
28
  end
29
29
 
30
- def authorize(amount, payment_method, options={})
30
+ def authorize(amount, payment_method, options = {})
31
31
  post = {}
32
32
  add_invoice(post, amount, options)
33
33
  add_payment_method(post, payment_method)
@@ -36,7 +36,7 @@ module ActiveMerchant #:nodoc:
36
36
  commit(:authorize, post)
37
37
  end
38
38
 
39
- def capture(amount, authorization, options={})
39
+ def capture(amount, authorization, options = {})
40
40
  post = {}
41
41
  add_invoice(post, amount, options)
42
42
  add_reference(post, authorization)
@@ -45,14 +45,14 @@ module ActiveMerchant #:nodoc:
45
45
  commit(:capture, post)
46
46
  end
47
47
 
48
- def void(authorization, options={})
48
+ def void(authorization, options = {})
49
49
  post = {}
50
50
  add_reference(post, authorization)
51
51
 
52
52
  commit(:void, post)
53
53
  end
54
54
 
55
- def refund(amount, authorization, options={})
55
+ def refund(amount, authorization, options = {})
56
56
  post = {}
57
57
  add_invoice(post, amount, options)
58
58
  add_reference(post, authorization)
@@ -61,7 +61,7 @@ module ActiveMerchant #:nodoc:
61
61
  commit(:refund, post)
62
62
  end
63
63
 
64
- def credit(amount, payment_method, options={})
64
+ def credit(amount, payment_method, options = {})
65
65
  post = {}
66
66
  add_invoice(post, amount, options)
67
67
  add_payment_method(post, payment_method)
@@ -69,7 +69,7 @@ module ActiveMerchant #:nodoc:
69
69
  commit(payment_method.is_a?(String) ? :stored_credit : :credit, post)
70
70
  end
71
71
 
72
- def verify(credit_card, options={})
72
+ def verify(credit_card, options = {})
73
73
  MultiResponse.run(:use_first_response) do |r|
74
74
  r.process { authorize(100, credit_card, options) }
75
75
  r.process(:ignore_result) { void(r.authorization, options) }
@@ -110,10 +110,10 @@ module ActiveMerchant #:nodoc:
110
110
  end
111
111
 
112
112
  def add_payment_method(post, payment_method)
113
- if(payment_method.is_a?(String))
114
- user_profile_id, last_4 = split_authorization(payment_method)
113
+ if payment_method.is_a?(String)
114
+ user_profile_id, last4 = split_authorization(payment_method)
115
115
  post[:userprofileid] = user_profile_id
116
- post[:last4digits] = last_4
116
+ post[:last4digits] = last4
117
117
  else
118
118
  post[:ccname] = payment_method.name
119
119
  post[:ccnum] = payment_method.number
@@ -127,13 +127,13 @@ module ActiveMerchant #:nodoc:
127
127
  def add_customer_data(post, options)
128
128
  post[:email] = options[:email] if options[:email]
129
129
  post[:ipaddress] = options[:ip] if options[:ip]
130
- if(billing_address = options[:billing_address])
130
+ if (billing_address = options[:billing_address])
131
131
  post[:billaddr1] = billing_address[:address1]
132
132
  post[:billaddr2] = billing_address[:address2]
133
133
  post[:billcity] = billing_address[:city]
134
134
  post[:billstate] = billing_address[:state]
135
135
  post[:billcountry] = billing_address[:country]
136
- post[:bilzip] = billing_address[:zip]
136
+ post[:bilzip] = billing_address[:zip]
137
137
  post[:phone] = billing_address[:phone]
138
138
  end
139
139
  end
@@ -172,20 +172,20 @@ module ActiveMerchant #:nodoc:
172
172
  message_from(succeeded, response_data),
173
173
  response_data,
174
174
  authorization: authorization_from(post, response_data),
175
- :avs_result => AVSResult.new(code: response_data['avs_response']),
176
- :cvv_result => CVVResult.new(response_data['cvv2_response']),
175
+ avs_result: AVSResult.new(code: response_data['avs_response']),
176
+ cvv_result: CVVResult.new(response_data['cvv2_response']),
177
177
  test: test?
178
178
  )
179
179
  end
180
180
 
181
181
  def headers
182
182
  {
183
- 'Content-Type' => 'application/xml'
183
+ 'Content-Type' => 'application/xml'
184
184
  }
185
185
  end
186
186
 
187
187
  def build_request(post)
188
- Nokogiri::XML::Builder.new(:encoding => 'utf-8') do |xml|
188
+ Nokogiri::XML::Builder.new(encoding: 'utf-8') do |xml|
189
189
  xml.interface_driver {
190
190
  xml.trans_catalog {
191
191
  xml.transaction(name: 'creditcard') {
@@ -235,7 +235,7 @@ module ActiveMerchant #:nodoc:
235
235
  end
236
236
 
237
237
  def error_message_from(response)
238
- if(response[:status] == 'Declined')
238
+ if response[:status] == 'Declined'
239
239
  match = response[:result].match(/DECLINED:\d{10}:(.+):/)
240
240
  match[1] if match
241
241
  end
@@ -7,27 +7,27 @@ module ActiveMerchant #:nodoc:
7
7
  self.v4_live_url = 'https://ps1.merchantware.net/Merchantware/ws/RetailTransaction/v4/Credit.asmx'
8
8
 
9
9
  self.supported_countries = ['US']
10
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
10
+ self.supported_cardtypes = %i[visa master american_express discover]
11
11
  self.homepage_url = 'http://merchantwarehouse.com/merchantware'
12
12
  self.display_name = 'MerchantWARE'
13
13
 
14
14
  ENV_NAMESPACES = { 'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
15
15
  'xmlns:xsd' => 'http://www.w3.org/2001/XMLSchema',
16
- 'xmlns:env' => 'http://schemas.xmlsoap.org/soap/envelope/'}
16
+ 'xmlns:env' => 'http://schemas.xmlsoap.org/soap/envelope/' }
17
17
  ENV_NAMESPACES_V4 = { 'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
18
18
  'xmlns:xsd' => 'http://www.w3.org/2001/XMLSchema',
19
- 'xmlns:soap' => 'http://schemas.xmlsoap.org/soap/envelope/'}
19
+ 'xmlns:soap' => 'http://schemas.xmlsoap.org/soap/envelope/' }
20
20
 
21
21
  TX_NAMESPACE = 'http://merchantwarehouse.com/MerchantWARE/Client/TransactionRetail'
22
22
  TX_NAMESPACE_V4 = 'http://schemas.merchantwarehouse.com/merchantware/40/Credit/'
23
23
 
24
24
  ACTIONS = {
25
- :purchase => 'IssueKeyedSale',
26
- :authorize => 'IssueKeyedPreAuth',
27
- :capture => 'IssuePostAuth',
28
- :void => 'VoidPreAuthorization',
29
- :credit => 'IssueKeyedRefund',
30
- :reference_credit => 'IssueRefundByReference'
25
+ purchase: 'IssueKeyedSale',
26
+ authorize: 'IssueKeyedPreAuth',
27
+ capture: 'IssuePostAuth',
28
+ void: 'VoidPreAuthorization',
29
+ credit: 'IssueKeyedRefund',
30
+ reference_credit: 'IssueRefundByReference'
31
31
  }
32
32
 
33
33
  # Creates a new MerchantWareGateway
@@ -117,7 +117,7 @@ module ActiveMerchant #:nodoc:
117
117
  private
118
118
 
119
119
  def soap_request(action)
120
- xml = Builder::XmlMarkup.new :indent => 2
120
+ xml = Builder::XmlMarkup.new indent: 2
121
121
  xml.instruct!
122
122
  xml.tag! 'env:Envelope', ENV_NAMESPACES do
123
123
  xml.tag! 'env:Body' do
@@ -131,7 +131,7 @@ module ActiveMerchant #:nodoc:
131
131
  end
132
132
 
133
133
  def v4_soap_request(action)
134
- xml = Builder::XmlMarkup.new :indent => 2
134
+ xml = Builder::XmlMarkup.new indent: 2
135
135
  xml.instruct!
136
136
  xml.tag! 'soap:Envelope', ENV_NAMESPACES_V4 do
137
137
  xml.tag! 'soap:Body' do
@@ -272,7 +272,7 @@ module ActiveMerchant #:nodoc:
272
272
  response[element.name] = element.text
273
273
  end
274
274
 
275
- response[:message] = response['faultstring'].to_s.gsub("\n", ' ')
275
+ response[:message] = response['faultstring'].to_s.tr("\n", ' ')
276
276
  response
277
277
  rescue REXML::ParseException
278
278
  response[:http_body] = http_response.body
@@ -292,25 +292,21 @@ module ActiveMerchant #:nodoc:
292
292
  begin
293
293
  data = ssl_post(url(v4), request,
294
294
  'Content-Type' => 'text/xml; charset=utf-8',
295
- 'SOAPAction' => soap_action(action, v4)
296
- )
295
+ 'SOAPAction' => soap_action(action, v4))
297
296
  response = parse(action, data)
298
297
  rescue ActiveMerchant::ResponseError => e
299
298
  response = parse_error(e.response)
300
299
  end
301
300
 
302
301
  Response.new(response[:success], response[:message], response,
303
- :test => test?,
304
- :authorization => authorization_from(response),
305
- :avs_result => { :code => response['AVSResponse'] },
306
- :cvv_result => response['CVResponse']
307
- )
302
+ test: test?,
303
+ authorization: authorization_from(response),
304
+ avs_result: { code: response['AVSResponse'] },
305
+ cvv_result: response['CVResponse'])
308
306
  end
309
307
 
310
308
  def authorization_from(response)
311
- if response[:success]
312
- [ response['ReferenceID'], response['OrderNumber'] ].join(';')
313
- end
309
+ [response['ReferenceID'], response['OrderNumber']].join(';') if response[:success]
314
310
  end
315
311
  end
316
312
  end
@@ -5,7 +5,7 @@ module ActiveMerchant #:nodoc:
5
5
  self.test_url = 'https://ps1.merchantware.net/Merchantware/ws/RetailTransaction/v4/Credit.asmx'
6
6
 
7
7
  self.supported_countries = ['US']
8
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
8
+ self.supported_cardtypes = %i[visa master american_express discover]
9
9
  self.homepage_url = 'http://merchantwarehouse.com/merchantware'
10
10
  self.display_name = 'MerchantWARE'
11
11
 
@@ -16,12 +16,12 @@ module ActiveMerchant #:nodoc:
16
16
  TX_NAMESPACE = 'http://schemas.merchantwarehouse.com/merchantware/40/Credit/'
17
17
 
18
18
  ACTIONS = {
19
- :purchase => 'SaleKeyed',
20
- :reference_purchase => 'RepeatSale',
21
- :authorize => 'PreAuthorizationKeyed',
22
- :capture => 'PostAuthorization',
23
- :void => 'Void',
24
- :refund => 'Refund'
19
+ purchase: 'SaleKeyed',
20
+ reference_purchase: 'RepeatSale',
21
+ authorize: 'PreAuthorizationKeyed',
22
+ capture: 'PostAuthorization',
23
+ void: 'Void',
24
+ refund: 'Refund'
25
25
  }
26
26
 
27
27
  # Creates a new MerchantWareVersionFourGateway
@@ -108,7 +108,7 @@ module ActiveMerchant #:nodoc:
108
108
  commit(:refund, request)
109
109
  end
110
110
 
111
- def verify(credit_card, options={})
111
+ def verify(credit_card, options = {})
112
112
  MultiResponse.run(:use_first_response) do |r|
113
113
  r.process { authorize(100, credit_card, options) }
114
114
  r.process(:ignore_result) { void(r.authorization, options) }
@@ -129,7 +129,7 @@ module ActiveMerchant #:nodoc:
129
129
  private
130
130
 
131
131
  def soap_request(action)
132
- xml = Builder::XmlMarkup.new :indent => 2
132
+ xml = Builder::XmlMarkup.new indent: 2
133
133
  xml.instruct!
134
134
  xml.tag! 'soap:Envelope', ENV_NAMESPACES do
135
135
  xml.tag! 'soap:Body' do
@@ -243,7 +243,7 @@ module ActiveMerchant #:nodoc:
243
243
  response[element.name] = element.text
244
244
  end
245
245
 
246
- response[:message] = response['ErrorMessage'].to_s.gsub("\n", ' ')
246
+ response[:message] = response['ErrorMessage'].to_s.tr("\n", ' ')
247
247
  response
248
248
  rescue REXML::ParseException
249
249
  response[:http_body] = http_response.body
@@ -263,19 +263,17 @@ module ActiveMerchant #:nodoc:
263
263
  begin
264
264
  data = ssl_post(url, request,
265
265
  'Content-Type' => 'text/xml; charset=utf-8',
266
- 'SOAPAction' => soap_action(action)
267
- )
266
+ 'SOAPAction' => soap_action(action))
268
267
  response = parse(action, data)
269
268
  rescue ActiveMerchant::ResponseError => e
270
269
  response = parse_error(e.response, action)
271
270
  end
272
271
 
273
272
  Response.new(response[:success], response[:message], response,
274
- :test => test?,
275
- :authorization => authorization_from(response),
276
- :avs_result => { :code => response['AvsResponse'] },
277
- :cvv_result => response['CvResponse']
278
- )
273
+ test: test?,
274
+ authorization: authorization_from(response),
275
+ avs_result: { code: response['AvsResponse'] },
276
+ cvv_result: response['CvResponse'])
279
277
  end
280
278
 
281
279
  def authorization_from(response)
@@ -11,8 +11,8 @@ module ActiveMerchant #:nodoc:
11
11
  POST_LIVE_URL = 'https://api.merchantwarrior.com/post/'
12
12
 
13
13
  self.supported_countries = ['AU']
14
- self.supported_cardtypes = [:visa, :master, :american_express,
15
- :diners_club, :discover, :jcb]
14
+ self.supported_cardtypes = %i[visa master american_express
15
+ diners_club discover jcb]
16
16
  self.homepage_url = 'https://www.merchantwarrior.com/'
17
17
  self.display_name = 'Merchant Warrior'
18
18
 
@@ -30,6 +30,8 @@ module ActiveMerchant #:nodoc:
30
30
  add_order_id(post, options)
31
31
  add_address(post, options)
32
32
  add_payment_method(post, payment_method)
33
+ add_recurring_flag(post, options)
34
+ add_soft_descriptors(post, options)
33
35
  commit('processAuth', post)
34
36
  end
35
37
 
@@ -39,6 +41,8 @@ module ActiveMerchant #:nodoc:
39
41
  add_order_id(post, options)
40
42
  add_address(post, options)
41
43
  add_payment_method(post, payment_method)
44
+ add_recurring_flag(post, options)
45
+ add_soft_descriptors(post, options)
42
46
  commit('processCard', post)
43
47
  end
44
48
 
@@ -46,6 +50,7 @@ module ActiveMerchant #:nodoc:
46
50
  post = {}
47
51
  add_amount(post, money, options)
48
52
  add_transaction(post, identification)
53
+ add_soft_descriptors(post, options)
49
54
  post['captureAmount'] = amount(money)
50
55
  commit('processCapture', post)
51
56
  end
@@ -54,10 +59,21 @@ module ActiveMerchant #:nodoc:
54
59
  post = {}
55
60
  add_amount(post, money, options)
56
61
  add_transaction(post, identification)
62
+ add_soft_descriptors(post, options)
57
63
  post['refundAmount'] = amount(money)
58
64
  commit('refundCard', post)
59
65
  end
60
66
 
67
+ def void(identification, options = {})
68
+ post = {}
69
+ # The amount parameter is required for void transactions
70
+ # on the Merchant Warrior gateway.
71
+ post['transactionAmount'] = options[:amount]
72
+ post['hash'] = void_verification_hash(identification)
73
+ add_transaction(post, identification)
74
+ commit('processVoid', post)
75
+ end
76
+
61
77
  def store(creditcard, options = {})
62
78
  post = {
63
79
  'cardName' => scrub_name(creditcard.name),
@@ -87,7 +103,7 @@ module ActiveMerchant #:nodoc:
87
103
  end
88
104
 
89
105
  def add_address(post, options)
90
- return unless(address = (options[:billing_address] || options[:address]))
106
+ return unless (address = (options[:billing_address] || options[:address]))
91
107
 
92
108
  post['customerName'] = scrub_name(address[:name])
93
109
  post['customerCountry'] = address[:country]
@@ -135,6 +151,18 @@ module ActiveMerchant #:nodoc:
135
151
  post['hash'] = verification_hash(amount(money), currency)
136
152
  end
137
153
 
154
+ def add_recurring_flag(post, options)
155
+ return if options[:recurring_flag].nil?
156
+
157
+ post['recurringFlag'] = options[:recurring_flag]
158
+ end
159
+
160
+ def add_soft_descriptors(post, options)
161
+ post['descriptorName'] = options[:descriptor_name] if options[:descriptor_name]
162
+ post['descriptorCity'] = options[:descriptor_city] if options[:descriptor_city]
163
+ post['descriptorState'] = options[:descriptor_state] if options[:descriptor_state]
164
+ end
165
+
138
166
  def verification_hash(money, currency)
139
167
  Digest::MD5.hexdigest(
140
168
  (
@@ -146,9 +174,21 @@ module ActiveMerchant #:nodoc:
146
174
  )
147
175
  end
148
176
 
177
+ def void_verification_hash(transaction_id)
178
+ Digest::MD5.hexdigest(
179
+ (
180
+ @options[:api_passphrase].to_s +
181
+ @options[:merchant_uuid].to_s +
182
+ transaction_id
183
+ ).downcase
184
+ )
185
+ end
186
+
149
187
  def parse(body)
150
188
  xml = REXML::Document.new(body)
151
189
 
190
+ return { response_message: 'Invalid gateway response' } unless xml.root.present?
191
+
152
192
  response = {}
153
193
  xml.root.elements.to_a.each do |node|
154
194
  parse_element(response, node)
@@ -173,17 +213,15 @@ module ActiveMerchant #:nodoc:
173
213
  success?(response),
174
214
  response[:response_message],
175
215
  response,
176
- :test => test?,
177
- :authorization => (response[:card_id] || response[:transaction_id])
216
+ test: test?,
217
+ authorization: (response[:card_id] || response[:transaction_id])
178
218
  )
179
219
  end
180
220
 
181
221
  def add_auth(action, post)
182
222
  post['merchantUUID'] = @options[:merchant_uuid]
183
223
  post['apiKey'] = @options[:api_key]
184
- unless token?(post)
185
- post['method'] = action
186
- end
224
+ post['method'] = action unless token?(post)
187
225
  end
188
226
 
189
227
  def url_for(action, post)
@@ -12,14 +12,14 @@ module ActiveMerchant #:nodoc:
12
12
  # and +refund+ will become mandatory.
13
13
  class MercuryGateway < Gateway
14
14
  URLS = {
15
- :test => 'https://w1.mercurycert.net/ws/ws.asmx',
16
- :live => 'https://w1.mercurypay.com/ws/ws.asmx'
15
+ test: 'https://w1.mercurycert.net/ws/ws.asmx',
16
+ live: 'https://w1.mercurypay.com/ws/ws.asmx'
17
17
  }
18
18
 
19
19
  self.homepage_url = 'http://www.mercurypay.com'
20
20
  self.display_name = 'Mercury'
21
- self.supported_countries = ['US', 'CA']
22
- self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb]
21
+ self.supported_countries = %w[US CA]
22
+ self.supported_cardtypes = %i[visa master american_express discover diners_club jcb]
23
23
  self.default_currency = 'USD'
24
24
 
25
25
  STANDARD_ERROR_CODE_MAPPING = {
@@ -51,14 +51,14 @@ module ActiveMerchant #:nodoc:
51
51
  def authorize(money, credit_card, options = {})
52
52
  requires!(options, :order_id)
53
53
 
54
- request = build_non_authorized_request('PreAuth', money, credit_card, options.merge(:authorized => money))
54
+ request = build_non_authorized_request('PreAuth', money, credit_card, options.merge(authorized: money))
55
55
  commit('PreAuth', request)
56
56
  end
57
57
 
58
58
  def capture(money, authorization, options = {})
59
59
  requires!(options, :credit_card) unless @use_tokenization
60
60
 
61
- request = build_authorized_request('PreAuthCapture', money, authorization, options[:credit_card], options.merge(:authorized => money))
61
+ request = build_authorized_request('PreAuthCapture', money, authorization, options[:credit_card], options.merge(authorized: money))
62
62
  commit('PreAuthCapture', request)
63
63
  end
64
64
 
@@ -69,14 +69,14 @@ module ActiveMerchant #:nodoc:
69
69
  commit('Return', request)
70
70
  end
71
71
 
72
- def void(authorization, options={})
72
+ def void(authorization, options = {})
73
73
  requires!(options, :credit_card) unless @use_tokenization
74
74
 
75
75
  request = build_authorized_request('VoidSale', nil, authorization, options[:credit_card], options)
76
76
  commit('VoidSale', request)
77
77
  end
78
78
 
79
- def store(credit_card, options={})
79
+ def store(credit_card, options = {})
80
80
  request = build_card_lookup_request(credit_card, options)
81
81
  commit('CardLookup', request)
82
82
  end
@@ -103,9 +103,7 @@ module ActiveMerchant #:nodoc:
103
103
  xml.tag! 'Transaction' do
104
104
  xml.tag! 'TranType', 'Credit'
105
105
  xml.tag! 'TranCode', action
106
- if options[:allow_partial_auth] && ['PreAuth', 'Sale'].include?(action)
107
- xml.tag! 'PartialAuth', 'Allow'
108
- end
106
+ xml.tag! 'PartialAuth', 'Allow' if options[:allow_partial_auth] && %w[PreAuth Sale].include?(action)
109
107
  add_invoice(xml, options[:order_id], nil, options)
110
108
  add_reference(xml, 'RecordNumberRequested')
111
109
  add_customer_data(xml, options)
@@ -126,9 +124,7 @@ module ActiveMerchant #:nodoc:
126
124
  xml.tag! 'TStream' do
127
125
  xml.tag! 'Transaction' do
128
126
  xml.tag! 'TranType', 'Credit'
129
- if options[:allow_partial_auth] && (action == 'PreAuthCapture')
130
- xml.tag! 'PartialAuth', 'Allow'
131
- end
127
+ xml.tag! 'PartialAuth', 'Allow' if options[:allow_partial_auth] && (action == 'PreAuthCapture')
132
128
  xml.tag! 'TranCode', (@use_tokenization ? (action + 'ByRecordNo') : action)
133
129
  add_invoice(xml, invoice_no, ref_no, options)
134
130
  add_reference(xml, record_no)
@@ -215,11 +211,11 @@ module ActiveMerchant #:nodoc:
215
211
  # handle with the validation error as it sees fit.
216
212
  # Track 2 requires having the STX and ETX stripped. Track 1 does not.
217
213
  # Max-length track 1s require having the STX and ETX stripped. Max is 79 bytes including LRC.
218
- is_track_2 = credit_card.track_data[0] == ';'
214
+ is_track2 = credit_card.track_data[0] == ';'
219
215
  etx_index = credit_card.track_data.rindex('?') || credit_card.track_data.length
220
216
  is_max_track1 = etx_index >= 77
221
217
 
222
- if is_track_2
218
+ if is_track2
223
219
  xml.tag! 'Track2', credit_card.track_data[1...etx_index]
224
220
  elsif is_max_track1
225
221
  xml.tag! 'Track1', credit_card.track_data[1...etx_index]
@@ -234,7 +230,7 @@ module ActiveMerchant #:nodoc:
234
230
  xml.tag! 'CardType', CARD_CODES[credit_card.brand] if credit_card.brand
235
231
 
236
232
  include_cvv = !%w(Return PreAuthCapture).include?(action) && !credit_card.track_data.present?
237
- xml.tag! 'CVVData', credit_card.verification_value if(include_cvv && credit_card.verification_value)
233
+ xml.tag! 'CVVData', credit_card.verification_value if include_cvv && credit_card.verification_value
238
234
  end
239
235
 
240
236
  def add_address(xml, options)
@@ -298,7 +294,7 @@ module ActiveMerchant #:nodoc:
298
294
  }
299
295
  end
300
296
 
301
- SUCCESS_CODES = [ 'Approved', 'Success' ]
297
+ SUCCESS_CODES = %w[Approved Success]
302
298
 
303
299
  def commit(action, request)
304
300
  response = parse(action, ssl_post(endpoint_url, build_soap_request(request), build_header))
@@ -307,11 +303,11 @@ module ActiveMerchant #:nodoc:
307
303
  message = success ? 'Success' : message_from(response)
308
304
 
309
305
  Response.new(success, message, response,
310
- :test => test?,
311
- :authorization => authorization_from(response),
312
- :avs_result => { :code => response[:avs_result] },
313
- :cvv_result => response[:cvv_result],
314
- :error_code => success ? nil : STANDARD_ERROR_CODE_MAPPING[response[:dsix_return_code]])
306
+ test: test?,
307
+ authorization: authorization_from(response),
308
+ avs_result: { code: response[:avs_result] },
309
+ cvv_result: response[:cvv_result],
310
+ error_code: success ? nil : STANDARD_ERROR_CODE_MAPPING[response[:dsix_return_code]])
315
311
  end
316
312
 
317
313
  def message_from(response)