activemerchant 1.38.0 → 1.78.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (397) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +1344 -3
  3. data/CONTRIBUTORS +154 -0
  4. data/README.md +157 -144
  5. data/lib/active_merchant/billing/apple_pay_payment_token.rb +22 -0
  6. data/lib/active_merchant/billing/base.rb +21 -17
  7. data/lib/active_merchant/billing/check.rb +32 -22
  8. data/lib/active_merchant/billing/compatibility.rb +120 -0
  9. data/lib/active_merchant/billing/credit_card.rb +215 -67
  10. data/lib/active_merchant/billing/credit_card_formatting.rb +4 -1
  11. data/lib/active_merchant/billing/credit_card_methods.rb +149 -52
  12. data/lib/active_merchant/billing/cvv_result.rb +15 -15
  13. data/lib/active_merchant/billing/gateway.rb +170 -24
  14. data/lib/active_merchant/billing/gateways/adyen.rb +284 -0
  15. data/lib/active_merchant/billing/gateways/allied_wallet.rb +206 -0
  16. data/lib/active_merchant/billing/gateways/authorize_net.rb +899 -606
  17. data/lib/active_merchant/billing/gateways/authorize_net_arb.rb +417 -0
  18. data/lib/active_merchant/billing/gateways/authorize_net_cim.rb +43 -18
  19. data/lib/active_merchant/billing/gateways/axcessms.rb +181 -0
  20. data/lib/active_merchant/billing/gateways/balanced.rb +134 -346
  21. data/lib/active_merchant/billing/gateways/bank_frick.rb +225 -0
  22. data/lib/active_merchant/billing/gateways/banwire.rb +13 -2
  23. data/lib/active_merchant/billing/gateways/barclaycard_smartpay.rb +325 -0
  24. data/lib/active_merchant/billing/gateways/be2bill.rb +131 -0
  25. data/lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb +96 -15
  26. data/lib/active_merchant/billing/gateways/beanstream.rb +52 -9
  27. data/lib/active_merchant/billing/gateways/beanstream_interac.rb +12 -8
  28. data/lib/active_merchant/billing/gateways/blue_pay.rb +520 -501
  29. data/lib/active_merchant/billing/gateways/blue_snap.rb +343 -0
  30. data/lib/active_merchant/billing/gateways/bogus.rb +94 -50
  31. data/lib/active_merchant/billing/gateways/borgun.rb +222 -0
  32. data/lib/active_merchant/billing/gateways/bpoint.rb +277 -0
  33. data/lib/active_merchant/billing/gateways/braintree/braintree_common.rb +14 -2
  34. data/lib/active_merchant/billing/gateways/braintree.rb +2 -2
  35. data/lib/active_merchant/billing/gateways/braintree_blue.rb +372 -137
  36. data/lib/active_merchant/billing/gateways/braintree_orange.rb +4 -4
  37. data/lib/active_merchant/billing/gateways/bridge_pay.rb +245 -0
  38. data/lib/active_merchant/billing/gateways/cams.rb +230 -0
  39. data/lib/active_merchant/billing/gateways/card_connect.rb +286 -0
  40. data/lib/active_merchant/billing/gateways/card_stream.rb +269 -118
  41. data/lib/active_merchant/billing/gateways/cardknox.rb +328 -0
  42. data/lib/active_merchant/billing/gateways/cardprocess.rb +254 -0
  43. data/lib/active_merchant/billing/gateways/cashnet.rb +219 -0
  44. data/lib/active_merchant/billing/gateways/cc5.rb +45 -0
  45. data/lib/active_merchant/billing/gateways/cecabank.rb +239 -0
  46. data/lib/active_merchant/billing/gateways/cenpos.rb +327 -0
  47. data/lib/active_merchant/billing/gateways/checkout.rb +214 -0
  48. data/lib/active_merchant/billing/gateways/checkout_v2.rb +226 -0
  49. data/lib/active_merchant/billing/gateways/citrus_pay.rb +23 -0
  50. data/lib/active_merchant/billing/gateways/clearhaus.rb +222 -0
  51. data/lib/active_merchant/billing/gateways/commercegate.rb +143 -0
  52. data/lib/active_merchant/billing/gateways/conekta.rb +224 -0
  53. data/lib/active_merchant/billing/gateways/creditcall.rb +272 -0
  54. data/lib/active_merchant/billing/gateways/credorax.rb +345 -0
  55. data/lib/active_merchant/billing/gateways/culqi.rb +279 -0
  56. data/lib/active_merchant/billing/gateways/cyber_source.rb +228 -98
  57. data/lib/active_merchant/billing/gateways/data_cash.rb +41 -314
  58. data/lib/active_merchant/billing/gateways/dibs.rb +205 -0
  59. data/lib/active_merchant/billing/gateways/digitzs.rb +292 -0
  60. data/lib/active_merchant/billing/gateways/ebanx.rb +296 -0
  61. data/lib/active_merchant/billing/gateways/efsnet.rb +3 -14
  62. data/lib/active_merchant/billing/gateways/elavon.rb +143 -142
  63. data/lib/active_merchant/billing/gateways/element.rb +356 -0
  64. data/lib/active_merchant/billing/gateways/epay.rb +23 -12
  65. data/lib/active_merchant/billing/gateways/eway.rb +12 -12
  66. data/lib/active_merchant/billing/gateways/eway_managed.rb +1 -1
  67. data/lib/active_merchant/billing/gateways/eway_rapid.rb +417 -204
  68. data/lib/active_merchant/billing/gateways/exact.rb +10 -1
  69. data/lib/active_merchant/billing/gateways/ezic.rb +196 -0
  70. data/lib/active_merchant/billing/gateways/fat_zebra.rb +65 -37
  71. data/lib/active_merchant/billing/gateways/federated_canada.rb +1 -8
  72. data/lib/active_merchant/billing/gateways/finansbank.rb +3 -2
  73. data/lib/active_merchant/billing/gateways/first_giving.rb +143 -0
  74. data/lib/active_merchant/billing/gateways/first_pay.rb +109 -124
  75. data/lib/active_merchant/billing/gateways/firstdata_e4.rb +155 -29
  76. data/lib/active_merchant/billing/gateways/flo2cash.rb +215 -0
  77. data/lib/active_merchant/billing/gateways/flo2cash_simple.rb +20 -0
  78. data/lib/active_merchant/billing/gateways/forte.rb +256 -0
  79. data/lib/active_merchant/billing/gateways/garanti.rb +11 -5
  80. data/lib/active_merchant/billing/gateways/global_collect.rb +334 -0
  81. data/lib/active_merchant/billing/gateways/global_transport.rb +194 -0
  82. data/lib/active_merchant/billing/gateways/hps.rb +305 -0
  83. data/lib/active_merchant/billing/gateways/iats_payments.rb +271 -16
  84. data/lib/active_merchant/billing/gateways/ideal/ideal_base.rb +2 -5
  85. data/lib/active_merchant/billing/gateways/ideal/ideal_rabobank.pem +0 -0
  86. data/lib/active_merchant/billing/gateways/ideal_rabobank.rb +1 -1
  87. data/lib/active_merchant/billing/gateways/in_context_paypal_express.rb +15 -0
  88. data/lib/active_merchant/billing/gateways/inspire.rb +8 -10
  89. data/lib/active_merchant/billing/gateways/instapay.rb +0 -0
  90. data/lib/active_merchant/billing/gateways/ipp.rb +175 -0
  91. data/lib/active_merchant/billing/gateways/iridium.rb +210 -4
  92. data/lib/active_merchant/billing/gateways/iveri.rb +251 -0
  93. data/lib/active_merchant/billing/gateways/jetpay.rb +176 -49
  94. data/lib/active_merchant/billing/gateways/jetpay_v2.rb +437 -0
  95. data/lib/active_merchant/billing/gateways/komoju.rb +115 -0
  96. data/lib/active_merchant/billing/gateways/kushki.rb +227 -0
  97. data/lib/active_merchant/billing/gateways/latitude19.rb +416 -0
  98. data/lib/active_merchant/billing/gateways/linkpoint.rb +17 -13
  99. data/lib/active_merchant/billing/gateways/litle.rb +329 -439
  100. data/lib/active_merchant/billing/gateways/mastercard.rb +268 -0
  101. data/lib/active_merchant/billing/gateways/maxipago.rb +220 -0
  102. data/lib/active_merchant/billing/gateways/mercado_pago.rb +262 -0
  103. data/lib/active_merchant/billing/gateways/merchant_e_solutions.rb +15 -7
  104. data/lib/active_merchant/billing/gateways/merchant_one.rb +0 -1
  105. data/lib/active_merchant/billing/gateways/merchant_partners.rb +245 -0
  106. data/lib/active_merchant/billing/gateways/merchant_ware.rb +12 -15
  107. data/lib/active_merchant/billing/gateways/merchant_ware_version_four.rb +24 -13
  108. data/lib/active_merchant/billing/gateways/merchant_warrior.rb +21 -14
  109. data/lib/active_merchant/billing/gateways/mercury.rb +74 -29
  110. data/lib/active_merchant/billing/gateways/metrics_global.rb +2 -21
  111. data/lib/active_merchant/billing/gateways/micropayment.rb +185 -0
  112. data/lib/active_merchant/billing/gateways/migs.rb +74 -13
  113. data/lib/active_merchant/billing/gateways/modern_payments.rb +1 -1
  114. data/lib/active_merchant/billing/gateways/modern_payments_cim.rb +1 -3
  115. data/lib/active_merchant/billing/gateways/monei.rb +307 -0
  116. data/lib/active_merchant/billing/gateways/moneris.rb +119 -36
  117. data/lib/active_merchant/billing/gateways/moneris_us.rb +146 -45
  118. data/lib/active_merchant/billing/gateways/money_movers.rb +152 -0
  119. data/lib/active_merchant/billing/gateways/nab_transact.rb +78 -53
  120. data/lib/active_merchant/billing/gateways/ncr_secure_pay.rb +165 -0
  121. data/lib/active_merchant/billing/gateways/net_registry.rb +8 -3
  122. data/lib/active_merchant/billing/gateways/netbanx.rb +289 -0
  123. data/lib/active_merchant/billing/gateways/netbilling.rb +61 -26
  124. data/lib/active_merchant/billing/gateways/netpay.rb +1 -1
  125. data/lib/active_merchant/billing/gateways/network_merchants.rb +242 -0
  126. data/lib/active_merchant/billing/gateways/nmi.rb +265 -10
  127. data/lib/active_merchant/billing/gateways/ogone.rb +85 -27
  128. data/lib/active_merchant/billing/gateways/omise.rb +324 -0
  129. data/lib/active_merchant/billing/gateways/openpay.rb +227 -0
  130. data/lib/active_merchant/billing/gateways/opp.rb +372 -0
  131. data/lib/active_merchant/billing/gateways/optimal_payment.rb +59 -28
  132. data/lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb +22 -21
  133. data/lib/active_merchant/billing/gateways/orbital.rb +346 -56
  134. data/lib/active_merchant/billing/gateways/pac_net_raven.rb +207 -0
  135. data/lib/active_merchant/billing/gateways/pagarme.rb +248 -0
  136. data/lib/active_merchant/billing/gateways/pago_facil.rb +122 -0
  137. data/lib/active_merchant/billing/gateways/pay_conex.rb +246 -0
  138. data/lib/active_merchant/billing/gateways/pay_gate_xml.rb +30 -14
  139. data/lib/active_merchant/billing/gateways/pay_hub.rb +213 -0
  140. data/lib/active_merchant/billing/gateways/pay_junction.rb +19 -25
  141. data/lib/active_merchant/billing/gateways/pay_junction_v2.rb +190 -0
  142. data/lib/active_merchant/billing/gateways/pay_secure.rb +0 -7
  143. data/lib/active_merchant/billing/gateways/paybox_direct.rb +16 -12
  144. data/lib/active_merchant/billing/gateways/payeezy.rb +386 -0
  145. data/lib/active_merchant/billing/gateways/payex.rb +412 -0
  146. data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +38 -17
  147. data/lib/active_merchant/billing/gateways/payflow.rb +100 -19
  148. data/lib/active_merchant/billing/gateways/payflow_express.rb +22 -22
  149. data/lib/active_merchant/billing/gateways/payflow_express_uk.rb +2 -2
  150. data/lib/active_merchant/billing/gateways/payflow_uk.rb +6 -6
  151. data/lib/active_merchant/billing/gateways/payment_express.rb +15 -3
  152. data/lib/active_merchant/billing/gateways/paymentez.rb +283 -0
  153. data/lib/active_merchant/billing/gateways/paymill.rb +237 -48
  154. data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +41 -8
  155. data/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb +4 -0
  156. data/lib/active_merchant/billing/gateways/paypal/paypal_recurring_api.rb +18 -4
  157. data/lib/active_merchant/billing/gateways/paypal.rb +49 -20
  158. data/lib/active_merchant/billing/gateways/paypal_ca.rb +1 -1
  159. data/lib/active_merchant/billing/gateways/paypal_digital_goods.rb +6 -5
  160. data/lib/active_merchant/billing/gateways/paypal_express.rb +32 -4
  161. data/lib/active_merchant/billing/gateways/paypal_express_common.rb +3 -3
  162. data/lib/active_merchant/billing/gateways/payscout.rb +162 -0
  163. data/lib/active_merchant/billing/gateways/paystation.rb +22 -24
  164. data/lib/active_merchant/billing/gateways/payu_in.rb +248 -0
  165. data/lib/active_merchant/billing/gateways/payu_latam.rb +440 -0
  166. data/lib/active_merchant/billing/gateways/pin.rb +68 -13
  167. data/lib/active_merchant/billing/gateways/plugnpay.rb +1 -12
  168. data/lib/active_merchant/billing/gateways/pro_pay.rb +326 -0
  169. data/lib/active_merchant/billing/gateways/psigate.rb +3 -14
  170. data/lib/active_merchant/billing/gateways/psl_card.rb +3 -3
  171. data/lib/active_merchant/billing/gateways/qbms.rb +1 -1
  172. data/lib/active_merchant/billing/gateways/quantum.rb +2 -2
  173. data/lib/active_merchant/billing/gateways/quickbooks.rb +290 -0
  174. data/lib/active_merchant/billing/gateways/quickpay/quickpay_common.rb +188 -0
  175. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb +299 -0
  176. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v4to7.rb +227 -0
  177. data/lib/active_merchant/billing/gateways/quickpay.rb +10 -319
  178. data/lib/active_merchant/billing/gateways/qvalent.rb +236 -0
  179. data/lib/active_merchant/billing/gateways/realex.rb +27 -25
  180. data/lib/active_merchant/billing/gateways/redsys.rb +212 -80
  181. data/lib/active_merchant/billing/gateways/s5.rb +247 -0
  182. data/lib/active_merchant/billing/gateways/safe_charge.rb +258 -0
  183. data/lib/active_merchant/billing/gateways/sage.rb +412 -119
  184. data/lib/active_merchant/billing/gateways/sage_pay.rb +176 -59
  185. data/lib/active_merchant/billing/gateways/secure_net.rb +35 -29
  186. data/lib/active_merchant/billing/gateways/secure_pay.rb +182 -9
  187. data/lib/active_merchant/billing/gateways/secure_pay_au.rb +21 -7
  188. data/lib/active_merchant/billing/gateways/secure_pay_tech.rb +0 -7
  189. data/lib/active_merchant/billing/gateways/securion_pay.rb +267 -0
  190. data/lib/active_merchant/billing/gateways/skip_jack.rb +1 -3
  191. data/lib/active_merchant/billing/gateways/smart_ps.rb +13 -2
  192. data/lib/active_merchant/billing/gateways/so_easy_pay.rb +194 -0
  193. data/lib/active_merchant/billing/gateways/spreedly_core.rb +36 -11
  194. data/lib/active_merchant/billing/gateways/stripe.rb +461 -82
  195. data/lib/active_merchant/billing/gateways/swipe_checkout.rb +156 -0
  196. data/lib/active_merchant/billing/gateways/telr.rb +275 -0
  197. data/lib/active_merchant/billing/gateways/tns.rb +22 -0
  198. data/lib/active_merchant/billing/gateways/trans_first.rb +142 -28
  199. data/lib/active_merchant/billing/gateways/trans_first_transaction_express.rb +608 -0
  200. data/lib/active_merchant/billing/gateways/transact_pro.rb +224 -0
  201. data/lib/active_merchant/billing/gateways/transnational.rb +2 -231
  202. data/lib/active_merchant/billing/gateways/trexle.rb +217 -0
  203. data/lib/active_merchant/billing/gateways/trust_commerce.rb +17 -11
  204. data/lib/active_merchant/billing/gateways/usa_epay_advanced.rb +193 -75
  205. data/lib/active_merchant/billing/gateways/usa_epay_transaction.rb +150 -63
  206. data/lib/active_merchant/billing/gateways/vanco.rb +294 -0
  207. data/lib/active_merchant/billing/gateways/verifi.rb +1 -8
  208. data/lib/active_merchant/billing/gateways/viaklix.rb +1 -15
  209. data/lib/active_merchant/billing/gateways/visanet_peru.rb +209 -0
  210. data/lib/active_merchant/billing/gateways/webpay.rb +45 -28
  211. data/lib/active_merchant/billing/gateways/wepay.rb +238 -0
  212. data/lib/active_merchant/billing/gateways/wirecard.rb +167 -49
  213. data/lib/active_merchant/billing/gateways/world_net.rb +344 -0
  214. data/lib/active_merchant/billing/gateways/worldpay.rb +131 -36
  215. data/lib/active_merchant/billing/gateways/worldpay_online_payments.rb +218 -0
  216. data/lib/active_merchant/billing/gateways/worldpay_us.rb +221 -0
  217. data/lib/active_merchant/billing/gateways.rb +8 -11
  218. data/lib/active_merchant/billing/model.rb +30 -0
  219. data/lib/active_merchant/billing/network_tokenization_credit_card.rb +39 -0
  220. data/lib/active_merchant/billing/payment_token.rb +21 -0
  221. data/lib/active_merchant/billing/rails.rb +3 -0
  222. data/lib/active_merchant/billing/response.rb +24 -17
  223. data/lib/active_merchant/billing.rb +7 -1
  224. data/lib/active_merchant/connection.rb +177 -0
  225. data/lib/active_merchant/country.rb +334 -0
  226. data/lib/active_merchant/empty.rb +20 -0
  227. data/lib/active_merchant/errors.rb +35 -0
  228. data/lib/active_merchant/network_connection_retries.rb +79 -0
  229. data/lib/active_merchant/post_data.rb +24 -0
  230. data/lib/active_merchant/posts_data.rb +84 -0
  231. data/lib/active_merchant/version.rb +1 -1
  232. data/lib/active_merchant.rb +24 -21
  233. data/lib/certs/cacert.pem +3951 -0
  234. data/lib/support/gateway_support.rb +16 -10
  235. data/lib/support/outbound_hosts.rb +13 -10
  236. metadata +161 -306
  237. data/gem-public_cert.pem +0 -20
  238. data/lib/active_merchant/billing/expiry_date.rb +0 -34
  239. data/lib/active_merchant/billing/gateways/barclays_epdq.rb +0 -314
  240. data/lib/active_merchant/billing/gateways/card_stream_modern.rb +0 -155
  241. data/lib/active_merchant/billing/gateways/certo_direct.rb +0 -277
  242. data/lib/active_merchant/billing/gateways/orbital/avs_result.rb +0 -93
  243. data/lib/active_merchant/billing/gateways/sage/sage_bankcard.rb +0 -93
  244. data/lib/active_merchant/billing/gateways/sage/sage_core.rb +0 -114
  245. data/lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb +0 -102
  246. data/lib/active_merchant/billing/gateways/samurai.rb +0 -118
  247. data/lib/active_merchant/billing/gateways/vindicia.rb +0 -361
  248. data/lib/active_merchant/billing/integrations/a1agregator/helper.rb +0 -31
  249. data/lib/active_merchant/billing/integrations/a1agregator/notification.rb +0 -186
  250. data/lib/active_merchant/billing/integrations/a1agregator/status.rb +0 -38
  251. data/lib/active_merchant/billing/integrations/a1agregator.rb +0 -26
  252. data/lib/active_merchant/billing/integrations/action_view_helper.rb +0 -73
  253. data/lib/active_merchant/billing/integrations/authorize_net_sim/helper.rb +0 -229
  254. data/lib/active_merchant/billing/integrations/authorize_net_sim/notification.rb +0 -340
  255. data/lib/active_merchant/billing/integrations/authorize_net_sim.rb +0 -38
  256. data/lib/active_merchant/billing/integrations/bogus/helper.rb +0 -17
  257. data/lib/active_merchant/billing/integrations/bogus/notification.rb +0 -11
  258. data/lib/active_merchant/billing/integrations/bogus/return.rb +0 -10
  259. data/lib/active_merchant/billing/integrations/bogus.rb +0 -23
  260. data/lib/active_merchant/billing/integrations/chronopay/helper.rb +0 -120
  261. data/lib/active_merchant/billing/integrations/chronopay/notification.rb +0 -158
  262. data/lib/active_merchant/billing/integrations/chronopay/return.rb +0 -10
  263. data/lib/active_merchant/billing/integrations/chronopay.rb +0 -23
  264. data/lib/active_merchant/billing/integrations/direc_pay/helper.rb +0 -200
  265. data/lib/active_merchant/billing/integrations/direc_pay/notification.rb +0 -76
  266. data/lib/active_merchant/billing/integrations/direc_pay/return.rb +0 -32
  267. data/lib/active_merchant/billing/integrations/direc_pay/status.rb +0 -37
  268. data/lib/active_merchant/billing/integrations/direc_pay.rb +0 -41
  269. data/lib/active_merchant/billing/integrations/directebanking/helper.rb +0 -90
  270. data/lib/active_merchant/billing/integrations/directebanking/notification.rb +0 -120
  271. data/lib/active_merchant/billing/integrations/directebanking/return.rb +0 -11
  272. data/lib/active_merchant/billing/integrations/directebanking.rb +0 -47
  273. data/lib/active_merchant/billing/integrations/dotpay/helper.rb +0 -77
  274. data/lib/active_merchant/billing/integrations/dotpay/notification.rb +0 -86
  275. data/lib/active_merchant/billing/integrations/dotpay/return.rb +0 -11
  276. data/lib/active_merchant/billing/integrations/dotpay.rb +0 -22
  277. data/lib/active_merchant/billing/integrations/dwolla/common.rb +0 -23
  278. data/lib/active_merchant/billing/integrations/dwolla/helper.rb +0 -43
  279. data/lib/active_merchant/billing/integrations/dwolla/notification.rb +0 -64
  280. data/lib/active_merchant/billing/integrations/dwolla/return.rb +0 -49
  281. data/lib/active_merchant/billing/integrations/dwolla.rb +0 -23
  282. data/lib/active_merchant/billing/integrations/e_payment_plans/helper.rb +0 -34
  283. data/lib/active_merchant/billing/integrations/e_payment_plans/notification.rb +0 -84
  284. data/lib/active_merchant/billing/integrations/e_payment_plans.rb +0 -48
  285. data/lib/active_merchant/billing/integrations/easy_pay/common.rb +0 -40
  286. data/lib/active_merchant/billing/integrations/easy_pay/helper.rb +0 -36
  287. data/lib/active_merchant/billing/integrations/easy_pay/notification.rb +0 -59
  288. data/lib/active_merchant/billing/integrations/easy_pay.rb +0 -30
  289. data/lib/active_merchant/billing/integrations/epay/helper.rb +0 -55
  290. data/lib/active_merchant/billing/integrations/epay/notification.rb +0 -110
  291. data/lib/active_merchant/billing/integrations/epay.rb +0 -21
  292. data/lib/active_merchant/billing/integrations/first_data/helper.rb +0 -61
  293. data/lib/active_merchant/billing/integrations/first_data/notification.rb +0 -56
  294. data/lib/active_merchant/billing/integrations/first_data.rb +0 -38
  295. data/lib/active_merchant/billing/integrations/gestpay/common.rb +0 -42
  296. data/lib/active_merchant/billing/integrations/gestpay/helper.rb +0 -70
  297. data/lib/active_merchant/billing/integrations/gestpay/notification.rb +0 -85
  298. data/lib/active_merchant/billing/integrations/gestpay/return.rb +0 -10
  299. data/lib/active_merchant/billing/integrations/gestpay.rb +0 -25
  300. data/lib/active_merchant/billing/integrations/helper.rb +0 -117
  301. data/lib/active_merchant/billing/integrations/hi_trust/helper.rb +0 -58
  302. data/lib/active_merchant/billing/integrations/hi_trust/notification.rb +0 -59
  303. data/lib/active_merchant/billing/integrations/hi_trust/return.rb +0 -68
  304. data/lib/active_merchant/billing/integrations/hi_trust.rb +0 -27
  305. data/lib/active_merchant/billing/integrations/ipay88/helper.rb +0 -114
  306. data/lib/active_merchant/billing/integrations/ipay88/return.rb +0 -95
  307. data/lib/active_merchant/billing/integrations/ipay88.rb +0 -19
  308. data/lib/active_merchant/billing/integrations/liqpay/helper.rb +0 -43
  309. data/lib/active_merchant/billing/integrations/liqpay/notification.rb +0 -89
  310. data/lib/active_merchant/billing/integrations/liqpay/return.rb +0 -83
  311. data/lib/active_merchant/billing/integrations/liqpay.rb +0 -30
  312. data/lib/active_merchant/billing/integrations/maksuturva/helper.rb +0 -119
  313. data/lib/active_merchant/billing/integrations/maksuturva/notification.rb +0 -48
  314. data/lib/active_merchant/billing/integrations/maksuturva.rb +0 -86
  315. data/lib/active_merchant/billing/integrations/moneybookers/helper.rb +0 -75
  316. data/lib/active_merchant/billing/integrations/moneybookers/notification.rb +0 -129
  317. data/lib/active_merchant/billing/integrations/moneybookers.rb +0 -26
  318. data/lib/active_merchant/billing/integrations/nochex/helper.rb +0 -68
  319. data/lib/active_merchant/billing/integrations/nochex/notification.rb +0 -94
  320. data/lib/active_merchant/billing/integrations/nochex/return.rb +0 -10
  321. data/lib/active_merchant/billing/integrations/nochex.rb +0 -88
  322. data/lib/active_merchant/billing/integrations/notification.rb +0 -71
  323. data/lib/active_merchant/billing/integrations/paxum/common.rb +0 -24
  324. data/lib/active_merchant/billing/integrations/paxum/helper.rb +0 -42
  325. data/lib/active_merchant/billing/integrations/paxum/notification.rb +0 -33
  326. data/lib/active_merchant/billing/integrations/paxum.rb +0 -44
  327. data/lib/active_merchant/billing/integrations/pay_fast/common.rb +0 -42
  328. data/lib/active_merchant/billing/integrations/pay_fast/helper.rb +0 -50
  329. data/lib/active_merchant/billing/integrations/pay_fast/notification.rb +0 -134
  330. data/lib/active_merchant/billing/integrations/pay_fast/return.rb +0 -10
  331. data/lib/active_merchant/billing/integrations/pay_fast.rb +0 -70
  332. data/lib/active_merchant/billing/integrations/payflow_link/helper.rb +0 -116
  333. data/lib/active_merchant/billing/integrations/payflow_link/notification.rb +0 -78
  334. data/lib/active_merchant/billing/integrations/payflow_link.rb +0 -21
  335. data/lib/active_merchant/billing/integrations/paypal/helper.rb +0 -119
  336. data/lib/active_merchant/billing/integrations/paypal/notification.rb +0 -227
  337. data/lib/active_merchant/billing/integrations/paypal/return.rb +0 -10
  338. data/lib/active_merchant/billing/integrations/paypal.rb +0 -39
  339. data/lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb +0 -15
  340. data/lib/active_merchant/billing/integrations/paypal_payments_advanced.rb +0 -20
  341. data/lib/active_merchant/billing/integrations/paysbuy/helper.rb +0 -15
  342. data/lib/active_merchant/billing/integrations/paysbuy/notification.rb +0 -28
  343. data/lib/active_merchant/billing/integrations/paysbuy.rb +0 -36
  344. data/lib/active_merchant/billing/integrations/payu_in/helper.rb +0 -74
  345. data/lib/active_merchant/billing/integrations/payu_in/notification.rb +0 -165
  346. data/lib/active_merchant/billing/integrations/payu_in/return.rb +0 -36
  347. data/lib/active_merchant/billing/integrations/payu_in.rb +0 -43
  348. data/lib/active_merchant/billing/integrations/platron/helper.rb +0 -32
  349. data/lib/active_merchant/billing/integrations/platron/notification.rb +0 -113
  350. data/lib/active_merchant/billing/integrations/platron.rb +0 -28
  351. data/lib/active_merchant/billing/integrations/pxpay/helper.rb +0 -112
  352. data/lib/active_merchant/billing/integrations/pxpay/notification.rb +0 -157
  353. data/lib/active_merchant/billing/integrations/pxpay/return.rb +0 -25
  354. data/lib/active_merchant/billing/integrations/pxpay.rb +0 -31
  355. data/lib/active_merchant/billing/integrations/quickpay/helper.rb +0 -74
  356. data/lib/active_merchant/billing/integrations/quickpay/notification.rb +0 -137
  357. data/lib/active_merchant/billing/integrations/quickpay.rb +0 -21
  358. data/lib/active_merchant/billing/integrations/rbkmoney/helper.rb +0 -23
  359. data/lib/active_merchant/billing/integrations/rbkmoney/notification.rb +0 -91
  360. data/lib/active_merchant/billing/integrations/rbkmoney.rb +0 -17
  361. data/lib/active_merchant/billing/integrations/return.rb +0 -42
  362. data/lib/active_merchant/billing/integrations/robokassa/common.rb +0 -19
  363. data/lib/active_merchant/billing/integrations/robokassa/helper.rb +0 -50
  364. data/lib/active_merchant/billing/integrations/robokassa/notification.rb +0 -55
  365. data/lib/active_merchant/billing/integrations/robokassa/return.rb +0 -17
  366. data/lib/active_merchant/billing/integrations/robokassa.rb +0 -49
  367. data/lib/active_merchant/billing/integrations/sage_pay_form/encryption.rb +0 -33
  368. data/lib/active_merchant/billing/integrations/sage_pay_form/helper.rb +0 -136
  369. data/lib/active_merchant/billing/integrations/sage_pay_form/notification.rb +0 -210
  370. data/lib/active_merchant/billing/integrations/sage_pay_form/return.rb +0 -31
  371. data/lib/active_merchant/billing/integrations/sage_pay_form.rb +0 -37
  372. data/lib/active_merchant/billing/integrations/two_checkout/helper.rb +0 -91
  373. data/lib/active_merchant/billing/integrations/two_checkout/notification.rb +0 -139
  374. data/lib/active_merchant/billing/integrations/two_checkout/return.rb +0 -17
  375. data/lib/active_merchant/billing/integrations/two_checkout.rb +0 -44
  376. data/lib/active_merchant/billing/integrations/valitor/helper.rb +0 -86
  377. data/lib/active_merchant/billing/integrations/valitor/notification.rb +0 -13
  378. data/lib/active_merchant/billing/integrations/valitor/response_fields.rb +0 -97
  379. data/lib/active_merchant/billing/integrations/valitor/return.rb +0 -13
  380. data/lib/active_merchant/billing/integrations/valitor.rb +0 -33
  381. data/lib/active_merchant/billing/integrations/verkkomaksut/helper.rb +0 -88
  382. data/lib/active_merchant/billing/integrations/verkkomaksut/notification.rb +0 -59
  383. data/lib/active_merchant/billing/integrations/verkkomaksut.rb +0 -20
  384. data/lib/active_merchant/billing/integrations/web_pay/common.rb +0 -50
  385. data/lib/active_merchant/billing/integrations/web_pay/helper.rb +0 -68
  386. data/lib/active_merchant/billing/integrations/web_pay/notification.rb +0 -51
  387. data/lib/active_merchant/billing/integrations/web_pay.rb +0 -45
  388. data/lib/active_merchant/billing/integrations/webmoney/common.rb +0 -17
  389. data/lib/active_merchant/billing/integrations/webmoney/helper.rb +0 -40
  390. data/lib/active_merchant/billing/integrations/webmoney/notification.rb +0 -47
  391. data/lib/active_merchant/billing/integrations/webmoney.rb +0 -43
  392. data/lib/active_merchant/billing/integrations/world_pay/helper.rb +0 -101
  393. data/lib/active_merchant/billing/integrations/world_pay/notification.rb +0 -160
  394. data/lib/active_merchant/billing/integrations/world_pay.rb +0 -34
  395. data/lib/active_merchant/billing/integrations.rb +0 -17
  396. data.tar.gz.sig +0 -0
  397. metadata.gz.sig +0 -0
@@ -1,334 +1,25 @@
1
1
  require 'rexml/document'
2
2
  require 'digest/md5'
3
3
 
4
+ require 'active_merchant/billing/gateways/quickpay/quickpay_v10'
5
+ require 'active_merchant/billing/gateways/quickpay/quickpay_v4to7'
6
+
4
7
  module ActiveMerchant #:nodoc:
5
8
  module Billing #:nodoc:
6
9
  class QuickpayGateway < Gateway
7
- self.live_url = self.test_url = 'https://secure.quickpay.dk/api'
8
-
9
- self.default_currency = 'DKK'
10
- self.money_format = :cents
11
- self.supported_cardtypes = [:dankort, :forbrugsforeningen, :visa, :master, :american_express, :diners_club, :jcb, :maestro]
12
- self.supported_countries = ['DK', 'SE']
13
- self.homepage_url = 'http://quickpay.dk/'
14
- self.display_name = 'Quickpay'
15
-
16
- MD5_CHECK_FIELDS = {
17
- 3 => {
18
- :authorize => %w(protocol msgtype merchant ordernumber amount
19
- currency autocapture cardnumber expirationdate
20
- cvd cardtypelock testmode),
21
-
22
- :capture => %w(protocol msgtype merchant amount transaction),
23
-
24
- :cancel => %w(protocol msgtype merchant transaction),
25
-
26
- :refund => %w(protocol msgtype merchant amount transaction),
27
-
28
- :subscribe => %w(protocol msgtype merchant ordernumber cardnumber
29
- expirationdate cvd cardtypelock description testmode),
30
-
31
- :recurring => %w(protocol msgtype merchant ordernumber amount
32
- currency autocapture transaction),
33
-
34
- :status => %w(protocol msgtype merchant transaction),
35
-
36
- :chstatus => %w(protocol msgtype merchant)
37
- },
38
-
39
- 4 => {
40
- :authorize => %w(protocol msgtype merchant ordernumber amount
41
- currency autocapture cardnumber expirationdate cvd
42
- cardtypelock testmode fraud_remote_addr
43
- fraud_http_accept fraud_http_accept_language
44
- fraud_http_accept_encoding fraud_http_accept_charset
45
- fraud_http_referer fraud_http_user_agent apikey),
46
-
47
- :capture => %w(protocol msgtype merchant amount transaction apikey),
48
-
49
- :cancel => %w(protocol msgtype merchant transaction apikey),
50
-
51
- :refund => %w(protocol msgtype merchant amount transaction apikey),
52
-
53
- :subscribe => %w(protocol msgtype merchant ordernumber cardnumber
54
- expirationdate cvd cardtypelock description testmode
55
- fraud_remote_addr fraud_http_accept fraud_http_accept_language
56
- fraud_http_accept_encoding fraud_http_accept_charset
57
- fraud_http_referer fraud_http_user_agent apikey),
58
-
59
- :recurring => %w(protocol msgtype merchant ordernumber amount currency
60
- autocapture transaction apikey),
61
-
62
- :status => %w(protocol msgtype merchant transaction apikey),
63
-
64
- :chstatus => %w(protocol msgtype merchant apikey)
65
- },
66
-
67
- 5 => {
68
- :authorize => %w(protocol msgtype merchant ordernumber amount
69
- currency autocapture cardnumber expirationdate cvd
70
- cardtypelock testmode fraud_remote_addr
71
- fraud_http_accept fraud_http_accept_language
72
- fraud_http_accept_encoding fraud_http_accept_charset
73
- fraud_http_referer fraud_http_user_agent apikey),
74
-
75
- :capture => %w(protocol msgtype merchant amount transaction apikey),
76
-
77
- :cancel => %w(protocol msgtype merchant transaction apikey),
78
-
79
- :refund => %w(protocol msgtype merchant amount transaction apikey),
80
-
81
- :subscribe => %w(protocol msgtype merchant ordernumber cardnumber
82
- expirationdate cvd cardtypelock description testmode
83
- fraud_remote_addr fraud_http_accept fraud_http_accept_language
84
- fraud_http_accept_encoding fraud_http_accept_charset
85
- fraud_http_referer fraud_http_user_agent apikey),
86
-
87
- :recurring => %w(protocol msgtype merchant ordernumber amount currency
88
- autocapture transaction apikey),
89
-
90
- :status => %w(protocol msgtype merchant transaction apikey),
91
-
92
- :chstatus => %w(protocol msgtype merchant apikey)
93
- },
94
-
95
- 6 => {
96
- :authorize => %w(protocol msgtype merchant ordernumber amount
97
- currency autocapture cardnumber expirationdate cvd
98
- cardtypelock testmode fraud_remote_addr
99
- fraud_http_accept fraud_http_accept_language
100
- fraud_http_accept_encoding fraud_http_accept_charset
101
- fraud_http_referer fraud_http_user_agent apikey),
102
-
103
- :capture => %w(protocol msgtype merchant amount transaction
104
- apikey),
105
-
106
- :cancel => %w(protocol msgtype merchant transaction apikey),
107
-
108
- :refund => %w(protocol msgtype merchant amount transaction apikey),
109
-
110
- :subscribe => %w(protocol msgtype merchant ordernumber cardnumber
111
- expirationdate cvd cardtypelock description testmode
112
- fraud_remote_addr fraud_http_accept fraud_http_accept_language
113
- fraud_http_accept_encoding fraud_http_accept_charset
114
- fraud_http_referer fraud_http_user_agent apikey),
115
-
116
- :recurring => %w(protocol msgtype merchant ordernumber amount currency
117
- autocapture transaction apikey),
118
-
119
- :status => %w(protocol msgtype merchant transaction apikey),
120
-
121
- :chstatus => %w(protocol msgtype merchant apikey)
122
- }
123
- }
124
-
125
- APPROVED = '000'
126
-
127
- # The login is the QuickpayId
128
- # The password is the md5checkword from the Quickpay manager
129
- # To use the API-key from the Quickpay manager, specify :api-key
130
- # Using the API-key, requires that you use version 4+. Specify :version => 4/5/6 in options.
131
- def initialize(options = {})
132
- requires!(options, :login, :password)
133
- @protocol = options.delete(:version) || 3 # default to protocol version 3
134
- super
135
- end
136
-
137
- def authorize(money, credit_card_or_reference, options = {})
138
- post = {}
139
-
140
- action = recurring_or_authorize(credit_card_or_reference)
141
-
142
- add_amount(post, money, options)
143
- add_invoice(post, options)
144
- add_creditcard_or_reference(post, credit_card_or_reference, options)
145
- add_autocapture(post, false)
146
- add_fraud_parameters(post, options) if action.eql?(:authorize)
147
- add_testmode(post)
148
-
149
- commit(action, post)
150
- end
151
-
152
- def purchase(money, credit_card_or_reference, options = {})
153
- post = {}
154
-
155
- action = recurring_or_authorize(credit_card_or_reference)
156
-
157
- add_amount(post, money, options)
158
- add_creditcard_or_reference(post, credit_card_or_reference, options)
159
- add_invoice(post, options)
160
- add_fraud_parameters(post, options) if action.eql?(:authorize)
161
- add_autocapture(post, true)
162
-
163
- commit(action, post)
164
- end
165
-
166
- def capture(money, authorization, options = {})
167
- post = {}
168
-
169
- add_reference(post, authorization)
170
- add_amount_without_currency(post, money)
171
- commit(:capture, post)
172
- end
173
-
174
- def void(identification, options = {})
175
- post = {}
176
-
177
- add_reference(post, identification)
178
-
179
- commit(:cancel, post)
180
- end
181
-
182
- def refund(money, identification, options = {})
183
- post = {}
10
+ self.abstract_class = true
184
11
 
185
- add_amount_without_currency(post, money)
186
- add_reference(post, identification)
12
+ def self.new(options = {})
13
+ options.fetch(:login) { raise ArgumentError.new("Missing required parameter: login") }
187
14
 
188
- commit(:refund, post)
189
- end
190
-
191
- def credit(money, identification, options = {})
192
- deprecated CREDIT_DEPRECATION_MESSAGE
193
- refund(money, identification, options)
194
- end
195
-
196
- def store(creditcard, options = {})
197
- post = {}
198
-
199
- add_creditcard(post, creditcard, options)
200
- add_invoice(post, options)
201
- add_description(post, options)
202
- add_fraud_parameters(post, options)
203
- add_testmode(post)
204
-
205
- commit(:subscribe, post)
206
- end
207
-
208
- private
209
-
210
- def add_amount(post, money, options = {})
211
- post[:amount] = amount(money)
212
- post[:currency] = options[:currency] || currency(money)
213
- end
214
-
215
- def add_amount_without_currency(post, money, options = {})
216
- post[:amount] = amount(money)
217
- end
218
-
219
- def add_invoice(post, options)
220
- post[:ordernumber] = format_order_number(options[:order_id])
221
- end
222
-
223
- def add_creditcard(post, credit_card, options)
224
- post[:cardnumber] = credit_card.number
225
- post[:cvd] = credit_card.verification_value
226
- post[:expirationdate] = expdate(credit_card)
227
- post[:cardtypelock] = options[:cardtypelock] unless options[:cardtypelock].blank?
228
- end
229
-
230
- def add_reference(post, identification)
231
- post[:transaction] = identification
232
- end
233
-
234
- def add_creditcard_or_reference(post, credit_card_or_reference, options)
235
- if credit_card_or_reference.is_a?(String)
236
- add_reference(post, credit_card_or_reference)
15
+ version = options[:login].to_i < 10000000 ? 10 : 7
16
+ if version <= 7
17
+ QuickpayV4to7Gateway.new(options)
237
18
  else
238
- add_creditcard(post, credit_card_or_reference, options)
239
- end
240
- end
241
-
242
- def add_autocapture(post, autocapture)
243
- post[:autocapture] = autocapture ? 1 : 0
244
- end
245
-
246
- def recurring_or_authorize(credit_card_or_reference)
247
- credit_card_or_reference.is_a?(String) ? :recurring : :authorize
248
- end
249
-
250
- def add_description(post, options)
251
- post[:description] = options[:description]
252
- end
253
-
254
- def add_testmode(post)
255
- return if post[:transaction].present?
256
- post[:testmode] = test? ? '1' : '0'
257
- end
258
-
259
- def add_fraud_parameters(post, options)
260
- if @protocol >= 4
261
- post[:fraud_remote_addr] = options[:fraud_remote_addr] if options[:fraud_remote_addr]
262
- post[:fraud_http_accept] = options[:fraud_http_accept] if options[:fraud_http_accept]
263
- post[:fraud_http_accept_language] = options[:fraud_http_accept_language] if options[:fraud_http_accept_language]
264
- post[:fraud_http_accept_encoding] = options[:fraud_http_accept_encoding] if options[:fraud_http_accept_encoding]
265
- post[:fraud_http_accept_charset] = options[:fraud_http_accept_charset] if options[:fraud_http_accept_charset]
266
- post[:fraud_http_referer] = options[:fraud_http_referer] if options[:fraud_http_referer]
267
- post[:fraud_http_user_agent] = options[:fraud_http_user_agent] if options[:fraud_http_user_agent]
268
- end
269
- end
270
-
271
- def commit(action, params)
272
- response = parse(ssl_post(self.live_url, post_data(action, params)))
273
-
274
- Response.new(successful?(response), message_from(response), response,
275
- :test => test?,
276
- :authorization => response[:transaction]
277
- )
278
- end
279
-
280
- def successful?(response)
281
- response[:qpstat] == APPROVED
282
- end
283
-
284
- def parse(data)
285
- response = {}
286
-
287
- doc = REXML::Document.new(data)
288
-
289
- doc.root.elements.each do |element|
290
- response[element.name.to_sym] = element.text
19
+ QuickpayV10Gateway.new(options)
291
20
  end
292
-
293
- response
294
21
  end
295
22
 
296
- def message_from(response)
297
- response[:qpstatmsg].to_s
298
- end
299
-
300
- def post_data(action, params = {})
301
- params[:protocol] = @protocol
302
- params[:msgtype] = action.to_s
303
- params[:merchant] = @options[:login]
304
- params[:apikey] = @options[:apikey] if @options[:apikey]
305
- params[:md5check] = generate_check_hash(action, params)
306
-
307
- params.collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&")
308
- end
309
-
310
- def generate_check_hash(action, params)
311
- string = MD5_CHECK_FIELDS[@protocol][action].collect do |key|
312
- params[key.to_sym]
313
- end.join('')
314
-
315
- # Add the md5checkword
316
- string << @options[:password].to_s
317
-
318
- Digest::MD5.hexdigest(string)
319
- end
320
-
321
- def expdate(credit_card)
322
- year = format(credit_card.year, :two_digits)
323
- month = format(credit_card.month, :two_digits)
324
-
325
- "#{year}#{month}"
326
- end
327
-
328
- # Limited to 20 digits max
329
- def format_order_number(number)
330
- number.to_s.gsub(/[^\w_]/, '').rjust(4, "0")[0...20]
331
- end
332
23
  end
333
24
  end
334
25
  end
@@ -0,0 +1,236 @@
1
+ module ActiveMerchant #:nodoc:
2
+ module Billing #:nodoc:
3
+ class QvalentGateway < Gateway
4
+ self.display_name = "Qvalent"
5
+ self.homepage_url = "https://www.qvalent.com/"
6
+
7
+ self.test_url = "https://ccapi.client.support.qvalent.com/post/CreditCardAPIReceiver"
8
+ self.live_url = "https://ccapi.client.qvalent.com/post/CreditCardAPIReceiver"
9
+
10
+ self.supported_countries = ["AU"]
11
+ self.default_currency = "AUD"
12
+ self.money_format = :cents
13
+ self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :diners]
14
+
15
+ def initialize(options={})
16
+ requires!(options, :username, :password, :merchant, :pem, :pem_password)
17
+ super
18
+ end
19
+
20
+ def purchase(amount, payment_method, options={})
21
+ post = {}
22
+ add_invoice(post, amount, options)
23
+ add_order_number(post, options)
24
+ add_payment_method(post, payment_method)
25
+ add_verification_value(post, payment_method)
26
+ add_customer_data(post, options)
27
+ add_soft_descriptors(post, options)
28
+
29
+ commit("capture", post)
30
+ end
31
+
32
+ def authorize(amount, payment_method, options={})
33
+ post = {}
34
+ add_invoice(post, amount, options)
35
+ add_order_number(post, options)
36
+ add_payment_method(post, payment_method)
37
+ add_verification_value(post, payment_method)
38
+ add_customer_data(post, options)
39
+ add_soft_descriptors(post, options)
40
+
41
+ commit("preauth", post)
42
+ end
43
+
44
+ def capture(amount, authorization, options={})
45
+ post = {}
46
+ add_invoice(post, amount, options)
47
+ add_reference(post, authorization, options)
48
+ add_customer_data(post, options)
49
+ add_soft_descriptors(post, options)
50
+
51
+ commit("captureWithoutAuth", post)
52
+ end
53
+
54
+ def refund(amount, authorization, options={})
55
+ post = {}
56
+ add_invoice(post, amount, options)
57
+ add_reference(post, authorization, options)
58
+ add_customer_data(post, options)
59
+ add_soft_descriptors(post, options)
60
+
61
+ commit("refund", post)
62
+ end
63
+
64
+ # Credit requires the merchant account to be enabled for "Adhoc Refunds"
65
+ def credit(amount, payment_method, options={})
66
+ post = {}
67
+ add_invoice(post, amount, options)
68
+ add_order_number(post, options)
69
+ add_payment_method(post, payment_method)
70
+ add_customer_data(post, options)
71
+ add_soft_descriptors(post, options)
72
+
73
+ commit("refund", post)
74
+ end
75
+
76
+ def void(authorization, options={})
77
+ post = {}
78
+ add_reference(post, authorization, options)
79
+ add_customer_data(post, options)
80
+ add_soft_descriptors(post, options)
81
+
82
+ commit("reversal", post)
83
+ end
84
+
85
+ def store(payment_method, options = {})
86
+ post = {}
87
+ add_payment_method(post, payment_method)
88
+ add_card_reference(post)
89
+
90
+ commit("registerAccount", post)
91
+ end
92
+
93
+ def supports_scrubbing?
94
+ true
95
+ end
96
+
97
+ def scrub(transcript)
98
+ transcript.
99
+ gsub(%r((&?customer.password=)[^&]*), '\1[FILTERED]').
100
+ gsub(%r((&?card.PAN=)[^&]*), '\1[FILTERED]').
101
+ gsub(%r((&?card.CVN=)[^&]*), '\1[FILTERED]')
102
+ end
103
+
104
+ private
105
+
106
+ CURRENCY_CODES = Hash.new{|h,k| raise ArgumentError.new("Unsupported currency: #{k}")}
107
+ CURRENCY_CODES["AUD"] = "AUD"
108
+ CURRENCY_CODES["INR"] = "INR"
109
+
110
+ def add_soft_descriptors(post, options)
111
+ post["customer.merchantName"] = options[:customer_merchant_name] if options[:customer_merchant_name]
112
+ post["customer.merchantStreetAddress"] = options[:customer_merchant_street_address] if options[:customer_merchant_street_address]
113
+ post["customer.merchantLocation"] = options[:customer_merchant_location] if options[:customer_merchant_location]
114
+ post["customer.merchantState"] = options[:customer_merchant_state] if options[:customer_merchant_state]
115
+ post["customer.merchantCountry"] = options[:customer_merchant_country] if options[:customer_merchant_country]
116
+ post["customer.merchantPostCode"] = options[:customer_merchant_post_code] if options[:customer_merchant_post_code]
117
+ post["customer.subMerchantId"] = options[:customer_sub_merchant_id] if options[:customer_sub_merchant_id]
118
+ end
119
+
120
+ def add_invoice(post, money, options)
121
+ post["order.amount"] = amount(money)
122
+ post["card.currency"] = CURRENCY_CODES[options[:currency] || currency(money)]
123
+ post["order.ECI"] = options[:eci] ? options[:eci] : "SSL"
124
+ end
125
+
126
+ def add_payment_method(post, payment_method)
127
+ post["card.cardHolderName"] = payment_method.name
128
+ post["card.PAN"] = payment_method.number
129
+ post["card.expiryYear"] = format(payment_method.year, :two_digits)
130
+ post["card.expiryMonth"] = format(payment_method.month, :two_digits)
131
+ end
132
+
133
+ def add_verification_value(post, payment_method)
134
+ post["card.CVN"] = payment_method.verification_value
135
+ end
136
+
137
+ def add_card_reference(post)
138
+ post["customer.customerReferenceNumber"] = options[:order_id]
139
+ end
140
+
141
+ def add_reference(post, authorization, options)
142
+ post["customer.originalOrderNumber"] = authorization
143
+ add_order_number(post, options)
144
+ end
145
+
146
+ def add_order_number(post, options)
147
+ post["customer.orderNumber"] = options[:order_id] || SecureRandom.uuid
148
+ end
149
+
150
+ def add_customer_data(post, options)
151
+ post["order.ipAddress"] = options[:ip] || "127.0.0.1"
152
+ post["order.xid"] = options[:xid] if options[:xid]
153
+ post["order.cavv"] = options[:cavv] if options[:cavv]
154
+ end
155
+
156
+ def commit(action, post)
157
+ post["customer.username"] = @options[:username]
158
+ post["customer.password"] = @options[:password]
159
+ post["customer.merchant"] = @options[:merchant]
160
+ post["order.type"] = action
161
+
162
+ data = build_request(post)
163
+ raw = parse(ssl_post(url(action), data, headers))
164
+
165
+ succeeded = success_from(raw["response.responseCode"])
166
+ Response.new(
167
+ succeeded,
168
+ message_from(succeeded, raw),
169
+ raw,
170
+ authorization: raw["response.orderNumber"] || raw["response.customerReferenceNumber"],
171
+ error_code: error_code_from(succeeded, raw),
172
+ test: test?
173
+ )
174
+ end
175
+
176
+ def headers
177
+ {
178
+ "Content-Type" => "application/x-www-form-urlencoded"
179
+ }
180
+ end
181
+
182
+ def build_request(post)
183
+ post.to_query + "&message.end"
184
+ end
185
+
186
+ def url(action)
187
+ (test? ? test_url : live_url)
188
+ end
189
+
190
+ def parse(body)
191
+ result = {}
192
+ body.to_s.each_line do |pair|
193
+ result[$1] = $2 if pair.strip =~ /\A([^=]+)=(.+)\Z/im
194
+ end
195
+ result
196
+ end
197
+
198
+ def parse_element(response, node)
199
+ if node.has_elements?
200
+ node.elements.each{|element| parse_element(response, element) }
201
+ else
202
+ response[node.name.underscore.to_sym] = node.text
203
+ end
204
+ end
205
+
206
+ SUCCESS_CODES = %w(00 08 10 11 16 QS QZ)
207
+
208
+ def success_from(response)
209
+ SUCCESS_CODES.include?(response)
210
+ end
211
+
212
+ def message_from(succeeded, response)
213
+ if succeeded
214
+ "Succeeded"
215
+ else
216
+ response["response.text"] || "Unable to read error message"
217
+ end
218
+ end
219
+
220
+ STANDARD_ERROR_CODE_MAPPING = {
221
+ "14" => STANDARD_ERROR_CODE[:invalid_number],
222
+ "QQ" => STANDARD_ERROR_CODE[:invalid_cvc],
223
+ "33" => STANDARD_ERROR_CODE[:expired_card],
224
+ "NT" => STANDARD_ERROR_CODE[:incorrect_address],
225
+ "12" => STANDARD_ERROR_CODE[:card_declined],
226
+ "06" => STANDARD_ERROR_CODE[:processing_error],
227
+ "01" => STANDARD_ERROR_CODE[:call_issuer],
228
+ "04" => STANDARD_ERROR_CODE[:pickup_card],
229
+ }
230
+
231
+ def error_code_from(succeeded, response)
232
+ succeeded ? nil : STANDARD_ERROR_CODE_MAPPING[response["response.responseCode"]]
233
+ end
234
+ end
235
+ end
236
+ end
@@ -12,7 +12,7 @@ module ActiveMerchant
12
12
  # login - The unique id of the merchant
13
13
  # password - The secret is used to digitally sign the request
14
14
  # account - This is an optional third part of the authentication process
15
- # and is used if the merchant wishes do distuinguish cc traffic from the different sources
15
+ # and is used if the merchant wishes do distinguish cc traffic from the different sources
16
16
  # by using a different account. This must be created in advance
17
17
  #
18
18
  # the Realex team decided to make the orderid unique per request,
@@ -28,13 +28,14 @@ module ActiveMerchant
28
28
  'diners_club' => 'DINERS',
29
29
  'switch' => 'SWITCH',
30
30
  'solo' => 'SWITCH',
31
- 'laser' => 'LASER'
31
+ 'laser' => 'LASER',
32
+ 'maestro' => 'MC'
32
33
  }
33
34
 
34
35
  self.money_format = :cents
35
36
  self.default_currency = 'EUR'
36
37
  self.supported_cardtypes = [ :visa, :master, :american_express, :diners_club, :switch, :solo, :laser ]
37
- self.supported_countries = [ 'IE', 'GB' ]
38
+ self.supported_countries = %w(IE GB FR BE NL LU IT)
38
39
  self.homepage_url = 'http://www.realexpayments.com/'
39
40
  self.display_name = 'Realex'
40
41
 
@@ -73,7 +74,7 @@ module ActiveMerchant
73
74
  end
74
75
 
75
76
  def credit(money, authorization, options = {})
76
- deprecated CREDIT_DEPRECATION_MESSAGE
77
+ ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE
77
78
  refund(money, authorization, options)
78
79
  end
79
80
 
@@ -82,18 +83,28 @@ module ActiveMerchant
82
83
  commit(request)
83
84
  end
84
85
 
86
+ def supports_scrubbing
87
+ true
88
+ end
89
+
90
+ def scrub(transcript)
91
+ transcript.
92
+ gsub(%r((Authorization: Basic )\w+), '\1[FILTERED]').
93
+ gsub(%r((<number>)\d+(</number>))i, '\1[FILTERED]\2')
94
+ end
95
+
85
96
  private
86
97
  def commit(request)
87
98
  response = parse(ssl_post(self.live_url, request))
88
99
 
89
- Response.new(response[:result] == "00", message_from(response), response,
90
- :test => response[:message] =~ /\[ test system \]/,
100
+ Response.new(
101
+ (response[:result] == "00"),
102
+ message_from(response),
103
+ response,
104
+ :test => (response[:message] =~ %r{\[ test system \]}),
91
105
  :authorization => authorization_from(response),
92
- :cvv_result => response[:cvnresult],
93
- :avs_result => {
94
- :street_match => response[:avspostcoderesponse],
95
- :postal_match => response[:avspostcoderesponse]
96
- }
106
+ avs_result: AVSResult.new(code: response[:avspostcoderesponse]),
107
+ cvv_result: CVVResult.new(response[:cvnresult])
97
108
  )
98
109
  end
99
110
 
@@ -187,14 +198,14 @@ module ActiveMerchant
187
198
 
188
199
  if billing_address
189
200
  xml.tag! 'address', 'type' => 'billing' do
190
- xml.tag! 'code', format_shipping_zip_code(billing_address[:zip])
201
+ xml.tag! 'code', format_address_code(billing_address)
191
202
  xml.tag! 'country', billing_address[:country]
192
203
  end
193
204
  end
194
205
 
195
206
  if shipping_address
196
207
  xml.tag! 'address', 'type' => 'shipping' do
197
- xml.tag! 'code', format_shipping_zip_code(shipping_address[:zip])
208
+ xml.tag! 'code', format_address_code(shipping_address)
198
209
  xml.tag! 'country', shipping_address[:country]
199
210
  end
200
211
  end
@@ -240,8 +251,9 @@ module ActiveMerchant
240
251
  end
241
252
  end
242
253
 
243
- def format_shipping_zip_code(zip)
244
- zip.to_s.gsub(/\W/, '')
254
+ def format_address_code(address)
255
+ code = [address[:zip].to_s, address[:address1].to_s + address[:address2].to_s]
256
+ code.collect{|e| e.gsub(/\D/, "")}.reject{|e| e.empty?}.join("|")
245
257
  end
246
258
 
247
259
  def new_timestamp
@@ -261,16 +273,6 @@ module ActiveMerchant
261
273
  "#{format(credit_card.month, :two_digits)}#{format(credit_card.year, :two_digits)}"
262
274
  end
263
275
 
264
- def normalize(field)
265
- case field
266
- when "true" then true
267
- when "false" then false
268
- when "" then nil
269
- when "null" then nil
270
- else field
271
- end
272
- end
273
-
274
276
  def message_from(response)
275
277
  message = nil
276
278
  case response[:result]