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
@@ -0,0 +1,305 @@
1
+ require "nokogiri"
2
+
3
+ module ActiveMerchant #:nodoc:
4
+ module Billing #:nodoc:
5
+ class HpsGateway < Gateway
6
+ self.live_url = 'https://posgateway.secureexchange.net/Hps.Exchange.PosGateway/PosGatewayService.asmx?wsdl'
7
+ self.test_url = 'https://posgateway.cert.secureexchange.net/Hps.Exchange.PosGateway/PosGatewayService.asmx?wsdl'
8
+
9
+ self.supported_countries = ['US']
10
+ self.default_currency = 'USD'
11
+ self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jbc, :diners_club]
12
+
13
+ self.homepage_url = 'http://developer.heartlandpaymentsystems.com/SecureSubmit/'
14
+ self.display_name = 'Heartland Payment Systems'
15
+
16
+ self.money_format = :dollars
17
+
18
+ def initialize(options={})
19
+ requires!(options, :secret_api_key)
20
+ super
21
+ end
22
+
23
+ def authorize(money, card_or_token, options={})
24
+ commit('CreditAuth') do |xml|
25
+ add_amount(xml, money)
26
+ add_allow_dup(xml)
27
+ add_customer_data(xml, card_or_token, options)
28
+ add_details(xml, options)
29
+ add_descriptor_name(xml, options)
30
+ add_payment(xml, card_or_token, options)
31
+ end
32
+ end
33
+
34
+ def capture(money, transaction_id, options={})
35
+ commit('CreditAddToBatch') do |xml|
36
+ add_amount(xml, money)
37
+ add_reference(xml, transaction_id)
38
+ end
39
+ end
40
+
41
+ def purchase(money, card_or_token, options={})
42
+ commit('CreditSale') do |xml|
43
+ add_amount(xml, money)
44
+ add_allow_dup(xml)
45
+ add_customer_data(xml, card_or_token,options)
46
+ add_details(xml, options)
47
+ add_descriptor_name(xml, options)
48
+ add_payment(xml, card_or_token, options)
49
+ end
50
+ end
51
+
52
+ def refund(money, transaction_id, options={})
53
+ commit('CreditReturn') do |xml|
54
+ add_amount(xml, money)
55
+ add_allow_dup(xml)
56
+ add_reference(xml, transaction_id)
57
+ add_customer_data(xml, transaction_id,options)
58
+ add_details(xml, options)
59
+ end
60
+ end
61
+
62
+ def verify(card_or_token, options={})
63
+ commit('CreditAccountVerify') do |xml|
64
+ add_customer_data(xml, card_or_token, options)
65
+ add_descriptor_name(xml, options)
66
+ add_payment(xml, card_or_token, options)
67
+ end
68
+ end
69
+
70
+ def void(transaction_id, options={})
71
+ commit('CreditVoid') do |xml|
72
+ add_reference(xml, transaction_id)
73
+ end
74
+ end
75
+
76
+ def supports_scrubbing?
77
+ true
78
+ end
79
+
80
+ def scrub(transcript)
81
+ transcript.
82
+ gsub(%r((<hps:CardNbr>)[^<]*(<\/hps:CardNbr>))i, '\1[FILTERED]\2').
83
+ gsub(%r((<hps:CVV2>)[^<]*(<\/hps:CVV2>))i, '\1[FILTERED]\2').
84
+ gsub(%r((<hps:SecretAPIKey>)[^<]*(<\/hps:SecretAPIKey>))i, '\1[FILTERED]\2')
85
+ end
86
+
87
+ private
88
+
89
+ def add_reference(xml, transaction_id)
90
+ xml.hps :GatewayTxnId, transaction_id
91
+ end
92
+
93
+ def add_amount(xml, money)
94
+ xml.hps :Amt, amount(money) if money
95
+ end
96
+
97
+ def add_customer_data(xml, credit_card, options)
98
+ xml.hps :CardHolderData do
99
+ if credit_card.respond_to?(:number)
100
+ xml.hps :CardHolderFirstName, credit_card.first_name if credit_card.first_name
101
+ xml.hps :CardHolderLastName, credit_card.last_name if credit_card.last_name
102
+ end
103
+
104
+ xml.hps :CardHolderEmail, options[:email] if options[:email]
105
+ xml.hps :CardHolderPhone, options[:phone] if options[:phone]
106
+
107
+ if(billing_address = (options[:billing_address] || options[:address]))
108
+ xml.hps :CardHolderAddr, billing_address[:address1] if billing_address[:address1]
109
+ xml.hps :CardHolderCity, billing_address[:city] if billing_address[:city]
110
+ xml.hps :CardHolderState, billing_address[:state] if billing_address[:state]
111
+ xml.hps :CardHolderZip, billing_address[:zip] if billing_address[:zip]
112
+ end
113
+ end
114
+ end
115
+
116
+ def add_payment(xml, card_or_token, options)
117
+ xml.hps :CardData do
118
+ if card_or_token.respond_to?(:number)
119
+ if card_or_token.track_data
120
+ xml.tag!("hps:TrackData", 'method'=>'swipe') do
121
+ xml.text! card_or_token.track_data
122
+ end
123
+ if options[:encryption_type]
124
+ xml.hps :EncryptionData do
125
+ xml.hps :Version, options[:encryption_type]
126
+ if options[:encryption_type] == '02'
127
+ xml.hps :EncryptedTrackNumber, options[:encrypted_track_number]
128
+ xml.hps :KTB, options[:ktb]
129
+ end
130
+ end
131
+ end
132
+ else
133
+ xml.hps :ManualEntry do
134
+ xml.hps :CardNbr, card_or_token.number
135
+ xml.hps :ExpMonth, card_or_token.month
136
+ xml.hps :ExpYear, card_or_token.year
137
+ xml.hps :CVV2, card_or_token.verification_value if card_or_token.verification_value
138
+ xml.hps :CardPresent, 'N'
139
+ xml.hps :ReaderPresent, 'N'
140
+ end
141
+ end
142
+ else
143
+ xml.hps :TokenData do
144
+ xml.hps :TokenValue, card_or_token
145
+ end
146
+ end
147
+ xml.hps :TokenRequest, (options[:store] ? 'Y' : 'N')
148
+ end
149
+ end
150
+
151
+ def add_details(xml, options)
152
+ xml.hps :AdditionalTxnFields do
153
+ xml.hps :Description, options[:description] if options[:description]
154
+ xml.hps :InvoiceNbr, options[:order_id] if options[:order_id]
155
+ xml.hps :CustomerID, options[:customer_id] if options[:customer_id]
156
+ end
157
+ end
158
+
159
+ def add_allow_dup(xml)
160
+ xml.hps :AllowDup, 'Y'
161
+ end
162
+
163
+ def add_descriptor_name(xml, options)
164
+ xml.hps :TxnDescriptor, options[:descriptor_name] if options[:descriptor_name]
165
+ end
166
+
167
+ def build_request(action)
168
+ xml = Builder::XmlMarkup.new(encoding: 'UTF-8')
169
+ xml.instruct!(:xml, encoding: 'UTF-8')
170
+ xml.SOAP :Envelope, {
171
+ 'xmlns:SOAP' => 'http://schemas.xmlsoap.org/soap/envelope/',
172
+ 'xmlns:hps' => 'http://Hps.Exchange.PosGateway' } do
173
+ xml.SOAP :Body do
174
+ xml.hps :PosRequest do
175
+ xml.hps 'Ver1.0'.to_sym do
176
+ xml.hps :Header do
177
+ xml.hps :SecretAPIKey, @options[:secret_api_key]
178
+ xml.hps :DeveloperID, @options[:developer_id] if @options[:developer_id]
179
+ xml.hps :VersionNbr, @options[:version_number] if @options[:version_number]
180
+ xml.hps :SiteTrace, @options[:site_trace] if @options[:site_trace]
181
+ end
182
+ xml.hps :Transaction do
183
+ xml.hps action.to_sym do
184
+ if %w(CreditVoid CreditAddToBatch).include?(action)
185
+ yield(xml)
186
+ else
187
+ xml.hps :Block1 do
188
+ yield(xml)
189
+ end
190
+ end
191
+ end
192
+ end
193
+ end
194
+ end
195
+ end
196
+ end
197
+ xml.target!
198
+ end
199
+
200
+ def parse(raw)
201
+ response = {}
202
+
203
+ doc = Nokogiri::XML(raw)
204
+ doc.remove_namespaces!
205
+ if(header = doc.xpath("//Header").first)
206
+ header.elements.each do |node|
207
+ if (node.elements.size == 0)
208
+ response[node.name] = node.text
209
+ else
210
+ node.elements.each do |childnode|
211
+ response[childnode.name] = childnode.text
212
+ end
213
+ end
214
+ end
215
+ end
216
+ if(transaction = doc.xpath("//Transaction/*[1]").first)
217
+ transaction.elements.each do |node|
218
+ response[node.name] = node.text
219
+ end
220
+ end
221
+ if(fault = doc.xpath("//Fault/Reason/Text").first)
222
+ response["Fault"] = fault.text
223
+ end
224
+
225
+ response
226
+ end
227
+
228
+ def commit(action, &request)
229
+ data = build_request(action, &request)
230
+
231
+ response = begin
232
+ parse(ssl_post((test? ? test_url : live_url), data, 'Content-Type' => 'text/xml'))
233
+ rescue ResponseError => e
234
+ parse(e.response.body)
235
+ end
236
+
237
+ ActiveMerchant::Billing::Response.new(
238
+ successful?(response),
239
+ message_from(response),
240
+ response,
241
+ test: test?,
242
+ authorization: authorization_from(response),
243
+ avs_result: {
244
+ code: response['AVSRsltCode'],
245
+ message: response['AVSRsltText']
246
+ },
247
+ cvv_result: response['CVVRsltCode']
248
+ )
249
+ end
250
+
251
+ def successful?(response)
252
+ (
253
+ (response["GatewayRspCode"] == "0") &&
254
+ ((response["RspCode"] || "00") == "00" || response["RspCode"] == "85")
255
+ )
256
+ end
257
+
258
+ def message_from(response)
259
+ if(response["Fault"])
260
+ response["Fault"]
261
+ elsif(response["GatewayRspCode"] == "0")
262
+ if(response["RspCode"] != "00" && response["RspCode"] != "85")
263
+ issuer_message(response["RspCode"])
264
+ else
265
+ response['GatewayRspMsg']
266
+ end
267
+ else
268
+ (GATEWAY_MESSAGES[response["GatewayRspCode"]] || response["GatewayRspMsg"])
269
+ end
270
+ end
271
+
272
+ def authorization_from(response)
273
+ response['GatewayTxnId']
274
+ end
275
+
276
+ def test?
277
+ (@options[:secret_api_key] && @options[:secret_api_key].include?('_cert_'))
278
+ end
279
+
280
+ ISSUER_MESSAGES = {
281
+ "13" => "Must be greater than or equal 0.",
282
+ "14" => "The card number is incorrect.",
283
+ "54" => "The card has expired.",
284
+ "55" => "The 4-digit pin is invalid.",
285
+ "75" => "Maximum number of pin retries exceeded.",
286
+ "80" => "Card expiration date is invalid.",
287
+ "86" => "Can't verify card pin number."
288
+ }
289
+ def issuer_message(code)
290
+ return "The card was declined." if %w(02 03 04 05 41 43 44 51 56 61 62 63 65 78).include?(code)
291
+ return "An error occurred while processing the card." if %w(06 07 12 15 19 12 52 53 57 58 76 77 91 96 EC).include?(code)
292
+ return "The card's security code is incorrect." if %w(EB N7).include?(code)
293
+ ISSUER_MESSAGES[code]
294
+ end
295
+
296
+ GATEWAY_MESSAGES = {
297
+ "-2" => "Authentication error. Please double check your service configuration.",
298
+ "12" => "Invalid CPC data.",
299
+ "13" => "Invalid card data.",
300
+ "14" => "The card number is not a valid credit card number.",
301
+ "30" => "Gateway timed out."
302
+ }
303
+ end
304
+ end
305
+ end
@@ -1,34 +1,289 @@
1
1
  module ActiveMerchant #:nodoc:
2
2
  module Billing #:nodoc:
3
- class IatsPaymentsGateway < AuthorizeNetGateway
4
- self.live_url = self.test_url = 'https://www.iatspayments.com/netgate/AEGateway.aspx'
3
+ class IatsPaymentsGateway < Gateway
4
+ class_attribute :live_na_url, :live_uk_url
5
5
 
6
- self.homepage_url = 'http://www.iatspayments.com/'
7
- self.display_name = 'IATSPayments'
6
+ self.live_na_url = 'https://www.iatspayments.com/NetGate'
7
+ self.live_uk_url = 'https://www.uk.iatspayments.com/NetGate'
8
8
 
9
- def authorize(money, paysource, options = {})
10
- raise NotImplementedError
9
+ self.supported_countries = %w(AU BR CA CH DE DK ES FI FR GR HK IE IT NL NO PT SE SG TR GB US TH ID PH BE)
10
+ self.default_currency = 'USD'
11
+ self.supported_cardtypes = [:visa, :master, :american_express, :discover]
12
+
13
+ self.homepage_url = 'http://home.iatspayments.com/'
14
+ self.display_name = 'iATS Payments'
15
+
16
+ ACTIONS = {
17
+ purchase: "ProcessCreditCardV1",
18
+ purchase_check: "ProcessACHEFTV1",
19
+ refund: "ProcessCreditCardRefundWithTransactionIdV1",
20
+ refund_check: "ProcessACHEFTRefundWithTransactionIdV1",
21
+ store: "CreateCreditCardCustomerCodeV1",
22
+ unstore: "DeleteCustomerCodeV1"
23
+ }
24
+
25
+ def initialize(options={})
26
+ if(options[:login])
27
+ ActiveMerchant.deprecated("The 'login' option is deprecated in favor of 'agent_code' and will be removed in a future version.")
28
+ options[:agent_code] = options[:login]
29
+ end
30
+
31
+ options[:region] = 'na' unless options[:region]
32
+
33
+ requires!(options, :agent_code, :password, :region)
34
+ super
11
35
  end
12
36
 
13
- def capture(money, authorization, options = {})
14
- raise NotImplementedError
37
+ def purchase(money, payment, options={})
38
+ post = {}
39
+ add_invoice(post, money, options)
40
+ add_payment(post, payment)
41
+ add_address(post, options)
42
+ add_ip(post, options)
43
+ add_description(post, options)
44
+
45
+ commit((payment.is_a?(Check) ? :purchase_check : :purchase), post)
15
46
  end
16
47
 
17
- def void(authorization, options = {})
18
- raise NotImplementedError
48
+ def refund(money, authorization, options={})
49
+ post = {}
50
+ transaction_id, payment_type = split_authorization(authorization)
51
+ post[:transaction_id] = transaction_id
52
+ add_invoice(post, -money, options)
53
+ add_ip(post, options)
54
+ add_description(post, options)
55
+
56
+ commit((payment_type == 'check' ? :refund_check : :refund), post)
19
57
  end
20
58
 
21
- def refund(money, identification, options = {})
22
- raise NotImplementedError
59
+ def store(credit_card, options = {})
60
+ post = {}
61
+ add_payment(post, credit_card)
62
+ add_address(post, options)
63
+ add_ip(post, options)
64
+ add_description(post, options)
65
+ add_store_defaults(post)
66
+
67
+ commit(:store, post)
23
68
  end
24
69
 
25
- def credit(money, identification, options = {})
26
- raise NotImplementedError
70
+ def unstore(authorization, options = {})
71
+ post = {}
72
+ post[:customer_code] = authorization
73
+ add_ip(post, options)
74
+
75
+ commit(:unstore, post)
76
+ end
77
+
78
+ def supports_scrubbing?
79
+ true
80
+ end
81
+
82
+ def scrub(transcript)
83
+ transcript.
84
+ gsub(%r((<agentCode>).+(</agentCode>)), '\1[FILTERED]\2').
85
+ gsub(%r((<password>).+(</password>)), '\1[FILTERED]\2').
86
+ gsub(%r((<creditCardNum>).+(</creditCardNum>)), '\1[FILTERED]\2').
87
+ gsub(%r((<cvv2>).+(</cvv2>)), '\1[FILTERED]\2').
88
+ gsub(%r((<accountNum>).+(</accountNum>)), '\1[FILTERED]\2')
27
89
  end
28
90
 
29
91
  private
30
- def split(response)
31
- response.split(',')
92
+
93
+ def add_ip(post, options)
94
+ post[:customer_ip_address] = options[:ip] if options.has_key?(:ip)
95
+ end
96
+
97
+ def add_address(post, options)
98
+ billing_address = options[:billing_address] || options[:address]
99
+ if(billing_address)
100
+ post[:address] = billing_address[:address1]
101
+ post[:city] = billing_address[:city]
102
+ post[:state] = billing_address[:state]
103
+ post[:zip_code] = billing_address[:zip]
104
+ end
105
+ end
106
+
107
+ def add_invoice(post, money, options)
108
+ post[:invoice_num] = options[:order_id] if options[:order_id]
109
+ post[:total] = amount(money)
110
+ end
111
+
112
+ def add_description(post, options)
113
+ post[:comment] = options[:description] if options[:description]
114
+ end
115
+
116
+ def add_payment(post, payment)
117
+ if payment.is_a?(Check)
118
+ add_check(post, payment)
119
+ else
120
+ add_credit_card(post, payment)
121
+ end
122
+ end
123
+
124
+ def add_credit_card(post, payment)
125
+ post[:first_name] = payment.first_name
126
+ post[:last_name] = payment.last_name
127
+ post[:credit_card_num] = payment.number
128
+ post[:credit_card_expiry] = expdate(payment)
129
+ post[:cvv2] = payment.verification_value if payment.verification_value?
130
+ post[:mop] = creditcard_brand(payment.brand)
131
+ end
132
+
133
+ def add_check(post, payment)
134
+ post[:first_name] = payment.first_name
135
+ post[:last_name] = payment.last_name
136
+ post[:account_num] = "#{payment.routing_number}#{payment.account_number}"
137
+ post[:account_type] = payment.account_type.upcase
138
+ end
139
+
140
+ def add_store_defaults(post)
141
+ post[:recurring] = false
142
+ post[:begin_date] = Time.now.xmlschema
143
+ post[:end_date] = Time.now.xmlschema
144
+ post[:amount] = 0
145
+ end
146
+
147
+ def expdate(creditcard)
148
+ year = sprintf("%.4i", creditcard.year)
149
+ month = sprintf("%.2i", creditcard.month)
150
+
151
+ "#{month}/#{year[-2..-1]}"
152
+ end
153
+
154
+ def creditcard_brand(brand)
155
+ case brand
156
+ when "visa" then "VISA"
157
+ when "master" then "MC"
158
+ when "discover" then "DSC"
159
+ when "american_express" then "AMX"
160
+ when "maestro" then "MAESTR"
161
+ else
162
+ raise "Unhandled credit card brand #{brand}"
163
+ end
164
+ end
165
+
166
+ def commit(action, parameters)
167
+ response = parse(ssl_post(url(action), post_data(action, parameters),
168
+ { 'Content-Type' => 'application/soap+xml; charset=utf-8'}))
169
+
170
+ Response.new(
171
+ success_from(response),
172
+ message_from(response),
173
+ response,
174
+ authorization: authorization_from(action, response),
175
+ test: test?
176
+ )
177
+ end
178
+
179
+ def endpoints
180
+ {
181
+ purchase: "ProcessLink.asmx",
182
+ purchase_check: "ProcessLink.asmx",
183
+ refund: "ProcessLink.asmx",
184
+ refund_check: "ProcessLink.asmx",
185
+ store: "CustomerLink.asmx",
186
+ unstore: "CustomerLink.asmx"
187
+ }
188
+ end
189
+
190
+ def url(action)
191
+ base_url = @options[:region] == 'uk' ? live_uk_url : live_na_url
192
+ "#{base_url}/#{endpoints[action]}?op=#{ACTIONS[action]}"
193
+ end
194
+
195
+ def parse(body)
196
+ response = {}
197
+ hashify_xml!(body, response)
198
+ response
199
+ end
200
+
201
+ def dexmlize_param_name(name)
202
+ names = {
203
+ 'AUTHORIZATIONRESULT' => :authorization_result,
204
+ 'SETTLEMENTBATCHDATE' => :settlement_batch_date,
205
+ 'SETTLEMENTDATE' => :settlement_date,
206
+ 'TRANSACTIONID' => :transaction_id
207
+ }
208
+ names[name] || name.to_s.downcase.intern
209
+ end
210
+
211
+ def hashify_xml!(xml, response)
212
+ xml = REXML::Document.new(xml)
213
+
214
+ xml.elements.each("//IATSRESPONSE/*") do |node|
215
+ recursively_parse_element(node, response)
216
+ end
217
+ end
218
+
219
+ def recursively_parse_element(node, response)
220
+ if(node.has_elements?)
221
+ node.elements.each { |n| recursively_parse_element(n, response) }
222
+ else
223
+ response[dexmlize_param_name(node.name)] = (node.text ? node.text.strip : nil)
224
+ end
225
+ end
226
+
227
+ def successful_result_message?(response)
228
+ response[:authorization_result] ? response[:authorization_result].start_with?('OK') : false
229
+ end
230
+
231
+ def success_from(response)
232
+ response[:status] == "Success" && successful_result_message?(response)
233
+ end
234
+
235
+ def message_from(response)
236
+ if !successful_result_message?(response) && response[:authorization_result]
237
+ return response[:authorization_result].strip
238
+ elsif(response[:status] == 'Failure')
239
+ return response[:errors]
240
+ else
241
+ response[:status]
242
+ end
243
+ end
244
+
245
+ def authorization_from(action, response)
246
+ if [:store, :unstore].include?(action)
247
+ response[:customercode]
248
+ elsif [:purchase_check].include?(action)
249
+ response[:transaction_id] ? "#{response[:transaction_id]}|check" : nil
250
+ else
251
+ response[:transaction_id]
252
+ end
253
+ end
254
+
255
+ def split_authorization(authorization)
256
+ authorization.split("|")
257
+ end
258
+
259
+ def envelope_namespaces
260
+ {
261
+ "xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance",
262
+ "xmlns:xsd" => "http://www.w3.org/2001/XMLSchema",
263
+ "xmlns:soap12" => "http://www.w3.org/2003/05/soap-envelope"
264
+ }
265
+ end
266
+
267
+ def post_data(action, parameters = {})
268
+ xml = Builder::XmlMarkup.new
269
+ xml.instruct!(:xml, :version => '1.0', :encoding => 'utf-8')
270
+ xml.tag! 'soap12:Envelope', envelope_namespaces do
271
+ xml.tag! 'soap12:Body' do
272
+ xml.tag! ACTIONS[action], { "xmlns" => "https://www.iatspayments.com/NetGate/" } do
273
+ xml.tag!('agentCode', @options[:agent_code])
274
+ xml.tag!('password', @options[:password])
275
+ parameters.each do |name, value|
276
+ xml.tag!(xmlize_param_name(name), value)
277
+ end
278
+ end
279
+ end
280
+ end
281
+ xml.target!
282
+ end
283
+
284
+ def xmlize_param_name(name)
285
+ names = { customer_ip_address: 'customerIPAddress' }
286
+ names[name] || name.to_s.camelcase(:lower)
32
287
  end
33
288
  end
34
289
  end
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/ideal_response'
1
+ require 'active_merchant/billing/gateways/ideal/ideal_response'
2
2
 
3
3
  module ActiveMerchant #:nodoc:
4
4
  module Billing #:nodoc:
@@ -52,10 +52,7 @@ module ActiveMerchant #:nodoc:
52
52
  end
53
53
 
54
54
  def token
55
- if @token.nil?
56
- @token = create_fingerprint(@options[:pem])
57
- end
58
- @token
55
+ @token ||= create_fingerprint(@options[:pem])
59
56
  end
60
57
 
61
58
  # <?xml version="1.0" encoding="UTF-8"?>
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/ideal/ideal_base'
1
+ require 'active_merchant/billing/gateways/ideal/ideal_base'
2
2
 
3
3
  module ActiveMerchant #:nodoc:
4
4
  module Billing #:nodoc:
@@ -0,0 +1,15 @@
1
+ module ActiveMerchant #:nodoc:
2
+ module Billing #:nodoc:
3
+ class InContextPaypalExpressGateway < PaypalExpressGateway
4
+ self.test_redirect_url = 'https://www.sandbox.paypal.com/checkoutnow'
5
+ self.live_redirect_url = 'https://www.paypal.com/checkoutnow'
6
+
7
+ def redirect_url_for(token, options = {})
8
+ options = {review: true}.update(options)
9
+ url = "#{redirect_url}?token=#{token}"
10
+ url += '&useraction=commit' unless options[:review]
11
+ url
12
+ end
13
+ end
14
+ end
15
+ end
@@ -17,7 +17,7 @@ module ActiveMerchant #:nodoc:
17
17
  # ==== Options
18
18
  #
19
19
  # * <tt>:login</tt> -- The Inspire Username.
20
- # * <tt>:password</tt> -- The Inspire Passowrd.
20
+ # * <tt>:password</tt> -- The Inspire Password.
21
21
  # See the Inspire Integration Guide for details. (default: +false+)
22
22
  def initialize(options = {})
23
23
  requires!(options, :login, :password)
@@ -62,6 +62,12 @@ module ActiveMerchant #:nodoc:
62
62
  commit('void', nil, post)
63
63
  end
64
64
 
65
+ def refund(money, authorization, options = {})
66
+ post = {}
67
+ post[:transactionid] = authorization
68
+ commit('refund', money, post)
69
+ end
70
+
65
71
  # Update the values (such as CC expiration) stored at
66
72
  # InspireGateway. The CC number must be supplied in the
67
73
  # CreditCard object.
@@ -157,7 +163,7 @@ module ActiveMerchant #:nodoc:
157
163
  def parse(body)
158
164
  results = {}
159
165
  body.split(/&/).each do |pair|
160
- key,val = pair.split(/=/)
166
+ key,val = pair.split(%r{=})
161
167
  results[key] = val
162
168
  end
163
169
 
@@ -178,14 +184,6 @@ module ActiveMerchant #:nodoc:
178
184
 
179
185
  end
180
186
 
181
- def expdate(creditcard)
182
- year = sprintf("%.4i", creditcard.year)
183
- month = sprintf("%.2i", creditcard.month)
184
-
185
- "#{month}#{year[-2..-1]}"
186
- end
187
-
188
-
189
187
  def message_from(response)
190
188
  case response["responsetext"]
191
189
  when "SUCCESS","Approved"