activemerchant 1.38.0 → 1.79.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (400) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +1402 -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 +152 -53
  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 +299 -0
  15. data/lib/active_merchant/billing/gateways/allied_wallet.rb +206 -0
  16. data/lib/active_merchant/billing/gateways/authorize_net.rb +904 -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 +326 -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 +221 -0
  32. data/lib/active_merchant/billing/gateways/bpoint.rb +277 -0
  33. data/lib/active_merchant/billing/gateways/braintree/braintree_common.rb +15 -2
  34. data/lib/active_merchant/billing/gateways/braintree.rb +2 -2
  35. data/lib/active_merchant/billing/gateways/braintree_blue.rb +387 -139
  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 +233 -0
  49. data/lib/active_merchant/billing/gateways/citrus_pay.rb +23 -0
  50. data/lib/active_merchant/billing/gateways/clearhaus.rb +220 -0
  51. data/lib/active_merchant/billing/gateways/commercegate.rb +143 -0
  52. data/lib/active_merchant/billing/gateways/conekta.rb +225 -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 +237 -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 +110 -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 +26 -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 +33 -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 +73 -14
  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/mundipagg.rb +292 -0
  120. data/lib/active_merchant/billing/gateways/nab_transact.rb +81 -56
  121. data/lib/active_merchant/billing/gateways/ncr_secure_pay.rb +165 -0
  122. data/lib/active_merchant/billing/gateways/net_registry.rb +8 -3
  123. data/lib/active_merchant/billing/gateways/netbanx.rb +289 -0
  124. data/lib/active_merchant/billing/gateways/netbilling.rb +61 -26
  125. data/lib/active_merchant/billing/gateways/netpay.rb +1 -1
  126. data/lib/active_merchant/billing/gateways/network_merchants.rb +242 -0
  127. data/lib/active_merchant/billing/gateways/nmi.rb +265 -10
  128. data/lib/active_merchant/billing/gateways/ogone.rb +85 -27
  129. data/lib/active_merchant/billing/gateways/omise.rb +324 -0
  130. data/lib/active_merchant/billing/gateways/openpay.rb +227 -0
  131. data/lib/active_merchant/billing/gateways/opp.rb +372 -0
  132. data/lib/active_merchant/billing/gateways/optimal_payment.rb +59 -28
  133. data/lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb +22 -21
  134. data/lib/active_merchant/billing/gateways/orbital.rb +346 -56
  135. data/lib/active_merchant/billing/gateways/pac_net_raven.rb +207 -0
  136. data/lib/active_merchant/billing/gateways/pagarme.rb +248 -0
  137. data/lib/active_merchant/billing/gateways/pago_facil.rb +122 -0
  138. data/lib/active_merchant/billing/gateways/pay_conex.rb +246 -0
  139. data/lib/active_merchant/billing/gateways/pay_gate_xml.rb +30 -14
  140. data/lib/active_merchant/billing/gateways/pay_hub.rb +213 -0
  141. data/lib/active_merchant/billing/gateways/pay_junction.rb +19 -25
  142. data/lib/active_merchant/billing/gateways/pay_junction_v2.rb +190 -0
  143. data/lib/active_merchant/billing/gateways/pay_secure.rb +0 -7
  144. data/lib/active_merchant/billing/gateways/paybox_direct.rb +16 -12
  145. data/lib/active_merchant/billing/gateways/payeezy.rb +386 -0
  146. data/lib/active_merchant/billing/gateways/payex.rb +412 -0
  147. data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +38 -17
  148. data/lib/active_merchant/billing/gateways/payflow.rb +100 -19
  149. data/lib/active_merchant/billing/gateways/payflow_express.rb +22 -22
  150. data/lib/active_merchant/billing/gateways/payflow_express_uk.rb +2 -2
  151. data/lib/active_merchant/billing/gateways/payflow_uk.rb +6 -6
  152. data/lib/active_merchant/billing/gateways/payment_express.rb +15 -3
  153. data/lib/active_merchant/billing/gateways/paymentez.rb +276 -0
  154. data/lib/active_merchant/billing/gateways/paymill.rb +237 -48
  155. data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +55 -8
  156. data/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb +4 -0
  157. data/lib/active_merchant/billing/gateways/paypal/paypal_recurring_api.rb +18 -4
  158. data/lib/active_merchant/billing/gateways/paypal.rb +37 -20
  159. data/lib/active_merchant/billing/gateways/paypal_ca.rb +1 -1
  160. data/lib/active_merchant/billing/gateways/paypal_digital_goods.rb +6 -5
  161. data/lib/active_merchant/billing/gateways/paypal_express.rb +32 -4
  162. data/lib/active_merchant/billing/gateways/paypal_express_common.rb +3 -3
  163. data/lib/active_merchant/billing/gateways/payscout.rb +162 -0
  164. data/lib/active_merchant/billing/gateways/paystation.rb +32 -24
  165. data/lib/active_merchant/billing/gateways/payu_in.rb +248 -0
  166. data/lib/active_merchant/billing/gateways/payu_latam.rb +440 -0
  167. data/lib/active_merchant/billing/gateways/pin.rb +68 -13
  168. data/lib/active_merchant/billing/gateways/plugnpay.rb +1 -12
  169. data/lib/active_merchant/billing/gateways/pro_pay.rb +326 -0
  170. data/lib/active_merchant/billing/gateways/psigate.rb +14 -14
  171. data/lib/active_merchant/billing/gateways/psl_card.rb +3 -3
  172. data/lib/active_merchant/billing/gateways/qbms.rb +12 -1
  173. data/lib/active_merchant/billing/gateways/quantum.rb +2 -2
  174. data/lib/active_merchant/billing/gateways/quickbooks.rb +290 -0
  175. data/lib/active_merchant/billing/gateways/quickpay/quickpay_common.rb +188 -0
  176. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb +299 -0
  177. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v4to7.rb +227 -0
  178. data/lib/active_merchant/billing/gateways/quickpay.rb +10 -319
  179. data/lib/active_merchant/billing/gateways/qvalent.rb +236 -0
  180. data/lib/active_merchant/billing/gateways/realex.rb +40 -25
  181. data/lib/active_merchant/billing/gateways/redsys.rb +212 -80
  182. data/lib/active_merchant/billing/gateways/s5.rb +247 -0
  183. data/lib/active_merchant/billing/gateways/safe_charge.rb +262 -0
  184. data/lib/active_merchant/billing/gateways/sage.rb +412 -119
  185. data/lib/active_merchant/billing/gateways/sage_pay.rb +176 -59
  186. data/lib/active_merchant/billing/gateways/secure_net.rb +35 -29
  187. data/lib/active_merchant/billing/gateways/secure_pay.rb +182 -9
  188. data/lib/active_merchant/billing/gateways/secure_pay_au.rb +21 -7
  189. data/lib/active_merchant/billing/gateways/secure_pay_tech.rb +0 -7
  190. data/lib/active_merchant/billing/gateways/securion_pay.rb +267 -0
  191. data/lib/active_merchant/billing/gateways/skip_jack.rb +1 -3
  192. data/lib/active_merchant/billing/gateways/smart_ps.rb +14 -3
  193. data/lib/active_merchant/billing/gateways/so_easy_pay.rb +194 -0
  194. data/lib/active_merchant/billing/gateways/spreedly_core.rb +74 -14
  195. data/lib/active_merchant/billing/gateways/stripe.rb +472 -83
  196. data/lib/active_merchant/billing/gateways/swipe_checkout.rb +156 -0
  197. data/lib/active_merchant/billing/gateways/telr.rb +275 -0
  198. data/lib/active_merchant/billing/gateways/tns.rb +22 -0
  199. data/lib/active_merchant/billing/gateways/trans_first.rb +142 -28
  200. data/lib/active_merchant/billing/gateways/trans_first_transaction_express.rb +608 -0
  201. data/lib/active_merchant/billing/gateways/transact_pro.rb +224 -0
  202. data/lib/active_merchant/billing/gateways/transnational.rb +2 -231
  203. data/lib/active_merchant/billing/gateways/trexle.rb +217 -0
  204. data/lib/active_merchant/billing/gateways/trust_commerce.rb +17 -11
  205. data/lib/active_merchant/billing/gateways/usa_epay_advanced.rb +193 -75
  206. data/lib/active_merchant/billing/gateways/usa_epay_transaction.rb +156 -64
  207. data/lib/active_merchant/billing/gateways/vanco.rb +294 -0
  208. data/lib/active_merchant/billing/gateways/verifi.rb +1 -8
  209. data/lib/active_merchant/billing/gateways/viaklix.rb +1 -15
  210. data/lib/active_merchant/billing/gateways/visanet_peru.rb +209 -0
  211. data/lib/active_merchant/billing/gateways/webpay.rb +45 -28
  212. data/lib/active_merchant/billing/gateways/wepay.rb +238 -0
  213. data/lib/active_merchant/billing/gateways/wirecard.rb +167 -49
  214. data/lib/active_merchant/billing/gateways/world_net.rb +344 -0
  215. data/lib/active_merchant/billing/gateways/worldpay.rb +171 -45
  216. data/lib/active_merchant/billing/gateways/worldpay_online_payments.rb +218 -0
  217. data/lib/active_merchant/billing/gateways/worldpay_us.rb +221 -0
  218. data/lib/active_merchant/billing/gateways.rb +8 -11
  219. data/lib/active_merchant/billing/model.rb +30 -0
  220. data/lib/active_merchant/billing/network_tokenization_credit_card.rb +39 -0
  221. data/lib/active_merchant/billing/payment_token.rb +21 -0
  222. data/lib/active_merchant/billing/rails.rb +3 -0
  223. data/lib/active_merchant/billing/response.rb +24 -17
  224. data/lib/active_merchant/billing.rb +7 -1
  225. data/lib/active_merchant/connection.rb +208 -0
  226. data/lib/active_merchant/country.rb +334 -0
  227. data/lib/active_merchant/empty.rb +20 -0
  228. data/lib/active_merchant/errors.rb +35 -0
  229. data/lib/active_merchant/net_http_ssl_connection.rb +9 -0
  230. data/lib/active_merchant/network_connection_retries.rb +81 -0
  231. data/lib/active_merchant/post_data.rb +24 -0
  232. data/lib/active_merchant/posts_data.rb +94 -0
  233. data/lib/active_merchant/version.rb +1 -1
  234. data/lib/active_merchant.rb +22 -22
  235. data/lib/certs/cacert.pem +3951 -0
  236. data/lib/support/gateway_support.rb +16 -10
  237. data/lib/support/outbound_hosts.rb +13 -10
  238. data/lib/support/ssl_version.rb +87 -0
  239. metadata +164 -306
  240. data/gem-public_cert.pem +0 -20
  241. data/lib/active_merchant/billing/expiry_date.rb +0 -34
  242. data/lib/active_merchant/billing/gateways/barclays_epdq.rb +0 -314
  243. data/lib/active_merchant/billing/gateways/card_stream_modern.rb +0 -155
  244. data/lib/active_merchant/billing/gateways/certo_direct.rb +0 -277
  245. data/lib/active_merchant/billing/gateways/orbital/avs_result.rb +0 -93
  246. data/lib/active_merchant/billing/gateways/sage/sage_bankcard.rb +0 -93
  247. data/lib/active_merchant/billing/gateways/sage/sage_core.rb +0 -114
  248. data/lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb +0 -102
  249. data/lib/active_merchant/billing/gateways/samurai.rb +0 -118
  250. data/lib/active_merchant/billing/gateways/vindicia.rb +0 -361
  251. data/lib/active_merchant/billing/integrations/a1agregator/helper.rb +0 -31
  252. data/lib/active_merchant/billing/integrations/a1agregator/notification.rb +0 -186
  253. data/lib/active_merchant/billing/integrations/a1agregator/status.rb +0 -38
  254. data/lib/active_merchant/billing/integrations/a1agregator.rb +0 -26
  255. data/lib/active_merchant/billing/integrations/action_view_helper.rb +0 -73
  256. data/lib/active_merchant/billing/integrations/authorize_net_sim/helper.rb +0 -229
  257. data/lib/active_merchant/billing/integrations/authorize_net_sim/notification.rb +0 -340
  258. data/lib/active_merchant/billing/integrations/authorize_net_sim.rb +0 -38
  259. data/lib/active_merchant/billing/integrations/bogus/helper.rb +0 -17
  260. data/lib/active_merchant/billing/integrations/bogus/notification.rb +0 -11
  261. data/lib/active_merchant/billing/integrations/bogus/return.rb +0 -10
  262. data/lib/active_merchant/billing/integrations/bogus.rb +0 -23
  263. data/lib/active_merchant/billing/integrations/chronopay/helper.rb +0 -120
  264. data/lib/active_merchant/billing/integrations/chronopay/notification.rb +0 -158
  265. data/lib/active_merchant/billing/integrations/chronopay/return.rb +0 -10
  266. data/lib/active_merchant/billing/integrations/chronopay.rb +0 -23
  267. data/lib/active_merchant/billing/integrations/direc_pay/helper.rb +0 -200
  268. data/lib/active_merchant/billing/integrations/direc_pay/notification.rb +0 -76
  269. data/lib/active_merchant/billing/integrations/direc_pay/return.rb +0 -32
  270. data/lib/active_merchant/billing/integrations/direc_pay/status.rb +0 -37
  271. data/lib/active_merchant/billing/integrations/direc_pay.rb +0 -41
  272. data/lib/active_merchant/billing/integrations/directebanking/helper.rb +0 -90
  273. data/lib/active_merchant/billing/integrations/directebanking/notification.rb +0 -120
  274. data/lib/active_merchant/billing/integrations/directebanking/return.rb +0 -11
  275. data/lib/active_merchant/billing/integrations/directebanking.rb +0 -47
  276. data/lib/active_merchant/billing/integrations/dotpay/helper.rb +0 -77
  277. data/lib/active_merchant/billing/integrations/dotpay/notification.rb +0 -86
  278. data/lib/active_merchant/billing/integrations/dotpay/return.rb +0 -11
  279. data/lib/active_merchant/billing/integrations/dotpay.rb +0 -22
  280. data/lib/active_merchant/billing/integrations/dwolla/common.rb +0 -23
  281. data/lib/active_merchant/billing/integrations/dwolla/helper.rb +0 -43
  282. data/lib/active_merchant/billing/integrations/dwolla/notification.rb +0 -64
  283. data/lib/active_merchant/billing/integrations/dwolla/return.rb +0 -49
  284. data/lib/active_merchant/billing/integrations/dwolla.rb +0 -23
  285. data/lib/active_merchant/billing/integrations/e_payment_plans/helper.rb +0 -34
  286. data/lib/active_merchant/billing/integrations/e_payment_plans/notification.rb +0 -84
  287. data/lib/active_merchant/billing/integrations/e_payment_plans.rb +0 -48
  288. data/lib/active_merchant/billing/integrations/easy_pay/common.rb +0 -40
  289. data/lib/active_merchant/billing/integrations/easy_pay/helper.rb +0 -36
  290. data/lib/active_merchant/billing/integrations/easy_pay/notification.rb +0 -59
  291. data/lib/active_merchant/billing/integrations/easy_pay.rb +0 -30
  292. data/lib/active_merchant/billing/integrations/epay/helper.rb +0 -55
  293. data/lib/active_merchant/billing/integrations/epay/notification.rb +0 -110
  294. data/lib/active_merchant/billing/integrations/epay.rb +0 -21
  295. data/lib/active_merchant/billing/integrations/first_data/helper.rb +0 -61
  296. data/lib/active_merchant/billing/integrations/first_data/notification.rb +0 -56
  297. data/lib/active_merchant/billing/integrations/first_data.rb +0 -38
  298. data/lib/active_merchant/billing/integrations/gestpay/common.rb +0 -42
  299. data/lib/active_merchant/billing/integrations/gestpay/helper.rb +0 -70
  300. data/lib/active_merchant/billing/integrations/gestpay/notification.rb +0 -85
  301. data/lib/active_merchant/billing/integrations/gestpay/return.rb +0 -10
  302. data/lib/active_merchant/billing/integrations/gestpay.rb +0 -25
  303. data/lib/active_merchant/billing/integrations/helper.rb +0 -117
  304. data/lib/active_merchant/billing/integrations/hi_trust/helper.rb +0 -58
  305. data/lib/active_merchant/billing/integrations/hi_trust/notification.rb +0 -59
  306. data/lib/active_merchant/billing/integrations/hi_trust/return.rb +0 -68
  307. data/lib/active_merchant/billing/integrations/hi_trust.rb +0 -27
  308. data/lib/active_merchant/billing/integrations/ipay88/helper.rb +0 -114
  309. data/lib/active_merchant/billing/integrations/ipay88/return.rb +0 -95
  310. data/lib/active_merchant/billing/integrations/ipay88.rb +0 -19
  311. data/lib/active_merchant/billing/integrations/liqpay/helper.rb +0 -43
  312. data/lib/active_merchant/billing/integrations/liqpay/notification.rb +0 -89
  313. data/lib/active_merchant/billing/integrations/liqpay/return.rb +0 -83
  314. data/lib/active_merchant/billing/integrations/liqpay.rb +0 -30
  315. data/lib/active_merchant/billing/integrations/maksuturva/helper.rb +0 -119
  316. data/lib/active_merchant/billing/integrations/maksuturva/notification.rb +0 -48
  317. data/lib/active_merchant/billing/integrations/maksuturva.rb +0 -86
  318. data/lib/active_merchant/billing/integrations/moneybookers/helper.rb +0 -75
  319. data/lib/active_merchant/billing/integrations/moneybookers/notification.rb +0 -129
  320. data/lib/active_merchant/billing/integrations/moneybookers.rb +0 -26
  321. data/lib/active_merchant/billing/integrations/nochex/helper.rb +0 -68
  322. data/lib/active_merchant/billing/integrations/nochex/notification.rb +0 -94
  323. data/lib/active_merchant/billing/integrations/nochex/return.rb +0 -10
  324. data/lib/active_merchant/billing/integrations/nochex.rb +0 -88
  325. data/lib/active_merchant/billing/integrations/notification.rb +0 -71
  326. data/lib/active_merchant/billing/integrations/paxum/common.rb +0 -24
  327. data/lib/active_merchant/billing/integrations/paxum/helper.rb +0 -42
  328. data/lib/active_merchant/billing/integrations/paxum/notification.rb +0 -33
  329. data/lib/active_merchant/billing/integrations/paxum.rb +0 -44
  330. data/lib/active_merchant/billing/integrations/pay_fast/common.rb +0 -42
  331. data/lib/active_merchant/billing/integrations/pay_fast/helper.rb +0 -50
  332. data/lib/active_merchant/billing/integrations/pay_fast/notification.rb +0 -134
  333. data/lib/active_merchant/billing/integrations/pay_fast/return.rb +0 -10
  334. data/lib/active_merchant/billing/integrations/pay_fast.rb +0 -70
  335. data/lib/active_merchant/billing/integrations/payflow_link/helper.rb +0 -116
  336. data/lib/active_merchant/billing/integrations/payflow_link/notification.rb +0 -78
  337. data/lib/active_merchant/billing/integrations/payflow_link.rb +0 -21
  338. data/lib/active_merchant/billing/integrations/paypal/helper.rb +0 -119
  339. data/lib/active_merchant/billing/integrations/paypal/notification.rb +0 -227
  340. data/lib/active_merchant/billing/integrations/paypal/return.rb +0 -10
  341. data/lib/active_merchant/billing/integrations/paypal.rb +0 -39
  342. data/lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb +0 -15
  343. data/lib/active_merchant/billing/integrations/paypal_payments_advanced.rb +0 -20
  344. data/lib/active_merchant/billing/integrations/paysbuy/helper.rb +0 -15
  345. data/lib/active_merchant/billing/integrations/paysbuy/notification.rb +0 -28
  346. data/lib/active_merchant/billing/integrations/paysbuy.rb +0 -36
  347. data/lib/active_merchant/billing/integrations/payu_in/helper.rb +0 -74
  348. data/lib/active_merchant/billing/integrations/payu_in/notification.rb +0 -165
  349. data/lib/active_merchant/billing/integrations/payu_in/return.rb +0 -36
  350. data/lib/active_merchant/billing/integrations/payu_in.rb +0 -43
  351. data/lib/active_merchant/billing/integrations/platron/helper.rb +0 -32
  352. data/lib/active_merchant/billing/integrations/platron/notification.rb +0 -113
  353. data/lib/active_merchant/billing/integrations/platron.rb +0 -28
  354. data/lib/active_merchant/billing/integrations/pxpay/helper.rb +0 -112
  355. data/lib/active_merchant/billing/integrations/pxpay/notification.rb +0 -157
  356. data/lib/active_merchant/billing/integrations/pxpay/return.rb +0 -25
  357. data/lib/active_merchant/billing/integrations/pxpay.rb +0 -31
  358. data/lib/active_merchant/billing/integrations/quickpay/helper.rb +0 -74
  359. data/lib/active_merchant/billing/integrations/quickpay/notification.rb +0 -137
  360. data/lib/active_merchant/billing/integrations/quickpay.rb +0 -21
  361. data/lib/active_merchant/billing/integrations/rbkmoney/helper.rb +0 -23
  362. data/lib/active_merchant/billing/integrations/rbkmoney/notification.rb +0 -91
  363. data/lib/active_merchant/billing/integrations/rbkmoney.rb +0 -17
  364. data/lib/active_merchant/billing/integrations/return.rb +0 -42
  365. data/lib/active_merchant/billing/integrations/robokassa/common.rb +0 -19
  366. data/lib/active_merchant/billing/integrations/robokassa/helper.rb +0 -50
  367. data/lib/active_merchant/billing/integrations/robokassa/notification.rb +0 -55
  368. data/lib/active_merchant/billing/integrations/robokassa/return.rb +0 -17
  369. data/lib/active_merchant/billing/integrations/robokassa.rb +0 -49
  370. data/lib/active_merchant/billing/integrations/sage_pay_form/encryption.rb +0 -33
  371. data/lib/active_merchant/billing/integrations/sage_pay_form/helper.rb +0 -136
  372. data/lib/active_merchant/billing/integrations/sage_pay_form/notification.rb +0 -210
  373. data/lib/active_merchant/billing/integrations/sage_pay_form/return.rb +0 -31
  374. data/lib/active_merchant/billing/integrations/sage_pay_form.rb +0 -37
  375. data/lib/active_merchant/billing/integrations/two_checkout/helper.rb +0 -91
  376. data/lib/active_merchant/billing/integrations/two_checkout/notification.rb +0 -139
  377. data/lib/active_merchant/billing/integrations/two_checkout/return.rb +0 -17
  378. data/lib/active_merchant/billing/integrations/two_checkout.rb +0 -44
  379. data/lib/active_merchant/billing/integrations/valitor/helper.rb +0 -86
  380. data/lib/active_merchant/billing/integrations/valitor/notification.rb +0 -13
  381. data/lib/active_merchant/billing/integrations/valitor/response_fields.rb +0 -97
  382. data/lib/active_merchant/billing/integrations/valitor/return.rb +0 -13
  383. data/lib/active_merchant/billing/integrations/valitor.rb +0 -33
  384. data/lib/active_merchant/billing/integrations/verkkomaksut/helper.rb +0 -88
  385. data/lib/active_merchant/billing/integrations/verkkomaksut/notification.rb +0 -59
  386. data/lib/active_merchant/billing/integrations/verkkomaksut.rb +0 -20
  387. data/lib/active_merchant/billing/integrations/web_pay/common.rb +0 -50
  388. data/lib/active_merchant/billing/integrations/web_pay/helper.rb +0 -68
  389. data/lib/active_merchant/billing/integrations/web_pay/notification.rb +0 -51
  390. data/lib/active_merchant/billing/integrations/web_pay.rb +0 -45
  391. data/lib/active_merchant/billing/integrations/webmoney/common.rb +0 -17
  392. data/lib/active_merchant/billing/integrations/webmoney/helper.rb +0 -40
  393. data/lib/active_merchant/billing/integrations/webmoney/notification.rb +0 -47
  394. data/lib/active_merchant/billing/integrations/webmoney.rb +0 -43
  395. data/lib/active_merchant/billing/integrations/world_pay/helper.rb +0 -101
  396. data/lib/active_merchant/billing/integrations/world_pay/notification.rb +0 -160
  397. data/lib/active_merchant/billing/integrations/world_pay.rb +0 -34
  398. data/lib/active_merchant/billing/integrations.rb +0 -17
  399. data.tar.gz.sig +0 -0
  400. metadata.gz.sig +0 -0
@@ -1,277 +0,0 @@
1
- module ActiveMerchant #:nodoc:
2
- module Billing #:nodoc:
3
- class CertoDirectGateway < Gateway
4
- self.live_url = self.test_url = "https://secure.certodirect.com/gateway/process/v2"
5
-
6
- self.supported_countries = [
7
- "BE", "BG", "CZ", "DK", "DE", "EE", "IE", "EL", "ES", "FR",
8
- "IT", "CY", "LV", "LT", "LU", "HU", "MT", "NL", "AT", "PL",
9
- "PT", "RO", "SI", "SK", "FI", "SE", "GB"
10
- ]
11
-
12
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
13
- self.homepage_url = 'http://www.certodirect.com/'
14
- self.display_name = 'CertoDirect'
15
-
16
- # Creates a new CertoDirectGateway
17
- #
18
- # The gateway requires that a valid login and password be passed
19
- # in the +options+ hash.
20
- #
21
- # ==== Options
22
- #
23
- # * <tt>:login</tt> -- The CertoDirect Shop ID (REQUIRED)
24
- # * <tt>:password</tt> -- The CertoDirect Shop Password. (REQUIRED)
25
- # * <tt>:test</tt> -- +true+ or +false+. If true, perform transactions against the test server.
26
- # Otherwise, perform transactions against the production server.
27
- def initialize(options = {})
28
- requires!(options, :login, :password)
29
- super
30
- end
31
-
32
- # Perform a purchase, which is essentially an authorization and capture in a single operation.
33
- #
34
- # ==== Parameters
35
- #
36
- # * <tt>money</tt> -- The amount to be purchased as an Integer value in cents.
37
- # * <tt>credit_card</tt> -- The CreditCard details for the transaction.
38
- # * <tt>options</tt> -- A hash of optional parameters.
39
- def purchase(money, credit_card, options = {})
40
- requires!(options, :email, :currency, :ip, :description)
41
-
42
- commit(build_sale_request(money, credit_card, options))
43
- end
44
-
45
- # Refund a transaction.
46
- #
47
- # This transaction indicates to the gateway that
48
- # money should flow from the merchant to the customer.
49
- #
50
- # ==== Parameters
51
- #
52
- # * <tt>money</tt> -- The amount to be credited to the customer as an Integer value in cents.
53
- # * <tt>identification</tt> -- The ID of the original order against which the refund is being issued.
54
- # * <tt>options</tt> -- A hash of parameters.
55
- def refund(money, identification, options = {})
56
- requires!(options, :reason)
57
-
58
- commit(build_refund_request(money, identification, options))
59
- end
60
-
61
- # Performs an authorization, which reserves the funds on the customer's credit card, but does not
62
- # charge the card.
63
- #
64
- # ==== Parameters
65
- #
66
- # * <tt>money</tt> -- The amount to be authorized as an Integer value in cents.
67
- # * <tt>credit_card</tt> -- The CreditCard details for the transaction.
68
- # * <tt>options</tt> -- A hash of optional parameters.
69
- def authorize(money, credit_card, options = {})
70
- requires!(options, :email, :currency, :ip, :description)
71
-
72
- commit(build_authorize_request(money, credit_card, options))
73
- end
74
-
75
- # Captures the funds from an authorized transaction.
76
- #
77
- # ==== Parameters
78
- #
79
- # * <tt>money</tt> -- The amount to be captured as an Integer value in cents.
80
- # * <tt>identification</tt> -- The authorization returned from the previous authorize request.
81
- def capture(money, identification, options = {})
82
- commit(build_capture_request(money, identification))
83
- end
84
-
85
- # Void a previous transaction
86
- #
87
- # ==== Parameters
88
- #
89
- # * <tt>money</tt> -- The amount to be captured as an Integer value in cents.
90
- # * <tt>identification</tt> - The authorization returned from the previous authorize request.
91
- def void(money, identification, options = {})
92
- commit(build_void_request(money, identification))
93
- end
94
-
95
- # Create a recurring payment.
96
- #
97
- # ==== Parameters
98
- #
99
- # * <tt>options</tt> -- A hash of parameters.
100
- #
101
- # ==== Options
102
- #
103
- def recurring(identification, options={})
104
- commit(build_recurring_request(identification, options))
105
- end
106
-
107
-
108
- private
109
-
110
- def commit(request_xml)
111
- begin
112
- response = Hash.from_xml(ssl_post(self.live_url, request_xml, headers))
113
- Response.new(success?(response),
114
- message(response),
115
- response,
116
- :test => test?,
117
- :authorization => authorization(response))
118
- rescue ResponseError => e
119
- raise e unless e.response.code == '403'
120
- response = Hash.from_xml(e.response.body)['response']
121
- Response.new(false, message(response), {}, :test => test?)
122
- end
123
- end
124
-
125
- def build_sale_request(money, credit_card, options)
126
- build_request_xml('Sale') do |xml|
127
- add_order(xml, money, credit_card, options)
128
- end
129
- end
130
-
131
- def build_authorize_request(money, credit_card, options)
132
- build_request_xml('Authorize') do |xml|
133
- add_order(xml, money, credit_card, options)
134
- end
135
- end
136
-
137
- def build_refund_request(money, identification, options)
138
- build_request_xml('Refund') do |xml|
139
- add_reference_info(xml, money, identification, options)
140
- xml.tag! 'reason', options[:reason]
141
- end
142
- end
143
-
144
- def build_capture_request(money, identification)
145
- build_request_xml('Capture') do |xml|
146
- add_reference_info(xml, money, identification, options)
147
- end
148
- end
149
-
150
- def build_void_request(money, identification)
151
- build_request_xml('Void') do |xml|
152
- add_reference_info(xml, money, identification, options)
153
- end
154
- end
155
-
156
- def build_recurring_request(identification, options)
157
- build_request_xml('Sale') do |xml|
158
- xml.tag! 'order' do |xml|
159
- xml.tag!('test', 'true') if test?
160
- xml.tag! 'initial_order_id', identification, :type => 'integer'
161
-
162
- add_order_details(xml, options[:amount], options) if has_any_order_details_key?(options)
163
- add_address(xml, 'billing_address', options[:billing_address]) if options[:billing_address]
164
- add_address(xml, 'shipping_address', options[:shipping_address]) if options[:shipping_address]
165
- end
166
- end
167
- end
168
-
169
- def build_request_xml(type, &block)
170
- xml = Builder::XmlMarkup.new(:indent => 2)
171
- xml.tag! 'transaction' do
172
- xml.tag! 'type', type
173
- yield(xml)
174
- end
175
- xml.target!
176
- end
177
-
178
- def add_order(xml, money, credit_card, options)
179
- xml.tag! 'order' do
180
- xml.tag!('test', 'true') if test?
181
-
182
- xml.tag!('return_url', options[:return_url]) if options[:return_url]
183
- xml.tag!('cancel_url', options[:cancel_url]) if options[:cancel_url]
184
-
185
- xml.tag! 'payment_method_type', 'CreditCard'
186
- xml.tag! 'payment_method' do
187
- xml.tag! 'number', credit_card.number
188
- xml.tag! 'exp_month', "%02i" % credit_card.month
189
- xml.tag! 'exp_year', credit_card.year
190
- xml.tag! 'holder', credit_card.name
191
- xml.tag! 'verification_value', credit_card.verification_value
192
- end
193
-
194
- add_order_details(xml, money, options)
195
- add_address(xml, 'billing_address', options[:billing_address]) if options[:billing_address]
196
- add_address(xml, 'shipping_address', options[:shipping_address]) if options[:shipping_address]
197
- end
198
- end
199
-
200
- def add_order_details(xml, money, options)
201
- xml.tag! 'details' do
202
- xml.tag!('amount', localized_amount(money, options[:currency]), :type => 'decimal') if money
203
- xml.tag!('currency', options[:currency]) if options[:currency]
204
- xml.tag!('email', options[:email]) if options[:email]
205
- xml.tag!('ip', options[:ip]) if options[:ip]
206
- xml.tag!('shipping', options[:shipping], :type => 'decimal') if options[:shipping]
207
- xml.tag!('description', options[:description]) if options[:description]
208
- end
209
- end
210
-
211
- def add_reference_info(xml, money, identification, options)
212
- xml.tag! 'order_id', identification, :type => 'integer'
213
- xml.tag! 'amount', localized_amount(money, options[:currency]), :type => 'decimal'
214
- end
215
-
216
- def add_address(xml, address_type, address)
217
- xml.tag! address_type do
218
- xml.tag! 'address', address[:address1]
219
- xml.tag! 'city', address[:city]
220
- xml.tag! 'country', address[:country]
221
- xml.tag! 'first_name', address[:first_name]
222
- xml.tag! 'last_name', address[:last_name]
223
- xml.tag! 'state', address[:state]
224
- xml.tag! 'phone', address[:phone]
225
- xml.tag! 'zip', address[:zip]
226
- end
227
- end
228
-
229
- def has_any_order_details_key?(options)
230
- [ :currency, :amount, :email, :ip, :shipping, :description ].any? do |key|
231
- options.has_key?(key)
232
- end
233
- end
234
-
235
- def success?(response)
236
- %w(completed forwarding).include?(state(response)) and
237
- status(response) == 'success'
238
- end
239
-
240
- def error?(response)
241
- response['errors']
242
- end
243
-
244
- def state(response)
245
- response["transaction"].try(:[], "state")
246
- end
247
-
248
- def status(response)
249
- response['transaction'].try(:[], 'response').try(:[], 'status')
250
- end
251
-
252
- def authorization(response)
253
- error?(response) ? nil : response["transaction"]["order"]['id'].to_s
254
- end
255
-
256
- def message(response)
257
- return response['errors'].join('; ') if error?(response)
258
-
259
- if state(response) == 'completed'
260
- response["transaction"]["response"]["message"]
261
- else
262
- response['transaction']['message']
263
- end
264
- end
265
-
266
- def headers
267
- { 'authorization' => basic_auth,
268
- 'Accept' => 'application/xml',
269
- 'Content-Type' => 'application/xml' }
270
- end
271
-
272
- def basic_auth
273
- 'Basic ' + ["#{@options[:login]}:#{@options[:password]}"].pack('m').delete("\r\n")
274
- end
275
- end
276
- end
277
- end
@@ -1,93 +0,0 @@
1
- module ActiveMerchant #:nodoc:
2
- module Billing #:nodoc:
3
- class OrbitalGateway < Gateway
4
- # Unfortunately, Orbital uses their own special codes for AVS responses
5
- # that are different than the standard codes defined in
6
- # <tt>ActiveMerchant::Billing::AVSResult</tt>.
7
- #
8
- # This class encapsulates the response codes shown on page 240 of their spec:
9
- # http://download.chasepaymentech.com/docs/orbital/orbital_gateway_xml_specification.pdf
10
- #
11
- class AVSResult < ActiveMerchant::Billing::AVSResult
12
- CODES = {
13
- '1' => 'No address supplied',
14
- '2' => 'Bill-to address did not pass Auth Host edit checks',
15
- '3' => 'AVS not performed',
16
- '4' => 'Issuer does not participate in AVS',
17
- '5' => 'Edit-error - AVS data is invalid',
18
- '6' => 'System unavailable or time-out',
19
- '7' => 'Address information unavailable',
20
- '8' => 'Transaction Ineligible for AVS',
21
- '9' => 'Zip Match/Zip 4 Match/Locale match',
22
- 'A' => 'Zip Match/Zip 4 Match/Locale no match',
23
- 'B' => 'Zip Match/Zip 4 no Match/Locale match',
24
- 'C' => 'Zip Match/Zip 4 no Match/Locale no match',
25
- 'D' => 'Zip No Match/Zip 4 Match/Locale match',
26
- 'E' => 'Zip No Match/Zip 4 Match/Locale no match',
27
- 'F' => 'Zip No Match/Zip 4 No Match/Locale match',
28
- 'G' => 'No match at all',
29
- 'H' => 'Zip Match/Locale match',
30
- 'J' => 'Issuer does not participate in Global AVS',
31
- 'JA' => 'International street address and postal match',
32
- 'JB' => 'International street address match. Postal code not verified',
33
- 'JC' => 'International street address and postal code not verified',
34
- 'JD' => 'International postal code match. Street address not verified',
35
- 'M1' => 'Merchant Override Decline',
36
- 'M2' => 'Cardholder name, billing address, and postal code matches',
37
- 'M3' => 'Cardholder name and billing code matches',
38
- 'M4' => 'Cardholder name and billing address matches',
39
- 'M5' => 'Cardholder name incorrect, billing address and postal code match',
40
- 'M6' => 'Cardholder name incorrect, billing address matches',
41
- 'M7' => 'Cardholder name incorrect, billing address matches',
42
- 'M8' => 'Cardholder name, billing address and postal code are all incorrect',
43
- 'N3' => 'Address matches, ZIP not verified',
44
- 'N4' => 'Address and ZIP code not verified due to incompatible formats',
45
- 'N5' => 'Address and ZIP code match (International only)',
46
- 'N6' => 'Address not verified (International only)',
47
- 'N7' => 'ZIP matches, address not verified',
48
- 'N8' => 'Address and ZIP code match (International only)',
49
- 'N9' => 'Address and ZIP code match (UK only)',
50
- 'R' => 'Issuer does not participate in AVS',
51
- 'UX' => 'Unknown',
52
- 'X' => 'Zip Match/Zip 4 Match/Address Match',
53
- 'Z' => 'Zip Match/Locale no match',
54
- }
55
-
56
- # Map vendor's AVS result code to a postal match code
57
- ORBITAL_POSTAL_MATCH_CODE = {
58
- 'Y' => %w( 9 A B C H JA JD M2 M3 M5 N5 N8 N9 X Z ),
59
- 'N' => %w( D E F G M8 ),
60
- 'X' => %w( 4 J R ),
61
- nil => %w( 1 2 3 5 6 7 8 JB JC M1 M4 M6 M7 N3 N4 N6 N7 UX )
62
- }.inject({}) do |map, (type, codes)|
63
- codes.each { |code| map[code] = type }
64
- map
65
- end
66
-
67
- # Map vendor's AVS result code to a street match code
68
- ORBITAL_STREET_MATCH_CODE = {
69
- 'Y' => %w( 9 B D F H JA JB M2 M4 M5 M6 M7 N3 N5 N7 N8 N9 X ),
70
- 'N' => %w( A C E G M8 Z ),
71
- 'X' => %w( 4 J R ),
72
- nil => %w( 1 2 3 5 6 7 8 JC JD M1 M3 N4 N6 UX )
73
- }.inject({}) do |map, (type, codes)|
74
- codes.each { |code| map[code] = type }
75
- map
76
- end
77
-
78
- def self.messages
79
- CODES
80
- end
81
-
82
- def initialize(code)
83
- @code = code.to_s.strip.upcase unless code.blank?
84
- if @code
85
- @message = CODES[@code]
86
- @postal_match = ORBITAL_POSTAL_MATCH_CODE[@code]
87
- @street_match = ORBITAL_STREET_MATCH_CODE[@code]
88
- end
89
- end
90
- end
91
- end
92
- end
93
- end
@@ -1,93 +0,0 @@
1
- require File.dirname(__FILE__) + '/sage_core'
2
-
3
- module ActiveMerchant #:nodoc:
4
- module Billing #:nodoc:
5
- class SageBankcardGateway < Gateway #:nodoc:
6
- include SageCore
7
- self.live_url = 'https://www.sagepayments.net/cgi-bin/eftBankcard.dll?transaction'
8
- self.source = 'bankcard'
9
-
10
- # Credit cards supported by Sage
11
- # * VISA
12
- # * MasterCard
13
- # * AMEX
14
- # * Diners
15
- # * Carte Blanche
16
- # * Discover
17
- # * JCB
18
- # * Sears
19
- self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :diners_club]
20
-
21
- def authorize(money, credit_card, options = {})
22
- post = {}
23
- add_credit_card(post, credit_card)
24
- add_transaction_data(post, money, options)
25
- commit(:authorization, post)
26
- end
27
-
28
- def purchase(money, credit_card, options = {})
29
- post = {}
30
- add_credit_card(post, credit_card)
31
- add_transaction_data(post, money, options)
32
- commit(:purchase, post)
33
- end
34
-
35
- # The +money+ amount is not used. The entire amount of the
36
- # initial authorization will be captured.
37
- def capture(money, reference, options = {})
38
- post = {}
39
- add_reference(post, reference)
40
- commit(:capture, post)
41
- end
42
-
43
- def void(reference, options = {})
44
- post = {}
45
- add_reference(post, reference)
46
- commit(:void, post)
47
- end
48
-
49
- def credit(money, credit_card, options = {})
50
- deprecated CREDIT_DEPRECATION_MESSAGE
51
- refund(money, credit_card, options)
52
- end
53
-
54
- def refund(money, credit_card, options = {})
55
- post = {}
56
- add_credit_card(post, credit_card)
57
- add_transaction_data(post, money, options)
58
- commit(:credit, post)
59
- end
60
-
61
- private
62
- def exp_date(credit_card)
63
- year = sprintf("%.4i", credit_card.year)
64
- month = sprintf("%.2i", credit_card.month)
65
-
66
- "#{month}#{year[-2..-1]}"
67
- end
68
-
69
- def add_credit_card(post, credit_card)
70
- post[:C_name] = credit_card.name
71
- post[:C_cardnumber] = credit_card.number
72
- post[:C_exp] = exp_date(credit_card)
73
- post[:C_cvv] = credit_card.verification_value if credit_card.verification_value?
74
- end
75
-
76
- def parse(data)
77
- response = {}
78
- response[:success] = data[1,1]
79
- response[:code] = data[2,6]
80
- response[:message] = data[8,32].strip
81
- response[:front_end] = data[40, 2]
82
- response[:cvv_result] = data[42, 1]
83
- response[:avs_result] = data[43, 1].strip
84
- response[:risk] = data[44, 2]
85
- response[:reference] = data[46, 10]
86
-
87
- response[:order_number], response[:recurring] = data[57...-1].split("\034")
88
- response
89
- end
90
- end
91
- end
92
- end
93
-
@@ -1,114 +0,0 @@
1
- module ActiveMerchant #:nodoc:
2
- module Billing #:nodoc:
3
- module SageCore #:nodoc:
4
- def self.included(base)
5
- base.cattr_accessor :source
6
- base.supported_countries = ['US', 'CA']
7
- base.homepage_url = 'http://www.sagepayments.com'
8
- base.display_name = 'Sage Payment Solutions'
9
- end
10
-
11
- # Transactions types:
12
- # <tt>01</tt> - Sale
13
- # <tt>02</tt> - AuthOnly
14
- # <tt>03</tt> - Force/PriorAuthSale
15
- # <tt>04</tt> - Void
16
- # <tt>06</tt> - Credit
17
- # <tt>11</tt> - PriorAuthSale by Reference*
18
- TRANSACTIONS = {
19
- :purchase => '01',
20
- :authorization => '02',
21
- :capture => '11',
22
- :void => '04',
23
- :credit => '06'
24
- }
25
-
26
- def initialize(options = {})
27
- requires!(options, :login, :password)
28
- super
29
- end
30
-
31
- private
32
- def add_invoice(post, options)
33
- post[:T_ordernum] = options[:order_id].slice(0, 20)
34
- post[:T_tax] = amount(options[:tax]) unless options[:tax].blank?
35
- post[:T_shipping] = amount(options[:shipping]) unless options[:shipping].blank?
36
- end
37
-
38
- def add_reference(post, reference)
39
- ref, source = reference.to_s.split(";")
40
- post[:T_reference] = ref
41
- end
42
-
43
- def add_amount(post, money)
44
- post[:T_amt] = amount(money)
45
- end
46
-
47
- def add_customer_data(post, options)
48
- post[:T_customer_number] = options[:customer] if Float(options[:customer]) rescue nil
49
- end
50
-
51
- def add_addresses(post, options)
52
- billing_address = options[:billing_address] || options[:address] || {}
53
-
54
- post[:C_address] = billing_address[:address1]
55
- post[:C_city] = billing_address[:city]
56
-
57
- if ['US', 'CA'].include?(billing_address[:country])
58
- post[:C_state] = billing_address[:state]
59
- else
60
- post[:C_state] = "Outside of United States"
61
- end
62
-
63
- post[:C_zip] = billing_address[:zip]
64
- post[:C_country] = billing_address[:country]
65
- post[:C_telephone] = billing_address[:phone]
66
- post[:C_fax] = billing_address[:fax]
67
- post[:C_email] = options[:email]
68
-
69
- if shipping_address = options[:shipping_address]
70
- post[:C_ship_name] = shipping_address[:name]
71
- post[:C_ship_address] = shipping_address[:address1]
72
- post[:C_ship_city] = shipping_address[:city]
73
- post[:C_ship_state] = shipping_address[:state]
74
- post[:C_ship_zip] = shipping_address[:zip]
75
- post[:C_ship_country] = shipping_address[:country]
76
- end
77
- end
78
-
79
- def add_transaction_data(post, money, options)
80
- add_amount(post, money)
81
- add_invoice(post, options)
82
- add_addresses(post, options)
83
- add_customer_data(post, options)
84
- end
85
-
86
- def commit(action, params)
87
- response = parse(ssl_post(self.live_url, post_data(action, params)))
88
-
89
- Response.new(success?(response), response[:message], response,
90
- :test => test?,
91
- :authorization => authorization_from(response),
92
- :avs_result => { :code => response[:avs_result] },
93
- :cvv_result => response[:cvv_result]
94
- )
95
- end
96
-
97
- def authorization_from(response)
98
- "#{response[:reference]};#{source}"
99
- end
100
-
101
- def success?(response)
102
- response[:success] == 'A'
103
- end
104
-
105
- def post_data(action, params = {})
106
- params[:M_id] = @options[:login]
107
- params[:M_key] = @options[:password]
108
- params[:T_code] = TRANSACTIONS[action]
109
-
110
- params.collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&")
111
- end
112
- end
113
- end
114
- end
@@ -1,102 +0,0 @@
1
- require File.dirname(__FILE__) + '/sage_core'
2
-
3
- module ActiveMerchant #:nodoc:
4
- module Billing #:nodoc:
5
- class SageVirtualCheckGateway < Gateway #:nodoc:
6
- include SageCore
7
- self.live_url = 'https://www.sagepayments.net/cgi-bin/eftVirtualCheck.dll?transaction'
8
- self.source = 'virtual_check'
9
-
10
- def purchase(money, credit_card, options = {})
11
- post = {}
12
- add_check(post, credit_card)
13
- add_check_customer_data(post, options)
14
- add_transaction_data(post, money, options)
15
- commit(:purchase, post)
16
- end
17
-
18
- def void(reference, options = {})
19
- post = {}
20
- add_reference(post, reference)
21
- commit(:void, post)
22
- end
23
-
24
- def credit(money, credit_card, options = {})
25
- deprecated CREDIT_DEPRECATION_MESSAGE
26
- refund(money, source, options)
27
- end
28
-
29
- def refund(money, credit_card, options = {})
30
- post = {}
31
- add_check(post, credit_card)
32
- add_check_customer_data(post, options)
33
- add_transaction_data(post, money, options)
34
- commit(:credit, post)
35
- end
36
-
37
- private
38
- def add_check(post, check)
39
- post[:C_first_name] = check.first_name
40
- post[:C_last_name] = check.last_name
41
- post[:C_rte] = check.routing_number
42
- post[:C_acct] = check.account_number
43
- post[:C_check_number] = check.number
44
- post[:C_acct_type] = account_type(check)
45
- end
46
-
47
- def add_check_customer_data(post, options)
48
- # Required  Customer Type – (NACHA Transaction Class)
49
- # CCD for Commercial, Merchant Initiated
50
- # PPD for Personal, Merchant Initiated
51
- # WEB for Internet, Consumer Initiated
52
- # RCK for Returned Checks
53
- # ARC for Account Receivable Entry
54
- # TEL for TelephoneInitiated
55
- post[:C_customer_type] = "WEB"
56
-
57
- # Optional  10  Digit Originator  ID – Assigned  By for  each transaction  class  or  business  purpose. If  not provided, the default Originator ID for the specific  Customer Type will be applied. 
58
- post[:C_originator_id] = options[:originator_id]
59
-
60
- # Optional  Transaction Addenda
61
- post[:T_addenda] = options[:addenda]
62
-
63
- # Required  Check  Writer  Social  Security  Number  (  Numbers Only, No Dashes ) 
64
- post[:C_ssn] = options[:ssn].to_s.gsub(/[^\d]/, '')
65
-
66
- post[:C_dl_state_code] = options[:drivers_license_state]
67
- post[:C_dl_number] = options[:drivers_license_number]
68
- post[:C_dob] = format_birth_date(options[:date_of_birth])
69
- end
70
-
71
- def format_birth_date(date)
72
- date.respond_to?(:strftime) ? date.strftime("%m/%d/%Y") : date
73
- end
74
-
75
- # DDA for Checking
76
- # SAV for Savings 
77
- def account_type(check)
78
- case check.account_type
79
- when 'checking' then 'DDA'
80
- when 'savings' then 'SAV'
81
- else raise ArgumentError, "Unknown account type #{check.account_type}"
82
- end
83
- end
84
-
85
- def parse(data)
86
- response = {}
87
- response[:success] = data[1,1]
88
- response[:code] = data[2,6].strip
89
- response[:message] = data[8,32].strip
90
- response[:risk] = data[40, 2]
91
- response[:reference] = data[42, 10]
92
-
93
- extra_data = data[53...-1].split("\034")
94
- response[:order_number] = extra_data[0]
95
- response[:authentication_indicator] = extra_data[1]
96
- response[:authentication_disclosure] = extra_data[2]
97
- response
98
- end
99
- end
100
- end
101
- end
102
-