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
@@ -6,24 +6,24 @@ module ActiveMerchant #:nodoc:
6
6
 
7
7
  self.live_url = 'https://api.dibspayment.com/merchant/v1/JSON/Transaction/'
8
8
 
9
- self.supported_countries = ['US', 'FI', 'NO', 'SE', 'GB']
9
+ self.supported_countries = %w[US FI NO SE GB]
10
10
  self.default_currency = 'USD'
11
11
  self.money_format = :cents
12
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
12
+ self.supported_cardtypes = %i[visa master american_express discover]
13
13
 
14
- def initialize(options={})
14
+ def initialize(options = {})
15
15
  requires!(options, :merchant_id, :secret_key)
16
16
  super
17
17
  end
18
18
 
19
- def purchase(amount, payment_method, options={})
19
+ def purchase(amount, payment_method, options = {})
20
20
  MultiResponse.run(false) do |r|
21
21
  r.process { authorize(amount, payment_method, options) }
22
22
  r.process { capture(amount, r.authorization, options) }
23
23
  end
24
24
  end
25
25
 
26
- def authorize(amount, payment_method, options={})
26
+ def authorize(amount, payment_method, options = {})
27
27
  post = {}
28
28
  add_amount(post, amount)
29
29
  add_invoice(post, amount, options)
@@ -36,7 +36,7 @@ module ActiveMerchant #:nodoc:
36
36
  end
37
37
  end
38
38
 
39
- def capture(amount, authorization, options={})
39
+ def capture(amount, authorization, options = {})
40
40
  post = {}
41
41
  add_amount(post, amount)
42
42
  add_reference(post, authorization)
@@ -44,14 +44,14 @@ module ActiveMerchant #:nodoc:
44
44
  commit(:capture, post)
45
45
  end
46
46
 
47
- def void(authorization, options={})
47
+ def void(authorization, options = {})
48
48
  post = {}
49
49
  add_reference(post, authorization)
50
50
 
51
51
  commit(:void, post)
52
52
  end
53
53
 
54
- def refund(amount, authorization, options={})
54
+ def refund(amount, authorization, options = {})
55
55
  post = {}
56
56
  add_amount(post, amount)
57
57
  add_reference(post, authorization)
@@ -59,7 +59,7 @@ module ActiveMerchant #:nodoc:
59
59
  commit(:refund, post)
60
60
  end
61
61
 
62
- def verify(credit_card, options={})
62
+ def verify(credit_card, options = {})
63
63
  MultiResponse.run(:use_first_response) do |r|
64
64
  r.process { authorize(100, credit_card, options) }
65
65
  r.process(:ignore_result) { void(r.authorization, options) }
@@ -87,7 +87,7 @@ module ActiveMerchant #:nodoc:
87
87
 
88
88
  private
89
89
 
90
- CURRENCY_CODES = Hash.new { |h, k| raise ArgumentError.new("Unsupported currency: #{k}") }
90
+ CURRENCY_CODES = Hash.new { |_h, k| raise ArgumentError.new("Unsupported currency: #{k}") }
91
91
  CURRENCY_CODES['USD'] = '840'
92
92
  CURRENCY_CODES['DKK'] = '208'
93
93
  CURRENCY_CODES['NOK'] = '578'
@@ -8,25 +8,25 @@ module ActiveMerchant #:nodoc:
8
8
 
9
9
  self.supported_countries = ['US']
10
10
  self.default_currency = 'USD'
11
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
11
+ self.supported_cardtypes = %i[visa master american_express discover]
12
12
  self.money_format = :cents
13
13
 
14
14
  self.homepage_url = 'https://digitzs.com'
15
15
  self.display_name = 'Digitzs'
16
16
 
17
- def initialize(options={})
17
+ def initialize(options = {})
18
18
  requires!(options, :app_key, :api_key)
19
19
  super
20
20
  end
21
21
 
22
- def purchase(money, payment, options={})
22
+ def purchase(money, payment, options = {})
23
23
  MultiResponse.run do |r|
24
24
  r.process { commit('auth/token', app_token_request(options)) }
25
25
  r.process { commit('payments', purchase_request(money, payment, options), options.merge({ app_token: app_token_from(r) })) }
26
26
  end
27
27
  end
28
28
 
29
- def refund(money, authorization, options={})
29
+ def refund(money, authorization, options = {})
30
30
  MultiResponse.run do |r|
31
31
  r.process { commit('auth/token', app_token_request(options)) }
32
32
  r.process { commit('payments', refund_request(money, authorization, options), options.merge({ app_token: app_token_from(r) })) }
@@ -151,7 +151,7 @@ module ActiveMerchant #:nodoc:
151
151
  post[:data][:type] = 'payments'
152
152
  post[:data][:attributes][:merchantId] = options[:merchant_id]
153
153
  post[:data][:attributes][:paymentType] = 'cardRefund'
154
- post[:data][:attributes][:originalTransaction] = {id: authorization}
154
+ post[:data][:attributes][:originalTransaction] = { id: authorization }
155
155
  add_transaction(post, money, options)
156
156
 
157
157
  post
@@ -175,7 +175,7 @@ module ActiveMerchant #:nodoc:
175
175
  post[:data][:attributes] = {
176
176
  tokenType: 'card',
177
177
  customerId: options[:customer_id],
178
- label: 'Credit Card',
178
+ label: 'Credit Card'
179
179
  }
180
180
  add_payment(post, payment, options)
181
181
  add_address(post, options)
@@ -188,6 +188,7 @@ module ActiveMerchant #:nodoc:
188
188
  response = parse(ssl_get(url + "/customers/#{options[:customer_id]}", headers(options)))
189
189
 
190
190
  return response.try(:[], 'data').try(:[], 'customerId') if success_from(response)
191
+
191
192
  return nil
192
193
  end
193
194
 
@@ -205,7 +206,7 @@ module ActiveMerchant #:nodoc:
205
206
  JSON.parse(body)
206
207
  end
207
208
 
208
- def commit(action, parameters, options={})
209
+ def commit(action, parameters, options = {})
209
210
  url = (test? ? test_url : live_url)
210
211
  response = parse(ssl_post(url + "/#{action}", parameters.to_json, headers(options)))
211
212
 
@@ -228,12 +229,13 @@ module ActiveMerchant #:nodoc:
228
229
  def message_from(response)
229
230
  return response['message'] if response['message']
230
231
  return 'Success' if success_from(response)
232
+
231
233
  response['errors'].map { |error_hash| error_hash['detail'] }.join(', ')
232
234
  end
233
235
 
234
236
  def authorization_from(response)
235
237
  if customer_id = response.try(:[], 'data').try(:[], 'attributes').try(:[], 'customerId')
236
- "#{customer_id}|#{response.try(:[], "data").try(:[], "id")}"
238
+ "#{customer_id}|#{response.try(:[], 'data').try(:[], 'id')}"
237
239
  else
238
240
  response.try(:[], 'data').try(:[], 'id')
239
241
  end
@@ -276,6 +278,7 @@ module ActiveMerchant #:nodoc:
276
278
  return 'cardSplit' if options[:payment_type] == 'card_split'
277
279
  return 'tokenSplit' if options[:payment_type] == 'token_split'
278
280
  return 'token' if payment.is_a? String
281
+
279
282
  'card'
280
283
  end
281
284
 
@@ -4,20 +4,14 @@ module ActiveMerchant #:nodoc:
4
4
  self.test_url = 'https://sandbox.ebanxpay.com/ws/'
5
5
  self.live_url = 'https://api.ebanxpay.com/ws/'
6
6
 
7
- self.supported_countries = ['BR', 'MX', 'CO', 'CL', 'AR']
7
+ self.supported_countries = %w(BR MX CO CL AR PE)
8
8
  self.default_currency = 'USD'
9
- self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club]
9
+ self.supported_cardtypes = %i[visa master american_express discover diners_club elo hipercard]
10
10
 
11
11
  self.homepage_url = 'http://www.ebanx.com/'
12
12
  self.display_name = 'EBANX'
13
13
 
14
- CARD_BRAND = {
15
- visa: 'visa',
16
- master: 'master_card',
17
- american_express: 'amex',
18
- discover: 'discover',
19
- diners_club: 'diners'
20
- }
14
+ TAGS = ['Spreedly']
21
15
 
22
16
  URL_MAP = {
23
17
  purchase: 'direct',
@@ -25,7 +19,8 @@ module ActiveMerchant #:nodoc:
25
19
  capture: 'capture',
26
20
  refund: 'refund',
27
21
  void: 'cancel',
28
- store: 'token'
22
+ store: 'token',
23
+ inquire: 'query'
29
24
  }
30
25
 
31
26
  HTTP_METHOD = {
@@ -34,51 +29,63 @@ module ActiveMerchant #:nodoc:
34
29
  capture: :get,
35
30
  refund: :post,
36
31
  void: :get,
37
- store: :post
32
+ store: :post,
33
+ inquire: :get
34
+ }
35
+
36
+ VERIFY_AMOUNT_PER_COUNTRY = {
37
+ 'br' => 100,
38
+ 'ar' => 100,
39
+ 'co' => 50000,
40
+ 'pe' => 300,
41
+ 'mx' => 2000,
42
+ 'cl' => 80000
38
43
  }
39
44
 
40
- def initialize(options={})
45
+ def initialize(options = {})
41
46
  requires!(options, :integration_key)
42
47
  super
43
48
  end
44
49
 
45
- def purchase(money, payment, options={})
50
+ def purchase(money, payment, options = {})
46
51
  post = { payment: {} }
47
52
  add_integration_key(post)
48
53
  add_operation(post)
49
54
  add_invoice(post, money, options)
50
55
  add_customer_data(post, payment, options)
51
- add_card_or_token(post, payment)
56
+ add_card_or_token(post, payment, options)
52
57
  add_address(post, options)
53
58
  add_customer_responsible_person(post, payment, options)
59
+ add_additional_data(post, options)
54
60
 
55
61
  commit(:purchase, post)
56
62
  end
57
63
 
58
- def authorize(money, payment, options={})
64
+ def authorize(money, payment, options = {})
59
65
  post = { payment: {} }
60
66
  add_integration_key(post)
61
67
  add_operation(post)
62
68
  add_invoice(post, money, options)
63
69
  add_customer_data(post, payment, options)
64
- add_card_or_token(post, payment)
70
+ add_card_or_token(post, payment, options)
65
71
  add_address(post, options)
66
72
  add_customer_responsible_person(post, payment, options)
73
+ add_additional_data(post, options)
67
74
  post[:payment][:creditcard][:auto_capture] = false
68
75
 
69
76
  commit(:authorize, post)
70
77
  end
71
78
 
72
- def capture(money, authorization, options={})
79
+ def capture(money, authorization, options = {})
73
80
  post = {}
74
81
  add_integration_key(post)
75
82
  post[:hash] = authorization
76
- post[:amount] = amount(money)
83
+ post[:amount] = amount(money) if options[:include_capture_amount].to_s == 'true'
77
84
 
78
85
  commit(:capture, post)
79
86
  end
80
87
 
81
- def refund(money, authorization, options={})
88
+ def refund(money, authorization, options = {})
82
89
  post = {}
83
90
  add_integration_key(post)
84
91
  add_operation(post)
@@ -89,7 +96,7 @@ module ActiveMerchant #:nodoc:
89
96
  commit(:refund, post)
90
97
  end
91
98
 
92
- def void(authorization, options={})
99
+ def void(authorization, options = {})
93
100
  post = {}
94
101
  add_integration_key(post)
95
102
  add_authorization(post, authorization)
@@ -97,7 +104,7 @@ module ActiveMerchant #:nodoc:
97
104
  commit(:void, post)
98
105
  end
99
106
 
100
- def store(credit_card, options={})
107
+ def store(credit_card, options = {})
101
108
  post = {}
102
109
  add_integration_key(post)
103
110
  add_payment_details(post, credit_card)
@@ -106,20 +113,28 @@ module ActiveMerchant #:nodoc:
106
113
  commit(:store, post)
107
114
  end
108
115
 
109
- def verify(credit_card, options={})
116
+ def verify(credit_card, options = {})
110
117
  MultiResponse.run(:use_first_response) do |r|
111
- r.process { authorize(100, credit_card, options) }
118
+ r.process { authorize(VERIFY_AMOUNT_PER_COUNTRY[customer_country(options)], credit_card, options) }
112
119
  r.process(:ignore_result) { void(r.authorization, options) }
113
120
  end
114
121
  end
115
122
 
123
+ def inquire(authorization, options = {})
124
+ post = {}
125
+ add_integration_key(post)
126
+ add_authorization(post, authorization)
127
+
128
+ commit(:inquire, post)
129
+ end
130
+
116
131
  def supports_scrubbing?
117
132
  true
118
133
  end
119
134
 
120
135
  def scrub(transcript)
121
136
  transcript.
122
- gsub(/(integration_key\\?":\\?")(\d*)/, '\1[FILTERED]').
137
+ gsub(/(integration_key\\?":\\?")(\w*)/, '\1[FILTERED]').
123
138
  gsub(/(card_number\\?":\\?")(\d*)/, '\1[FILTERED]').
124
139
  gsub(/(card_cvv\\?":\\?")(\d*)/, '\1[FILTERED]')
125
140
  end
@@ -140,7 +155,7 @@ module ActiveMerchant #:nodoc:
140
155
 
141
156
  def add_customer_data(post, payment, options)
142
157
  post[:payment][:name] = customer_name(payment, options)
143
- post[:payment][:email] = options[:email] || 'unspecified@example.com'
158
+ post[:payment][:email] = options[:email]
144
159
  post[:payment][:document] = options[:document]
145
160
  post[:payment][:birth_date] = options[:birth_date] if options[:birth_date]
146
161
  end
@@ -170,20 +185,20 @@ module ActiveMerchant #:nodoc:
170
185
  def add_invoice(post, money, options)
171
186
  post[:payment][:amount_total] = amount(money)
172
187
  post[:payment][:currency_code] = (options[:currency] || currency(money))
173
- post[:payment][:merchant_payment_code] = options[:order_id]
188
+ post[:payment][:merchant_payment_code] = Digest::MD5.hexdigest(options[:order_id])
174
189
  post[:payment][:instalments] = options[:instalments] || 1
190
+ post[:payment][:order_number] = options[:order_id][0..39] if options[:order_id]
175
191
  end
176
192
 
177
- def add_card_or_token(post, payment)
178
- if payment.is_a?(String)
179
- payment, brand = payment.split('|')
180
- end
181
- post[:payment][:payment_type_code] = payment.is_a?(String) ? brand : CARD_BRAND[payment.brand.to_sym]
193
+ def add_card_or_token(post, payment, options)
194
+ payment = payment.split('|')[0] if payment.is_a?(String)
195
+ post[:payment][:payment_type_code] = 'creditcard'
182
196
  post[:payment][:creditcard] = payment_details(payment)
197
+ post[:payment][:creditcard][:soft_descriptor] = options[:soft_descriptor] if options[:soft_descriptor]
183
198
  end
184
199
 
185
200
  def add_payment_details(post, payment)
186
- post[:payment_type_code] = CARD_BRAND[payment.brand.to_sym]
201
+ post[:payment_type_code] = 'creditcard'
187
202
  post[:creditcard] = payment_details(payment)
188
203
  end
189
204
 
@@ -200,13 +215,23 @@ module ActiveMerchant #:nodoc:
200
215
  end
201
216
  end
202
217
 
218
+ def add_additional_data(post, options)
219
+ post[:device_id] = options[:device_id] if options[:device_id]
220
+ post[:metadata] = options[:metadata] if options[:metadata]
221
+ post[:metadata] = {} if post[:metadata].nil?
222
+ post[:metadata][:merchant_payment_code] = options[:order_id] if options[:order_id]
223
+ post[:processing_type] = options[:processing_type] if options[:processing_type]
224
+ post[:payment][:tags] = TAGS
225
+ end
226
+
203
227
  def parse(body)
204
228
  JSON.parse(body)
205
229
  end
206
230
 
207
231
  def commit(action, parameters)
208
232
  url = url_for((test? ? test_url : live_url), action, parameters)
209
- response = parse(ssl_request(HTTP_METHOD[action], url, post_data(action, parameters), {}))
233
+
234
+ response = parse(ssl_request(HTTP_METHOD[action], url, post_data(action, parameters), headers(parameters)))
210
235
 
211
236
  success = success_from(action, response)
212
237
 
@@ -220,14 +245,29 @@ module ActiveMerchant #:nodoc:
220
245
  )
221
246
  end
222
247
 
248
+ def headers(params)
249
+ processing_type = params[:processing_type]
250
+ commit_headers = { 'x-ebanx-client-user-agent': "ActiveMerchant/#{ActiveMerchant::VERSION}" }
251
+
252
+ add_processing_type_to_commit_headers(commit_headers, processing_type) if processing_type == 'local'
253
+
254
+ commit_headers
255
+ end
256
+
257
+ def add_processing_type_to_commit_headers(commit_headers, processing_type)
258
+ commit_headers['x-ebanx-api-processing-type'] = processing_type
259
+ end
260
+
223
261
  def success_from(action, response)
224
- if [:purchase, :capture, :refund].include?(action)
225
- response.try(:[], 'payment').try(:[], 'status') == 'CO'
262
+ payment_status = response.try(:[], 'payment').try(:[], 'status')
263
+
264
+ if %i[purchase capture refund].include?(action)
265
+ payment_status == 'CO'
226
266
  elsif action == :authorize
227
- response.try(:[], 'payment').try(:[], 'status') == 'PE'
267
+ payment_status == 'PE'
228
268
  elsif action == :void
229
- response.try(:[], 'payment').try(:[], 'status') == 'CA'
230
- elsif action == :store
269
+ payment_status == 'CA'
270
+ elsif %i[store inquire].include?(action)
231
271
  response.try(:[], 'status') == 'SUCCESS'
232
272
  else
233
273
  false
@@ -236,12 +276,17 @@ module ActiveMerchant #:nodoc:
236
276
 
237
277
  def message_from(response)
238
278
  return response['status_message'] if response['status'] == 'ERROR'
279
+
239
280
  response.try(:[], 'payment').try(:[], 'transaction_status').try(:[], 'description')
240
281
  end
241
282
 
242
283
  def authorization_from(action, parameters, response)
243
284
  if action == :store
244
- "#{response.try(:[], "token")}|#{CARD_BRAND[parameters[:payment_type_code].to_sym]}"
285
+ if success_from(action, response)
286
+ "#{response.try(:[], 'token')}|#{response['payment_type_code']}"
287
+ else
288
+ response.try(:[], 'token')
289
+ end
245
290
  else
246
291
  response.try(:[], 'payment').try(:[], 'hash')
247
292
  end
@@ -250,22 +295,26 @@ module ActiveMerchant #:nodoc:
250
295
  def post_data(action, parameters = {})
251
296
  return nil if requires_http_get(action)
252
297
  return convert_to_url_form_encoded(parameters) if action == :refund
298
+
253
299
  "request_body=#{parameters.to_json}"
254
300
  end
255
301
 
256
302
  def url_for(hostname, action, parameters)
257
303
  return "#{hostname}#{URL_MAP[action]}?#{convert_to_url_form_encoded(parameters)}" if requires_http_get(action)
304
+
258
305
  "#{hostname}#{URL_MAP[action]}"
259
306
  end
260
307
 
261
308
  def requires_http_get(action)
262
- return true if [:capture, :void].include?(action)
309
+ return true if %i[capture void inquire].include?(action)
310
+
263
311
  false
264
312
  end
265
313
 
266
314
  def convert_to_url_form_encoded(parameters)
267
315
  parameters.map do |key, value|
268
316
  next if value != false && value.blank?
317
+
269
318
  "#{key}=#{value}"
270
319
  end.compact.join('&')
271
320
  end
@@ -273,6 +322,7 @@ module ActiveMerchant #:nodoc:
273
322
  def error_code_from(response, success)
274
323
  unless success
275
324
  return response['status_code'] if response['status'] == 'ERROR'
325
+
276
326
  response.try(:[], 'payment').try(:[], 'transaction_status').try(:[], 'code')
277
327
  end
278
328
  end
@@ -4,7 +4,7 @@ module ActiveMerchant #:nodoc:
4
4
  module Billing #:nodoc:
5
5
  class EfsnetGateway < Gateway
6
6
  self.supported_countries = ['US']
7
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
7
+ self.supported_cardtypes = %i[visa master american_express discover]
8
8
  self.homepage_url = 'http://www.concordefsnet.com/'
9
9
  self.display_name = 'Efsnet'
10
10
 
@@ -53,8 +53,8 @@ module ActiveMerchant #:nodoc:
53
53
 
54
54
  def void(identification, options = {})
55
55
  requires!(options, :order_id)
56
- original_transaction_id, _ = identification.split(';')
57
- commit(:void_transaction, {:reference_number => format_reference_number(options[:order_id]), :transaction_id => original_transaction_id})
56
+ original_transaction_id, = identification.split(';')
57
+ commit(:void_transaction, { reference_number: format_reference_number(options[:order_id]), transaction_id: original_transaction_id })
58
58
  end
59
59
 
60
60
  def voice_authorize(money, authorization_code, creditcard, options = {})
@@ -81,11 +81,11 @@ module ActiveMerchant #:nodoc:
81
81
  requires!(options, :order_id)
82
82
 
83
83
  {
84
- :reference_number => format_reference_number(options[:order_id]),
85
- :transaction_amount => amount(money),
86
- :original_transaction_amount => original_transaction_amount,
87
- :original_transaction_id => original_transaction_id,
88
- :client_ip_address => options[:ip]
84
+ reference_number: format_reference_number(options[:order_id]),
85
+ transaction_amount: amount(money),
86
+ original_transaction_amount: original_transaction_amount,
87
+ original_transaction_id: original_transaction_id,
88
+ client_ip_address: options[:ip]
89
89
  }
90
90
  end
91
91
 
@@ -93,10 +93,10 @@ module ActiveMerchant #:nodoc:
93
93
  requires!(options, :order_id)
94
94
 
95
95
  post = {
96
- :reference_number => format_reference_number(options[:order_id]),
97
- :authorization_number => options[:authorization_number],
98
- :transaction_amount => amount(money),
99
- :client_ip_address => options[:ip]
96
+ reference_number: format_reference_number(options[:order_id]),
97
+ authorization_number: options[:authorization_number],
98
+ transaction_amount: amount(money),
99
+ client_ip_address: options[:ip]
100
100
 
101
101
  }
102
102
  add_creditcard(post, creditcard)
@@ -111,46 +111,45 @@ module ActiveMerchant #:nodoc:
111
111
  def add_address(post, options)
112
112
  if address = options[:billing_address] || options[:address]
113
113
  if address[:address2]
114
- post[:billing_address] = address[:address1].to_s << ' ' << address[:address2].to_s
114
+ post[:billing_address] = address[:address1].to_s << ' ' << address[:address2].to_s
115
115
  else
116
116
  post[:billing_address] = address[:address1].to_s
117
117
  end
118
118
  post[:billing_city] = address[:city].to_s
119
- post[:billing_state] = address[:state].blank? ? 'n/a' : address[:state]
119
+ post[:billing_state] = address[:state].blank? ? 'n/a' : address[:state]
120
120
  post[:billing_postal_code] = address[:zip].to_s
121
121
  post[:billing_country] = address[:country].to_s
122
122
  end
123
123
 
124
124
  if address = options[:shipping_address]
125
125
  if address[:address2]
126
- post[:shipping_address] = address[:address1].to_s << ' ' << address[:address2].to_s
126
+ post[:shipping_address] = address[:address1].to_s << ' ' << address[:address2].to_s
127
127
  else
128
128
  post[:shipping_address] = address[:address1].to_s
129
129
  end
130
130
  post[:shipping_city] = address[:city].to_s
131
- post[:shipping_state] = address[:state].blank? ? 'n/a' : address[:state]
131
+ post[:shipping_state] = address[:state].blank? ? 'n/a' : address[:state]
132
132
  post[:shipping_postal_code] = address[:zip].to_s
133
133
  post[:shipping_country] = address[:country].to_s
134
134
  end
135
135
  end
136
136
 
137
137
  def add_creditcard(post, creditcard)
138
- post[:billing_name] = creditcard.name if creditcard.name
139
- post[:account_number] = creditcard.number
138
+ post[:billing_name] = creditcard.name if creditcard.name
139
+ post[:account_number] = creditcard.number
140
140
  post[:card_verification_value] = creditcard.verification_value if creditcard.verification_value?
141
- post[:expiration_month] = sprintf('%.2i', creditcard.month)
142
- post[:expiration_year] = sprintf('%.4i', creditcard.year)[-2..-1]
141
+ post[:expiration_month] = sprintf('%.2i', creditcard.month)
142
+ post[:expiration_year] = sprintf('%.4i', creditcard.year)[-2..-1]
143
143
  end
144
144
 
145
145
  def commit(action, parameters)
146
146
  response = parse(ssl_post(test? ? self.test_url : self.live_url, post_data(action, parameters), 'Content-Type' => 'text/xml'))
147
147
 
148
148
  Response.new(success?(response), message_from(response[:result_message]), response,
149
- :test => test?,
150
- :authorization => authorization_from(response, parameters),
151
- :avs_result => { :code => response[:avs_response_code] },
152
- :cvv_result => response[:cvv_response_code]
153
- )
149
+ test: test?,
150
+ authorization: authorization_from(response, parameters),
151
+ avs_result: { code: response[:avs_response_code] },
152
+ cvv_result: response[:cvv_response_code])
154
153
  end
155
154
 
156
155
  def success?(response)
@@ -158,7 +157,7 @@ module ActiveMerchant #:nodoc:
158
157
  end
159
158
 
160
159
  def authorization_from(response, params)
161
- [ response[:transaction_id], params[:transaction_amount] ].compact.join(';')
160
+ [response[:transaction_id], params[:transaction_amount]].compact.join(';')
162
161
  end
163
162
 
164
163
  def parse(xml)
@@ -190,6 +189,7 @@ module ActiveMerchant #:nodoc:
190
189
 
191
190
  def message_from(message)
192
191
  return 'Unspecified error' if message.blank?
192
+
193
193
  message.gsub(/[^\w]/, ' ').split.join(' ').capitalize
194
194
  end
195
195
 
@@ -197,18 +197,18 @@ module ActiveMerchant #:nodoc:
197
197
  ACTIONS
198
198
  end
199
199
 
200
- CREDIT_CARD_FIELDS = %w(AuthorizationNumber ClientIpAddress BillingAddress BillingCity BillingState BillingPostalCode BillingCountry BillingName CardVerificationValue ExpirationMonth ExpirationYear ReferenceNumber TransactionAmount AccountNumber )
200
+ CREDIT_CARD_FIELDS = %w(AuthorizationNumber ClientIpAddress BillingAddress BillingCity BillingState BillingPostalCode BillingCountry BillingName CardVerificationValue ExpirationMonth ExpirationYear ReferenceNumber TransactionAmount AccountNumber)
201
201
 
202
202
  ACTIONS = {
203
- :credit_card_authorize => CREDIT_CARD_FIELDS,
204
- :credit_card_charge => CREDIT_CARD_FIELDS,
205
- :credit_card_voice_authorize => CREDIT_CARD_FIELDS,
206
- :credit_card_capture => CREDIT_CARD_FIELDS,
207
- :credit_card_credit => CREDIT_CARD_FIELDS + ['OriginalTransactionAmount'],
208
- :credit_card_refund => %w(ReferenceNumber TransactionAmount OriginalTransactionAmount OriginalTransactionID ClientIpAddress),
209
- :void_transaction => %w(ReferenceNumber TransactionID),
210
- :credit_card_settle => %w(ReferenceNumber TransactionAmount OriginalTransactionAmount OriginalTransactionID ClientIpAddress),
211
- :system_check => %w(SystemCheck),
203
+ credit_card_authorize: CREDIT_CARD_FIELDS,
204
+ credit_card_charge: CREDIT_CARD_FIELDS,
205
+ credit_card_voice_authorize: CREDIT_CARD_FIELDS,
206
+ credit_card_capture: CREDIT_CARD_FIELDS,
207
+ credit_card_credit: CREDIT_CARD_FIELDS + ['OriginalTransactionAmount'],
208
+ credit_card_refund: %w(ReferenceNumber TransactionAmount OriginalTransactionAmount OriginalTransactionID ClientIpAddress),
209
+ void_transaction: %w(ReferenceNumber TransactionID),
210
+ credit_card_settle: %w(ReferenceNumber TransactionAmount OriginalTransactionAmount OriginalTransactionID ClientIpAddress),
211
+ system_check: %w(SystemCheck)
212
212
  }
213
213
  end
214
214
  end