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
data/CHANGELOG CHANGED
@@ -1,5 +1,1344 @@
1
1
  = ActiveMerchant CHANGELOG
2
2
 
3
+ == HEAD
4
+
5
+ == Version 1.78.0 (March 29, 2018)
6
+ * Litle: Add store for echecks [nfarve] #2779
7
+ * Litle: Add Support for Echeck [nfarve] #2776
8
+ * Orbital: Correct level 2 tax handling [deedeelavinder] #2729
9
+ * Payeezy: Change determination method of endpoint for store request [deedeelavinder] #2731
10
+ * Adyen: Return refusal_reason_raw when present [curiousepic] #2728
11
+ * Payeezy: Update Store method [nfarve] #2733
12
+ * CenPOS: Remove gzip encoding header [curiousepic] #2735
13
+ * Mercado Pago: Allow binary_mode to be changed [nfarve] #2736
14
+ * Stripe: Accept strings for refund_fee_amount [curiousepic] #2738
15
+ * Orbital: Complete scrub test coverage [curiousepic] #2739
16
+ * MIGS: Scrub sensitive data [curiousepic] #2740
17
+ * Worldpay US: Scrub sensitive data [curiousepic] #2742
18
+ * WorldPay: Remove Israel from supported country list [dtykocki] #2746
19
+ * Optimal Payments: Scrub sensitive data [curiousepic] #2743
20
+ * USA Epay Transaction: Scrub sensitive data [curiousepic] #2745
21
+ * MIGS: Add unit test for scrub [curiousepic] #2747
22
+ * Worldpay US: Fix bank account scrub [curiousepic] #2748
23
+ * Litle: Add support for merchantData elements [dtykocki] #2751
24
+ * Paymentez: Add support for purchasing and authorizatin with tokens [bpollack] #2753
25
+ * Ingenico: Remove Trinidad and Tobego from supported country list [bpollack] #2754
26
+ * Barclaycard Smartpay: Remove Georgia from supported country list [bpollack] #2755
27
+ * Merchant Warrior: Remove requirement for state field [joshnuss] #2638
28
+ * Wirecard: Adding missing DigiCert Global Root G2 Cert [filipebarcos] #2759
29
+ * Redsys: Add support for CNY, IDR, INR, KRW and TWD [chopenhauer] #2761
30
+ * Optimal Payments: Fix scrub for double escaping [curiousepic] #2763
31
+ * Orbital: Scrub profile transactions [curiousepic] #2762
32
+ * BlueSnap: Fix currency passing [curiousepic] #2765
33
+ * Stripe: Support pickup_card decline code [dtykocki] #2764
34
+ * Improve scrub testing for five gateways [curiousepic] #2767
35
+ * Payflow: Support scrub [curiousepic] #2768
36
+ * SecureNet: Support scrub [curiousepic] #2769
37
+ * Payeezy: Update transaction method when using stored cards [dtykocki] #2770
38
+ * Citrus Pay, DIBS, 1stPayGateway, Global Transport, NETbilling, Ogone, TNS: remove TLS 1.0 requirement [bdewater] #2774
39
+ * CardStream: Default IP and customer country [dtykocki] #2773
40
+ * Stripe: Support destination amount [dtykocki] #2777
41
+ * GlobalCollect: Update supported country list [dtykocki] #2783
42
+ * Adyen: Support store action [curiousepic] #2784
43
+ * Psigate: Update Test URL and Card [nfarve] #2785
44
+ * USA ePay Transaction: Support ACH/eChecks [curiousepic] #2786
45
+ * PayU Latam: Support language parameter [dtykocki] #2787
46
+ * Payflow: Pass OrderDesc field [curiousepic] #2789
47
+ * Global Collect: Add arbitrary fraudField params [curiousepic] #2790
48
+ * Paystation: Support verify action [curiousepic] #2793
49
+ * Checkout V2: Return error codes in response [curiousepic] #2791
50
+ * CardStream: Change refund to use REFUND_SALE [dtykocki] #2795
51
+ * Spreedly: Scrub sensitive transaction data [abarrak] #2781
52
+ * Stripe: Add `exchange_rate` parameter [WilsonChiang] #2796
53
+
54
+ == Version 1.77.0 (January 31, 2018)
55
+ * Authorize.net: Allow Transaction Id to be passed for refuds [nfarve] #2698
56
+ * Forte: ensure unit tests are local-only [bpollack] #2696
57
+ * Moneris US: ensure unit tests are local-only [bpollack] #2696
58
+ * Payflow: Change Verify Method for Amex Cards [nfarve] #2693
59
+ * Safe Charge: fix an issue with variable shadowing in the adapter [bpollack] #2697
60
+ * Crashnet: add scrubbing support [bpollack] #2695
61
+ * Barclays EPDQ: add scrubbing support [bpollack] #2695
62
+ * Fat Zebra: add remote scrubbing test [bpollack] #2695
63
+ * Clearhaus: add remote scrubbing test [bpollack] #2695
64
+ * Borgun: add remote scrubbing test [bpollack] #2695
65
+ * Stripe: Added support for the quickchip entry mode option [rbalsdon]
66
+ * Ogone: Add tests for scrubbing [bpollack] #2700
67
+ * Global Transport: Add scrubbing support [bpollack] #2700
68
+ * HPS: Add scrubbing support [bpollack] #2700
69
+ * FirstData E4: Improve scrubbing and add remote scrubbing test [bpollack] #2700
70
+ * Elavon: Add scrubbing support [bpollack] #2700
71
+ * Data Cash: Add scrubbing support [bpollack] #2700
72
+ * Litle: Fix testing URL [wsmoak] #2673
73
+ * Barclays ePDQ Extra Plus: Add missing Entrust root certificates [pacso] #2614
74
+ * Moneris US: Add scrubbing support [bpollack] #2702
75
+ * Mercury: Add scrubbing support [bpollack] #2702
76
+ * Fat Zebra: Tweak remote scrubbing test [bpollack] #2704
77
+ * Card Connect: Add new gateway [nfarve] #2706
78
+ * Payeezy: Ensure store calls are properly scrubbed [dtykocki] #2709
79
+ * Payeezy: Add unit test for scrubbing store call [dtykocki] #2710
80
+ * Element: Correct URL used by store transactions [dtykocki] #2711
81
+ * Borgun: Add support for specifying TerminalID [bpollack] #2712
82
+ * Barclaycard Smartpay: 3DS Implementation [nfarve] #2714
83
+ * Payeezy: Surface gateway_message on failure [curiousepic] #2717
84
+ * Payment Express: Scrub merchant password [curiousepic] #2723
85
+ * Stripe: Fix Partial Application Fee Refunds [curiousepic] #2713
86
+ * GooglePay: Support network tokenized cards [joshnuss] #2725
87
+
88
+ == Version 1.76.0 (January 3, 2018)
89
+ * PayU Latam: Change default text for description [nfarve] #2669
90
+ * Checkout V2: Allows AVS and CVV result details to come through on authorizations [deedeelavinder] #2650
91
+ * Global Collect: Adds boolean option for pre_authorization [deeedeelavinder] #2651
92
+ * Credorax: Pass Transaction Type field [curiousepic] #2653
93
+ * Add CardProcess Gateway [bpollack] #2659
94
+ * Safe Charge: Provision 3DS option for approved merchants [deedeelavinder] #2661
95
+ * PayU Latam: Require payment_country on initialize [curiousepic] #2663
96
+ * Adyen: Remove CVV as Required Field and Determines shopperInteraction [nfarve] #2665
97
+ * SafeCharge: add support for VendorID, WebsiteID, and IP logging [bpollack] #2667
98
+ * Safe Charge: Adds 3DS flag [deedeelavinder] #2668
99
+ * CardProcess: Fix success? to always return true or false [bpollack] #2674
100
+ * SagePay: Correct CVV, AVS codes for Sagepay [singhai0] #2670
101
+ * PayU Latam: Count pending Voids as successful [curiousepic] #2677
102
+ * Mercado Pago: Ensure acess tokens are URL escaped [bpollack] #2675
103
+ * MiGS: Update hash format to SHA256 and restore remote tests [bpollack] #2676
104
+ * MiGS: Support verify calls [bpollack] #2664
105
+ * iATS: Fix Messages with Failure on iATS Server [nfarve] #2680
106
+ * Barclaycard Smartpay: Correct repsonse for fraud rejects #2683
107
+ * Adyen: Allow incomplete addresses in some situations [bpollack] #2684
108
+ * Paymentez: Add new gateway [bpollack] #2685
109
+ * PayU Latam: Provide a mechanism to override the amount in verify [dtykocki] #2688
110
+ * Mercado Pago: Support X-Device-Session-ID Header [bpollack] #2689
111
+ * Mercado Pago: Support arbitrary additional_info JSON [bpollack] #2691
112
+ * FirstData E4: Override ECI value for Apple Pay transactions with Discover [jasonwebster] #2671
113
+ * Quickbooks: Add payment context to Quickbooks charges and refunds [bdewater] #2694
114
+
115
+ == Version 1.75.0 (November 9, 2017)
116
+ * Barclaycard Smartpay: Clean up test options hashes [bpollack] #2632
117
+ * Barclaycard Smartpay: Extra data fields for credits [bpollack] #2631
118
+ * Cyber Source: Correctly passes subscriptionID for store [deedeelavinder] #2633
119
+ * Ebanx: Pass fields for business person responsible [curiousepic] #2635
120
+ * Ebanx: Support Colombian transactions [bpollack] #2636
121
+ * FirstData E4 (Payeezy): Ensure numeric ECI values are zero padded [jasonwebster] #2630
122
+ * Netbanx: Only send currency and billing_details for auths and sales [anotherjosmith] #2643
123
+ * Netbanx: Revert "Fixes basic auth for netbanx by sending the account_number and api_key" [anotherjosmith] #2644
124
+ * PayU Latam: Adds `partnerID`, adjusts phone preferences, allows empty `ip_address`, and adjusts for no `cvv` [deedeelavinder] #2634
125
+ * Sage Payment Solutions: Scrub check info [curiousepic] #2639
126
+ * Worldbank US: Allow using the backup URL [bpollack] #2641
127
+ * Worldbank US: Allow using the backup URL per-request [bpollack] #2645
128
+
129
+ == Version 1.74.0 (October 24, 2017)
130
+ * Adyen: Update list of supported countries [dtykocki] #2600
131
+ * Authorize.net CIM: Handle multiple error messages [amandapuff] #2537
132
+ * Barclaycard Smartpay: Pass street and house_number fields, in addition to standard address [deedeelavinder] #2603
133
+ * Barclaycard Smartpay: Use authorization pspReference for refunds [davidsantoso] #2599
134
+ * Beanstream: Pass email fields without address [curiousepic] #2615
135
+ * Beanstream: Support recurringPayment for auth, capture, and purchase transactions [dtykocki] #2617
136
+ * Borgun: Add support for USD transactions [dtykocki] #2602
137
+ * Borgun: Include currency code from split authorization for voids [dtykocki] #2605
138
+ * Checkout V2: Expose AVS and CVV results for purchases [dtykocki] #2619
139
+ * Credorax: Update response codes [curiousepic] #2595
140
+ * CyberSource: Support 3DSecure requests [curiousepic] #2624
141
+ * Ebanx: Pass person_type and name for stored cards [curiousepic] #2621
142
+ * Ebanx: Support Store and person_type option [curiousepic] #2604
143
+ * Elavon: Update endpoint URLs [curiousepic] #2608
144
+ * Netbanx: Fix basic auth by sending the account_number and api_key [anotherjosmith] #2616
145
+ * Payeezy: Adds support for store [deedeelavinder] #2591
146
+ * PayU Latam: Set payment_country gateway attribute [curiousepic] #2611
147
+ * Redsys: Support the DKK currency type [bpollack] #2618
148
+ * WePay: Only send ip and device for non-recurring transactions [dtykocki] #2597
149
+
150
+ == Version 1.73.0 (September 28, 2017)
151
+ * Adyen: Use original authorization pspReference on Refunds [lyverovski] #2589
152
+ * Braintree Blue: Explicitly require braintree-ruby version 2.78 [anotherjosmith]
153
+ * FirstData E4: Scrub 3DS cryptogram [jasonwebster] #2596
154
+ * PayHub: Replace single quotes with double quotes in error message [matthewheath] #2572
155
+ * Wirecard: Format non-fractional currency amounts correctly [bdewater] #2594
156
+
157
+ == Version 1.72.0 (September 20, 2017)
158
+ * Adyen: Fix failing remote tests [dtykocki] #2584
159
+ * Authorize.net: Remove numeric restriction on customer ID [dtykocki] #2579
160
+ * Authorize.net: Restore default state value for non-US addresses [jasonwebster] #2563
161
+ * Beanstream: Do not default state and zip with empty country [dtykocki] #2582
162
+ * Braintree Blue: Add eci_indicator field for Apple Pay [davidsantoso] #2565
163
+ * Conekta: Add guard clause for details fallbacks [curiousepic] #2573
164
+ * Conekta: Pull required details from billing address [nfarve] #2568
165
+ * DataCash: Enable refunding recurring transactions [davidsantoso] #2560
166
+ * Ebanx: Adds Brazil Specific Parameters [nfarve] #2559
167
+ * Kushki: Add support for refunds [dtykocki] #2575
168
+ * MercadoPago: Additional tweaks for transaction requests [davidsantoso]
169
+ * MercadoPago: Default to alphanumeric order_id [davidsantoso]
170
+ * MercadoPago: Send diners_club cards as diners [davidsantoso] #2585
171
+ * PayU Latam: Correctly condition buyer element fields [curiousepic] #2578
172
+ * PayU Latam: Pass unique buyer fields and country requirements [curiousepic] #2570
173
+ * Qvalent: Support general credit [curiousepic] #2558
174
+ * SafeCharge: Update to Version 4.1.0 [nfarve] #2556
175
+ * WePay: Don't default API version header [curiousepic] #2567
176
+ * WePay: Don't require email for Store [curiousepic] #2588
177
+
178
+ == Version 1.71.0 (August 22, 2017)
179
+ * Bambora formerly Beanstream: Change casing on customerIp variable [aengusbates] #2551
180
+ * Checkout V2: Add localized_amount support to add_invoice function [nicolas-maalouf-cko] #2452
181
+ * Checkout V2: Add UAE to country list [shasum] #2548
182
+ * Checkout V2: Fix success response code validation [nicolas-maalouf-cko] #2452
183
+ * CreditCall: Only allow AVS when specified [curiousepic] #2549
184
+ * CreditCall: Parse additional params from responses [nfarve] #2552
185
+ * CreditCall: Parse more response params [nfavre] #2543
186
+ * MercadoPago: Small tweaks to building requests [davidsantoso] #2555
187
+ * Orbital: Support Network Tokenization Credit Cards [curiousepic] #2553
188
+ * Orbital: Updgrade schema version to 7.1 [curiousepic] #2546
189
+ * Remove HUF from default non-fractional currencies [curiousepic] #2538
190
+ * Stripe: Add support for statement_address parameters for EMV transactions [malcolm-mergulhao] #2524
191
+ * TransFirst Express: Don't send address2 without value [nfarve] #2545
192
+ * TransFirst Express: Fix Optional Fields Being Passed Blank [nfarve] #2550
193
+ * TransFirst: Fix partial refund [nfarve] #2541
194
+ * Vantiv (Litle): Pass 3DS fields [curiousepic] #2536
195
+ * Braintree Blue: Add phone to options [deedeelavinder] #2564
196
+
197
+ == Version 1.70.0 (August 4, 2017)
198
+ * Barclaycard Smartpay: Provider a default billing address house number [nfarve] #2520
199
+ * FirstData E4: Fix duplicate XID and CAVV values in tokenized transactions [jasonwebster] #2529
200
+ * FirstData E4: Loose XSD validation for Payeezy (FirstData E4) [jasonwebster] #2529
201
+ * GlobalTransport: Support partial authorizations [dtykocki] #2511
202
+ * Litle: Update schema and certification tests to v9.12 [curiousepic] #2522
203
+ * Litle: Update urls and name to Vantiv [curiousepic] #2531
204
+ * Mercado Pago: Add gateway support [davidsantoso] #2518
205
+ * Orbital: Add support for level 2 data [dtykocki] #2515
206
+ * PayU Latam: Pass DNI Number [curiousepic] #2517
207
+ * Qvalent: Pass 3dSecure fields [curiousepic] #2508
208
+ * SafeCharge: Correct UserID field name [curiousepic]
209
+ * SafeCharge: Pass UserID field [curiousepic] #2507
210
+ * AuthorizeNet: Allow Response Code 4 to be returned as successful [nfarve] #2530
211
+ * Forte: Remove order number from captures in Forte Gateway [nfarve] #2532
212
+ * PayU Latam: Add additional mandatory fields [deedeelavinder] #2528
213
+
214
+ == Version 1.69.0 (July 12, 2017)
215
+ * WePay: Add payer_rbits and transaction_rbits optional fields [davidsantoso]
216
+ * Adyen: Use Active Merchant standard order_id option for reference [jasonwebster] #2483
217
+ * Correct calculation for three-exponent currencies [curiousepic] #2486
218
+ * SagePay: Use VPSTxId from authorization for refunds [dtykocki] #2489
219
+ * Payflow: Move PAYPAL-NVP header option to a class attribute on the payment gateway [deuxpi] #2492
220
+ * Optimal Payments: Pass CVD indicator accurately [curiousepic] #2491
221
+ * SagePay: Make Repeat purchase if payment is a past authorization [curiousepic] #2495
222
+ * Netbanx: map response errorCodes onto standard error code [iirving] #2456
223
+ * Netbanx: Update supported countries and cardtypes [iirving] #2456
224
+ * Barclaycard Smartpay: Support 0- and 3-exponent currencies [curiousepic] #2498
225
+ * CyberSource: Fix XSD schema validation issues [jasonwebster] #2497
226
+ * WorldPay: Support three-decimal currencies [curiousepic] #2501
227
+ * NMI: Add first and lastname to echeck transactions [dtykocki] #2499
228
+ * PayFlow: Add optional email field [davidsantoso] #2505
229
+ * Worldpay: Support Credit on CFT-enabled merchant IDs [curiousepic] #2503
230
+ * FirstPay: Add processor_id field [davidsantoso] #2506
231
+ * Authorize.Net: Use two character default for billing state [dtykocki] #2496
232
+
233
+ == Version 1.68.0 (June 27, 2017)
234
+ * Authorize.Net: Return failed response if forced refund settlement fails [bizla] #2476
235
+ * Authorize.net: Concatenate address1 and address2 [dtykocki] #2479
236
+ * Braintree Blue: Braintree Blue: Add ECI indicator to Android Pay transactions [davidsantoso] #2474
237
+ * Credorax: Support 0- and 3-exponent currencies [curiousepic]
238
+ * Cybersource: update supported card types [bdewater] #2477
239
+ * FirstData: Add a default network tokenization strategy for FirstData E4 [krystosterone] #2473
240
+ * FirstPay: FirstPay: Update hostname and force TLSv1 minimum [davidsantoso] #2478
241
+ * JetPay V2: Support store transactions and token based payments [shasum] #2475
242
+ * Moneris: Add 3DS fields for decrypted Apple and Android Pay data [davidsantoso] #2457
243
+ * Openpay: Send customer name and email in authorize and purchase [dtykocki] #2468
244
+ * Payflow: Moved to name value pair (NVP) with payflow [jusleg] #2462
245
+ * Payflow: Set PAYPAL_NVP header as optional [davidsantoso] #2480
246
+ * QuickPay V10: Return last response for purchase and authorize [curiousepic] #2461
247
+ * SafeCharge: Map billing address fields [davidsantoso] #2464
248
+ * SafeCharge: Track currency from original transaction [davidsantoso] #2470
249
+ * Support three-decimal currencies [curiousepic] #2466
250
+ * Trexle: Add gateway support [hossamhossny] #2351
251
+
252
+ == Version 1.67.0 (June 8, 2017)
253
+ * Acapture: Pass 3D Secure fields [davidsantoso] #2451
254
+ * Authorize.net: Pass Level 2 Data Fields [curiousepic] #2444
255
+ * Credorax: Add 3D Secure authentication fields [davidsantoso] #2446
256
+ * Ebanx: Add gateway support [davidsantoso] #2447
257
+ * Ebanx: Reduce supported countries to Brazil and Mexico [davidsantoso]
258
+ * FirstData Payeezy: Set default ECI value for auth/purchase transactions [jasonwebster] #2448
259
+ * JetPay V2: Add new gateway [shasum] #2442
260
+ * JetPay V2: Add optional tax data to capture calls [shasum] #2445
261
+ * NMI: Add Network Tokenization support [shasum] #2431
262
+ * Orbital: Pass soft descriptors from options hash [curiousepic]
263
+ * Orbital: Update test and production urls [jcowhigjr] #2436
264
+ * Payeezy: Add client_email field for telecheck [davidsantoso] #2455
265
+ * Payeezy: Add customer_id_type and customer_id_number fields [davidsantoso] #2454
266
+ * Quickpay V10: Fix store and token use for recurring payments [wsmoak] #2180
267
+ * Elavon: Support custom fields [curiousepic] #2416
268
+ * WePay: Support risk headers [shasum] #2419
269
+ * WePay: Add Canada as supported country [shasum] #2419
270
+ * Fat Zebra: Fix xid 3D Secure field [curiousepic]
271
+ * SafeCharge: Mark support for European countries [curiousepic]
272
+ * Checkout V2: Pass customer ip option [curiousepic]
273
+ * Realex: Map AVS and CVV response codes [davidsantoso] #2424
274
+ * Opp: Send disable3DSecure custom parameter if present [davidsantoso] #2432
275
+ * SafeCharge: Map standard Active Merchant order_id field [davidsantoso] #2434
276
+ * Payeezy: Default check number to 001 if not present [davidsantoso] #2439
277
+ * Opp: Fix incorrect customParameter key to disable 3DS [davidsantoso]
278
+
279
+ == Version 1.66.0 (May 4, 2017)
280
+ * Support Rails 5.1 [jhawthorn] #2407
281
+ * ProPay: Add Canada as supported country [davidsantoso]
282
+ * ProPay: Add gateway support [davidsantoso] #2405
283
+ * SafeCharge: Support credit transactions [shasum] #2404
284
+ * WePay: Add scrub method [shasum] #2406
285
+ * iVeri: Add gateway support [curiousepic] #2400
286
+ * iVeri: Support 3DSecure data fields [davidsantoso] #2412
287
+ * Opp: Fix transaction success criteria and clean up options [shasum] #2414
288
+
289
+ == Version 1.65.0 (April 26, 2017)
290
+ * Adyen: Add Adyen v18 gateway [adyenpayments] #2272
291
+ * Authorize.Net: Force refund of unsettled payments via void [bizla] #2399
292
+ * Barclays ePDQ: removed because it has been replaced by a new API [bdewater] #2331
293
+ * Beanstream: Map ISO province codes for US and CA [shasum] #2396
294
+ * Braintree Blue: Change :full_refund option to :force_full_refund_if_unsettled [bizla] #2403
295
+ * Braintree Blue: Force refund of unsettled payments via void [bizla] #2398
296
+ * Checkout V2: Fix sandbox URL [nicolas-maalouf-cko] #2391
297
+ * Checkout V2: Fix success_from not properly checking two possible success codes [davidsantoso]
298
+ * Cybersource: Rescue XML parse exception [shasum] #2380
299
+ * GlobalCollect: Make message and error reporting more robust [curiousepic] #2370
300
+ * GlobalCollect: Set REJECTED refunds as unsuccessful transactions [davidsantoso] #2365
301
+ * GlobalCollect: Truncate firstName field to 15 characters [davidsantoso]
302
+ * JetPay: Pass down authorization payment method token to refund a capture [davidsantoso]
303
+ * Openpay: Support card points [shasum] #2401
304
+ * Orbital: Don't send CVV indicator if CVV is not present [curiousepic] #2368
305
+ * PayU LATAM: Fix incorrect capture method definition [davidsantoso]
306
+ * Payeezy: Support dynamic soft descriptors [shasum] #2384
307
+ * Pin: Add metadata optional field [shasum] #2363
308
+ * Qvalent: Add soft descriptor fields. Add authorize, capture, and void [davidsantoso]
309
+ * SafeCharge: Add gateway [davidsantoso]
310
+ * SagePay: Support Repeat transactions [curiousepic] #2395
311
+ * Stripe: Support custom application in X-Stripe-Client-User-Agent header [davidsantoso]
312
+ * TransFirst Transaction Express: Support ACH [curiousepic] #2389
313
+ * WePay: Support unique_id for idempotent transactions [shasum] #2367
314
+ * Worldpay: Force refund of unsettled payments via void [bizla] #2402
315
+
316
+ == Version 1.64.0 (March 6, 2017)
317
+ * Authorize.net: Allow settings to be passed for CIM purchases [fwilkins] #2300
318
+ * Authorize.net: Use new `unsupported_feature` standard error code [jasonwebster] #2322
319
+ * Base Gateway: Add new `unsupported_feature` standard error code [jasonwebster] #2322
320
+ * Braintree Blue: Pass cardholder_name with card [curiousepic] #2324
321
+ * Braintree: Add Android Pay meta data fields [jknipp] #2347
322
+ * CardStream: Add additional of currencies [shasum] #2337
323
+ * Credorax: Return failure response reason [shasum] #2341
324
+ * Digitzs: Add gateway [davidsantoso]
325
+ * Digitzs: Remove merchant_id from gateway credentials [davidsantoso]
326
+ * GlobalCollect: Pass options to Refund [curiousepic] #2330
327
+ * Kushki: Add new gateway [shasum] #2326
328
+ * Kushki: Remove body from void call [shasum] #2348
329
+ * Linkpoint: Raise ArgumentError when trying to instantiate without `:pem` [jasonwebster] #2329
330
+ * Omise: Enable Japan, JPY and JCB support [zdk] #2284
331
+ * PayU LATAM: Count pending refunds as succeeded [curiousepic] #2336
332
+ * PayU LATAM: Let Refund take amount value [curiousepic] #2334
333
+ * Paymill: Send new required fields on tokenization requests [tschelabaumann] #2279
334
+ * Revert "Authorize.net: Allow settings to be passed for CIM purchases" [curiousepic] #2339
335
+ * Sage: Default billing state when outside US [shasum] #2340
336
+ * Stripe: Remove idempotency key from verify [shasum] #2335
337
+ * TransFirst Transaction Express: Don't send order_id with refunds [curiousepic] #2350
338
+ * TransFirst Transaction Express: Fix improper AVS and CVV response code mapping [shasum] #2342
339
+ * WePay: Update API version [shasum] #2349
340
+ * USA ePay Advanced: Add quick_update_customer action [joshreeves] #2229
341
+
342
+ == Version 1.63.0 (February 2, 2017)
343
+ * Authorize.net: Add #unstore support [jimryan] #2293
344
+ * AuthorizeNet: Fix line items quirk [shasum]
345
+ * CardStream: Add dynamic descriptor option fields [curiousepic]
346
+ * CardStream: Support PEN currency [shasum]
347
+ * Culqi: Add new gateway [shasum]
348
+ * CyberSource: Add Lebanon to supported countries [shasum]
349
+ * Element: Add AVS and CVV codes to response [shasum]
350
+ * Firstdata E4 (Payeezy): Set correct ECI value for card present swipes [jasonwebster] #2318
351
+ * GlobalCollect: On purchase skip capture if not required [davidsantoso]
352
+ * PaymentExpress: Update supported countries [shasum]
353
+ * Remove leading or trailing whitespace from credit card name [davidsantoso]
354
+ * Remove support for Ruby 2.0 [jasonwebster]
355
+ * Secure Pay AU: Add scrubbing support to Secure Pay AU [bruno] #2253
356
+ * Stripe: Fix error in handling of track-only contactless EMV data [jasonwebster]
357
+ * Vanco: Update test URL [davidsantoso]
358
+ * WePay: Build fee structure correctly [curiousepic]
359
+ * WePay: Remove null address fields from request [davidsantoso]
360
+ * WePay: Update WePay to API version 2016-12-07 [davidsantoso]
361
+ * Wirecard: Send customer data in requests [davidsantoso]
362
+ * Worldpay: Add session id attribute [shasum]
363
+ * Worldpay: Do not default address when not provided [shasum]
364
+
365
+ == Version 1.62.0 (December 5, 2016)
366
+ * AuthorizeNet: Map to standard AVSResult codes [shasum]
367
+ * CitrusPay: Add 3DSecureId field [davidsantoso]
368
+ * CyberSource: Only get alpha2 country code when it's a known country [bruno] #2238
369
+ * Fat Zebra: Add scrubbing to Fat Zebra gateway [bruno] #2037
370
+ * Monei: Add US and CA as new supported countries [davidgf] #2209
371
+ * NAB Transact: Add scrubbing to NAB Transact [bruno] #2038
372
+ * iATS: Add scrubbing support to iATS [bruno] #2228
373
+ * Stripe: Ensure ECI values for tokenized cards are padded [jasonwebster] #2250
374
+ * Forte: Fix incorrect authorization_code response mapping [davidsantoso]
375
+ * maxiPago: Send currency with request [curiousepic]
376
+ * Credorax: Map order_id to field H9 [curiousepic]
377
+ * Authorize.net: Remove duplicate country GB [shasum]
378
+ * PayU Latam: Add processWithoutCvv2 field [shasum]
379
+ * Fat Zebra: De-nest soft descriptor fields [curiousepic]
380
+ * Credorax: Only pass c5 field for billing address1 [davidsantoso]
381
+ * Orbital: Add support for CLP currency [curiousepic]
382
+ * Authorize.net: Add line item fields and additional transaction settings [shasum]
383
+ * Authorize.net: Pass through `header_email_receipt` [shasum]
384
+ * Stripe: Scrub additional network tokenization related sensitive data [jasonwebster] #2251
385
+ * Applying: Worldpay: Format non-fractional currency amounts correctly [jasonwebster] #2267
386
+
387
+ == Version 1.61.0 (November 7, 2016)
388
+ * Add codes AQ, BQ, SX, and SS to list of countries and update SD numeric code [zxlin]
389
+ * AuthorizeNet: Update supported countries list [shasum]
390
+ * Barclay SmartPay: Add support for credit [shasum]
391
+ * Barclaycard SmartPay: Update supported countries [shasum]
392
+ * BluePay: Add Canada to supported countries list [shasum]
393
+ * BlueSnap: Update countries list [shasum]
394
+ * Braintree Blue: Add Android Pay support [mrezentes]
395
+ * Braintree Blue: Add remote test to verify card token [shasum]
396
+ * Braintree Blue: Get Android Pay tx id from payment method, not options [mrezentes]
397
+ * CardStream: Add MXN currency code [curiousepic]
398
+ * CardStream: Set captureDelay to zero on purchase [davidsantoso]
399
+ * CitrusPay: Add gateway [duff]
400
+ * CitrusPay: Update URL to current API version [davidsantoso]
401
+ * Clearhaus: Fix refund of captures [duff]
402
+ * Clearhaus: Update list of non fractal currencies [curiousepic]
403
+ * Clearhaus: Use localized amount [curiouspic]
404
+ * Conekta: Add void action [MauricioMurga]
405
+ * Credorax: Add gateway support [davidsantoso]
406
+ * CyberSource, Paymill, Payflow: Add verify_credentials [duff]
407
+ * CyberSource: Combine auth_reversal with Void [curiousepic]
408
+ * CyberSource: Increase merchant defined data fields [davidsantoso]
409
+ * CyberSource: Look up alpha2 country code [curiousepic]
410
+ * CyberSource: Use localized_amount [curiousepic]
411
+ * Element: Pass order_id and shipping address [curiousepic]
412
+ * Fat Zebra: Add cavv, xid, and sli fields [curiousepic]
413
+ * Fat Zebra: Fix improper descriptor nesting [curiousepic]
414
+ * Find countries if they are differently cased [curiousepic]
415
+ * GlobalCollect: Update credit card brand list [curiousepic]
416
+ * Jetpay: Support endpoint for Canada [shasum]
417
+ * Linkpoint: Clean whitespace from PEM [curiousepic]
418
+ * Litle: Retain amount to send in auth reversals [curiousepic]
419
+ * Litle: add scrubbing support [bruno]
420
+ * MONEI: Update supported countries list [davidgf]
421
+ * MiGS: Handle IDR currency [curiousepic]
422
+ * Migs: Add support for void [mohsenottello]
423
+ * Migs: Support some additional fields [duff]
424
+ * Moneris: Fix unit test stubs [shasum]
425
+ * Moneris: add scrubbing support [bruno]
426
+ * NMI, FirstData: Support verify_credentials [curiousepic]
427
+ * Openpay: Add support for verify [duff]
428
+ * PayJunctionV2: Add gateway support [shasum]
429
+ * PayU Latam: Add new gateway [shasum]
430
+ * PayU Latam: Update supported countries list [shasum]
431
+ * Payflow: Update supported countries list [shasum]
432
+ * PaypalExpress: Add SoftDescriptor field [talyssonoc]
433
+ * Redsys: Added DOP and CRC currency [davidsantoso]
434
+ * Sage: Add support for scrubbing [bruno]
435
+ * SagePay: Fix truncation [duff]
436
+ * SecurionPay: Update supported countries list [shasum]
437
+ * Stripe: Increase authorize amount during verify [davidsantoso]
438
+ * Stripe: Set minimum authorize amount depending on currency [davidsantoso]
439
+ * Stripe: Support new network tokenization API params [methodmissing]
440
+ * Stripe: Update supported countries list [shasum]
441
+ * TNS and CitrusPay: Support scrub and verify_credentials [duff]
442
+ * TNS and CitrusPay: Update to version 36 of the API [duff]
443
+ * TNS: Try TLS v1 [duff]
444
+ * Telr: Add gateway support [curiousepic]
445
+ * TransFirsTransactionExpress: Remove blank cvv element [davidsantoso]
446
+ * TransFirsTransactionExpress: Take into account blank string CVV [davidsantoso]
447
+ * Vanco: Improve handling of success determination [duff]
448
+ * Worldpay: Add hcgAdditionalData element [davidsantoso]
449
+ * Worldpay: Report error code [curiousepic]
450
+
451
+ == Version 1.60.0 (July 4, 2016)
452
+ * Orbital: Fix CC num leak on profile calls [drewblas]
453
+ * VisaNetPeru: Add ability to refund [duff]
454
+ * AuthorizeNet: Fix store using new profile [duff]
455
+ * Clearhaus: Support private key for signature [curiousepic]
456
+ * Clearhaus: Copy private_key when stripping [curiousepic]
457
+ * CertoDirect: Remove gateway [shiroginne]
458
+ * Braintree: Extra error messaging [jordan-brough]
459
+ * AuthorizeNetCim: Set error code for AuthorizeNetCimGateway response [ka8725]
460
+ * Quickpay v10: Remove amount requirement for store [curiousepic]
461
+ * PSLCards: correct namespace in doc for Response object from ActiveRecord::Billing to ActiveMerchant::Billing [CJ Keeney]
462
+ * Pagar.me: Add pagar.me [chrisenytc]
463
+ * Stripe: Update Readme to show stripe support [rhlrjv]
464
+ * Orbital: Add support for the BRL currency [duff]
465
+ * GlobalTransport: Require TLSv1 [duff]
466
+ * Openpay: Allow currency to be specified [darkaz]
467
+ * DataCash: Use API version 2 [curiousepic]
468
+ * Stripe: Support verify_credentials [duff]
469
+ * AuthorizeNet: Support verify_credentials [duff]
470
+ * BraintreeBlue: Support verify_credentials [duff]
471
+ * Redsys: Added SAR currency [agseco]
472
+ * QuickPay: Adding customer_ip for authorize action in quickpay [dinesh]
473
+ * MaxiPago: add void and refund [shasum]
474
+ * MaxiPago: Allow processor_id override [duff]
475
+ * Stripe: Interpret string input to store method as token identifier [bizla]
476
+ * MaxiPago: Add verify and scrub [shasum]
477
+ * Stripe: Remove metadata restriction from EMV transactions [bizla]
478
+ * SagePay: Add optional fields to SagePay requests [cristianstanescu]
479
+ * CyberSource: Assign default with override for billing address and email [shasum]
480
+ * CyberSource: Assign default order_id [duff]
481
+ * TNS: Support asia_pacific endpoint [curiousepic]
482
+ * TransFirsTransactionExpress: Fix exception [duff]
483
+ * CyberSource: Add decision manager optional fields [shasum]
484
+ * CyberSource: Add decision manager optional fields [shasum]
485
+ * TNS: Add support for TLS v1.2 [curiousepic]
486
+ * QuickpayV7: Default description field for store operation [duff]
487
+ * Elavon: Support customer_number field [duff]
488
+ * Map test_mode_live_card code to new standard error code [berkcaputcu]
489
+ * Elavon: Pass customer_number correctly [duff]
490
+ * Stripe: add SG to supported_countries attribute [timbeiko]
491
+
492
+ == Version 1.59.0 (May 18, 2016)
493
+ * Orbital: Allow AVS parts to be sent sans country [duff]
494
+ * SecureNet: Return the right error message for declines [duff]
495
+ * Moneris: Add verify [anellis]
496
+ * Moneris: Add verify [anellis]
497
+ * Jetpay: Add support for origin field[anellis]
498
+ * Jetpay: Don't default origin field [duff]
499
+ * GlobalCollect: New gateway support [curiousepic]
500
+ * Openpay: Use strict_encode64 [duff]
501
+ * Sage: Always pass along the billing state [duff]
502
+ * VisaNet Peru: New gateway support [shasum]
503
+ * Worldpay: Allow installationId to be specified at transaction time [duff]
504
+ * SecurionPay: Support store [shasum]
505
+ * Barclaycard Smartpay: Proper AVS return codes [curiousepic]
506
+ * VisaNetPeru: Pass through CVV [duff]
507
+ * Barclaycard Smartpay: Use strict_encode64 [duff]
508
+ * VisaNetPeru: Fix error when billing address empty [shasum]
509
+ * Vanco: Update live_url [duff]
510
+ * Cardstream: Reference purchase [curiousepic]
511
+ * Paymill: Fix error handling [methodmissing]
512
+ * Latitude19: New gateway support [shasum]
513
+ * BraintreeBlue: remove invalid test assertions [prburke]
514
+ * Merchant e-Solutions: Pass order_id with capture [curiousepic]
515
+ * CyberSource: Add rescue for ResponseErrors [curiousepic]
516
+ * AuthorizeNet: Always pass recurringBilling flag if present [curiousepic]
517
+ * S5: Pass order_id to TransactionID [curiousepic]
518
+ * NMI: Set ACH sec_code from options if present [curiousepic]
519
+ * VisaNet Peru: Refactor merchant_id and purchase_number handling [shasum]
520
+ * Braintree Blue: Pass descriptor_url field [curiousepic]
521
+ * VisaNet Peru: Add merchant_define_data option [duff]
522
+ * Merchant e-Solutions: pass optional 3Dsecure params [curiousepic]
523
+ * NMI: Fix refunds and voids of echecks [duff]
524
+ * VisaNet Peru: Pass dummy email when not present [curiousepic]
525
+ * PayU India: Add Maestro as supported card [curiousepic]
526
+ * Cashnet: Don't retry [duff]
527
+ * CardStream: Make Void call Cancel instead of Refund [curiousepic]
528
+ * Remove AN and KV country codes as they're not recognized by ISO-3166-1 [apdunston]
529
+ * Worldpay: Pass unchanged amount with correct currency exponent [curiousepic]
530
+ * Improve our handling of currencies sans fractions [duff]
531
+ * Stripe: Added support for the contactless magstripe entry mode option [rbalsdon]
532
+ * VisaNet Peru: Change money format to dollars [shasum]
533
+ * BlueSnap: Add gateway [duff]
534
+ * VisaNet Peru: Select the most meaningful gateway error message [shasum]
535
+ * SecurionPay: Update country list [duff]
536
+ * Support for BIN 2 MasterCard brand detection [rbalsdon]
537
+ * CardStream: Fix signature calculation [duff]
538
+ * CyberSource: Update test and live URL [marquisong]
539
+ * AuthorizeNet: Truncate nameOnAccount field [duff]
540
+ * Tns: Fix ipAddress field [duff]
541
+ * WorldNet: New gateway support [varyonic]
542
+ * BraintreeBlue: Allow channel override [duff]
543
+ * MerchantWarrior: Use Truncated Order Id [ThereExistsX]
544
+
545
+
546
+ == Version 1.58.0 (March 1, 2016)
547
+ * Move Electron check out of CreditCard into CreditCardMethods [ThereExistsX]
548
+ * CardStream: Add AED and NZD currencies [sdball]
549
+ * App55: Remove Gateway [ThereExistsX]
550
+ * Mercury: Stripping the start and end sentinels on card-present track data for max-length track1 requests [ryanbalsdon]
551
+ * SagePay: Update VISA Electron ranges [sdball]
552
+ * Clearhaus: Make request signing more transparent & robust [sdball]
553
+ * NCRSecurePay: Fix production URL [rwdaigle]
554
+ * Add ACH support to Stripe [sdball]
555
+ * PayPal Express: Fixing list of currencies without fractions [Krystosterone]
556
+ * Cashnet: Default custcode option and proper redirect handling [rwdaigle]
557
+ * TransFirst: Fix missing address and remove CC only fields for ACH [davidsantoso]
558
+ * More prominent links to contribution docs [rwdaigle]
559
+
560
+
561
+ == Version 1.57.0 (February 1, 2016)
562
+ * AuthorizeNetCim: Add unmaskExpirationDate option [RamilGilmanov]
563
+ * Element: Add gateway support [davidsantoso]
564
+ * Cardstream: 3D-secure capture fix [duff]
565
+ * Auth.net: Update store to create payment profiles [davidsantoso]
566
+ * CyberSource: Add support for mdd_fields [duff]
567
+ * Worldpay: Add support for verify [davidsantoso]
568
+ * Element: Add guard clause to handle undocumented errors [davidsantoso]
569
+ * Clearhaus: Add tests for signed requests [anellis]
570
+ * Stripe: Support adding cards to account [anellis]
571
+ * Clearhaus: Add text_on_statement option [anellis]
572
+ * Payeezy: Void and verify support [davidsantoso]
573
+ * Creditcall: Use ecommerce rather than cnp [duff]
574
+ * Payeezy: Add support for echecks [davidsantoso]
575
+ * Bridgepay: Add ability to store cards and pay with token [anellis]
576
+ * Initial support for Android Pay network tokenization cards [mrezentes]
577
+ * Transfirst: Fix exception when not all eCheck information is present [davidsantoso]
578
+ * Auth.net: Add tests for echeck refunds [davidsantoso]
579
+ * Transfirst: use default values for some eCheck data [davidsantoso]
580
+ * Element: Update the live URL endpoint [davidsantoso]
581
+ * Element: Parse responses from unexpected API errors [davidsantoso]
582
+ * Transfirst: Remove unused fields for echeck [davidsantoso]
583
+ * Sage: Internal refactoring into a single gateway class w/ common http conn [anellis]
584
+ * Cardstream: Adjust authorize and capture transactions [anellis]
585
+ * NCRSecurePay: New gateway support (Monetra white-label) [rwdaigle]
586
+ * Element: Map ReferenceNumber to order_id [duff]
587
+ * Element: Use a better MotoECICode default [duff]
588
+ * BraintreeBlue: Return transaction id for failed transactions when available [prburke]
589
+ * PayPal: Add InContextPaypalExpressGateway [xuorig]
590
+ * TransFirst: CVV is a required tag [duff]
591
+ * Checkout V2: Add Descriptor Name and City Options [anellis]
592
+ * Forte: Pass order_id [anellis]
593
+ * Merchant ESolutioins: Truncate order_id [anellis]
594
+ * Transfirst Transaction Express: New gateway support [sdball]
595
+ * Stripe: Add `stripe_account` header option [anellis]
596
+ * Cardstream: Add AVS code and message [anellis]
597
+ * Barclaycard Smartpay: New gateway support [curiousepic]
598
+ * Transfirst: Fix missing address and remove CC only fields for ACH [davidsantoso]
599
+ * Stripe: Support ACH payments [sdball]
600
+ * NCRSecurePay: Fix production URL [rwdaigle]
601
+ * Clearhaus: Make request signing more transparent & robust [sdball]
602
+ * SagePay: Properly detect Electron brand [sdball]
603
+ * Mercury: Fix for max-length track 1 [ryanbalsdon]
604
+
605
+
606
+ == Version 1.56.0 (December 1, 2015)
607
+ * Add Cardknox gateway [dlehren]
608
+ * Mercury: Add support for card present track 2 [ryanbalsdon]
609
+ * Cardstream: Improve default currency handling [duff]
610
+ * Mercury: Strip start and end sentinels on track 2 [ryanbalsdon]
611
+ * Redsys: Support new SHA256 authentication method [davidsantoso]
612
+ * Cashnet: Allow custcode override [duff]
613
+ * Add Rails 5 support [rafaelfranca]
614
+ * Set required Ruby version for install to 2 or greater [rafaelfranca]
615
+ * JetPay: Pass ud_fields in capture too [duff]
616
+ * Stripe: Correctly detect test mode refunds [aprofeit]
617
+ * Fix variables in remote gateways test template [sdball]
618
+ * Micropayment: Update fieldnames for new API [duff]
619
+ * Fix CreditCard#valid_number? erroring on non-digit characters [PatrickTulskie]
620
+ * Stripe: Correctly detect test mode voids [methodmissing]
621
+ * Garanti: Add test mode URL and update remote test credentials [cbilgili]
622
+ * Cashnet: Allow custcode override on refund [duff]
623
+ * Omise: Add a new optional api_version config [zdk]
624
+ * Elavon: Include IP address in purchase and authorize requests [aprofeit]
625
+ * TransFirst: Add support for ACH and more operations [davidsantoso]
626
+ * FirstData_e4: Fix void for even dollar transactions [duff]
627
+
628
+ == Version 1.55.0 (November 9, 2015)
629
+ * CyberSource: send customer IP address when provided [fastjames]
630
+ * Braintree: Simplify Braintree scrubbing when no transcript [duff]
631
+ * AuthorizeNet: Allow market_type override [duff]
632
+ * FirstData_e4: Support level_2 data [duff]
633
+ * FirstData_e4: Fix level_2 and level_3 [duff]
634
+ * MerchantWareFour: Use Void not PreAuthorizationVoid [duff]
635
+ * JetPay: Allow partial captures [duff]
636
+ * Creditcall: Fix production url [duff]
637
+ * FirstData_e4: Fix float error in Void [duff]
638
+ * Micropayment: Upgrade to new API [mrezentes]
639
+ * Netbilling: Add order_id to user_info [mrezentes]
640
+ * Stripe: scrub swipe/track, EMV data out of gateway transcripts [girasquid]
641
+ * Remove integration_mode [mattfawcett]
642
+ * Allow setting CVV requirement at instance level [fabiokr]
643
+ * Add SecurionPay gateway [szajbus]
644
+ * AuthorizeNet: Don't send currency to void [duff]
645
+ * Add Komoju gateway [k2nr]
646
+ * Replace Connection magic numbers with constant references [larrylv]
647
+ * Add CAMS gateway [trevorgrayson]
648
+ * PayPal Express: Fix AllowedPaymentMethod [edclements]
649
+ * Litle: Store credit card from PayPage [dontmatta]
650
+ * Orbital: Deprecate profile management API [ntalbott]
651
+ * FirstData e4: Honor currency when supplied [tchill]
652
+ * Authorize.net: Add config_error standard error code [andrewpaliga]
653
+ * PayPal Express: Add support for TotalType in SetExpressCheckout [gingerhendrix]
654
+ * eWay Rapid: Add :invoice option [DylanFM]
655
+ * Braintree: Add nonce payment method [eric1234,cwoodcox]
656
+ * Payflow: Allow passing of 3D Secure details via options [marquisong]
657
+ * Elavon: Support capture via CCCOMPLETE without credit card [marquisong]
658
+ * Securenet: Allow setting test_mode independently [wedstar]
659
+ * Replace Base.integration_mode and Base.gateway_mode with just Base.mode [aprofeit]
660
+ * Micropayment: Allow specification of a project [duff]
661
+ * QuickpayV10: Truncate order_id [duff]
662
+ * FirstData_e4: Fix Level 2 data [duff]
663
+ * Remove some duplication around name handling [duff]
664
+ * FirstData_e4: Support Tax1Number [duff]
665
+ * Add Transact Pro gateway [varyonic]
666
+ * Add Payeezy gateway [huoxito]
667
+ * USAePay: Add test mode setting via options [marquisong]
668
+ * Add Clearhaus gateway [dinesh]
669
+ * WorldpayOnlinePayments: Fix logic to determine success [ao]
670
+ * Paymill: store order_id in description field [nikoloff]
671
+ * TWD isn't a zero decimal currency [duff]
672
+ * PaypalExpress: Use custom zero decimal currencies [duff]
673
+ * Stripe: Migrate from /refund to /refunds [matthelm]
674
+ * Bogus: Adding basic EMV support [ryanbalsdon]
675
+ * PayBox Direct: Refunds and working test credentials [ivanfer]
676
+ * Vanco: Handle case of no billing_address [duff]
677
+ * BluePay: Add support for CUSTOM_ID2 field [ajporterfield]
678
+ * Creditcall: Handle no verification_value [duff]
679
+
680
+ == Version 1.54.0 (October 2, 2015)
681
+ * Beanstream: Add Network Tokenization support [girasquid]
682
+ * CenPOS: Allow order_id on void [duff]
683
+ * Provide better insight to CVV usage in requests [davidsantoso]
684
+ * Ogone: Add verify [duff]
685
+ * Beanstream: Add verify [mrezentes]
686
+ * PayPal: Map standard error codes [JakeCataford]
687
+ * Checkout.com: Fix an issue with empty phone numbers. [anotherjosmith]
688
+ * Quickpay: Edit store and add ability to purchase with stored card [anellis]
689
+ * Stripe: Set `receipt_email` to Stripe request if receipt delivery is requested [miccheng]
690
+ * Worldpay US: Add eCheck support [mrezentes]
691
+ * FirstData_e4: add level_3 data [mrezentes]
692
+ * Vanco: Support passing ip address [duff]
693
+ * Paybox Direct: Currency parsing fix [ivanfer]
694
+ * QuickpayV10: Remove currency requirement from store. [anellis]
695
+ * Raven: Use TLS 1.2 endpoint [bslobodin]
696
+
697
+ == Version 1.53.0 (September 1, 2015)
698
+
699
+ * Redsys: Add a number of currencies [agseco]
700
+ * Raven: update description, test url, and routing; fix tests [bslobodin]
701
+ * Raven: do not pass default (incorrect) PaymentType to #void [bslobodin]
702
+ * Add scrubbing to a number of gateways [anellis]
703
+ * BluePay: Add scrubbing [anellis]
704
+ * BraintreeBlue: Allow custom logger [duff]
705
+ * MerchantWareFour: Truncate invoiceNumber [duff]
706
+ * S5: Pass recurrence_mode in store [duff]
707
+ * QuickPay: Support 2-letter country codes in V10 API [girasquid]
708
+ * Stripe: Support validate:false field on store [anellis]
709
+ * CheckoutV2: Use correct live_url [duff]
710
+ * QuickPay: strip # from Order IDs before submission [girasquid]
711
+ * Litle: Use schema version 9.4 rather than 8.18 [anellis]
712
+ * Litle: Add decrypted apple_pay [anellis]
713
+ * QuickPay: fix method signature on #void [girasquid]
714
+ * Forte: Add gateway [davidsantoso]
715
+ * Stripe: return refund id for refund authorization [anellis]
716
+ * Paypal: Update api version [anellis]
717
+ * TNS: Translate countries to alpha3 codes [anellis]
718
+ * TNS: Handle non existent country [duff]
719
+ * TNS: Rescue Errors [anellis]
720
+ * CenPOS: Support avs_result and cvv_result [tjstankus]
721
+ * Stripe: Add application fee only on non-EMV transactions [bizla]
722
+ * Stripe: don't send blank, non-nil values [girasquid]
723
+ * Ogone: Send different auth type for mastercard [anellis]
724
+ * Cardstream: Add "type" field support [rwdaigle]
725
+ * Cardstream: 3dsecure transaction option [rwdaigle]
726
+ * Paystation: Map order_id to non-unique merchant reference field [anellis]
727
+ * Cardstream: Check for nil street address [anellis]
728
+ * Checkout.com and CheckoutV2.com: Update country list [duff]
729
+ * Cardstream: Handle nil addresses [rwdaigle]
730
+ * MiGS: Allow passing in currency [alovak]
731
+ * [POSSIBLE BREAKAGE] NMI: No longer use auth.net emulator [rwdaigle]
732
+ * SecureNet: Add DEVELOPERID if supplied [wedy]
733
+ * Braintree: Update country list [duff]
734
+ * NMI: Don't include dup_seconds if nil [rwdaigle]
735
+ * QuickPay: Make all operations to v10 platform synchronous [ta]
736
+ * QuickPay: Handle issue where no operations exists on payment [ta]
737
+ * NMI: Support merchant_defined_fields [duff]
738
+ * QuickpayV10: Add verify [anellis]
739
+ * BraintreeBlue: Use wiredump_device for logging only if present [braintreeps]
740
+ * QuickpayV10: Add scrubbing [anellis]
741
+ * QuickPayV10: Change tests to point to proper gateway [anellis]
742
+ * Monei: Add default options argument [davidgf]
743
+ * Ogone: Add additional 3d-secure parameters [ntalbott]
744
+ * Ogone: Refactor signature calculation [ntalbott]
745
+ * Add Creditcall gateway [davidsantoso]
746
+ * Redsys: Fix scrubbing for failed transactions [davidsantoso]
747
+ * Micropayment: Support Micropayment gateway [rwdaigle]
748
+ * USAePay: Use names from the given billing and shipping address [marquisong]
749
+ * Stripe: Add application fee on EMV authorize calls [bizla]
750
+
751
+ == Version 1.52.0 (July 20, 2015)
752
+
753
+ * Authorize.Net: Add device type to authorize.net retail requests [abecevello]
754
+ * Vanco: Change transaction type to WEB for echecks [duff]
755
+ * PayPal: Allow soft descriptor to be specified [davidsantoso]
756
+ * Authorize.net: Add disable_partial_auth field [anellis]
757
+ * SagePay: Add apply_avscv2 field [anellis]
758
+ * S5: Add Store [anellis]
759
+ * Merchant Ware v4: Add support for verify [davidsantoso]
760
+ * Mercury: No longer default to allow partial auth [duff]
761
+ * PayPal: Fix soft_descriptor and support soft_descriptor_city [duff]
762
+ * Merchant Ware: Add scrubbing [davidsantoso]
763
+ * Stripe: Make purchase via vaulted card consistent [duff]
764
+ * Moneris: Add network tokenization support [andrewpaliga]
765
+ * Ogone: Allow specifying a timeout value for requests [tomhipkin]
766
+ * PayU India: Increase allowed txnid to 30 characters [ntalbott]
767
+ * Authorize.Net: Allow passing device type through options, make wireless POS the default [abecevello]
768
+ * Authorize.Net: Update to new Akamai URL [taf2]
769
+ * Braintree: Add hold_in_escrow [anellis]
770
+ * Stripe: Allow purchases with tokens without customer specification [bizla]
771
+
772
+ == Version 1.51.0 (July 2, 2015)
773
+
774
+ * Garanti: Illegal character '&' parsing response [masaruhoshi]
775
+ * Stripe: Revert force USD for verify [duff]
776
+ * Litle: Surface XML validation errors in the response [jasonbosco]
777
+ * Litle: Pass the credit card verification value for tokenization (#store) requests, if one is set. [jasonbosco]
778
+ * S5: Make scrubbing regex less greedy [duff]
779
+ * CardStream: Add support for verify [anellis]
780
+ * Authorize.net: UTF-8 encode requests [duff]
781
+ * Banwire: Add default email [anellis]
782
+ * PayU India: Handle bad JSON [ntalbott]
783
+ * Dibs: Pass CVC param only if there's a value [bruno]
784
+ * Sage: Credit really is credit not refund [duff]
785
+ * Sage: Add ability to refund [duff]
786
+ * Cardstream: Add scrubbing [anellis]
787
+ * Litle: Add debt_repayment_flag [duff]
788
+ * iATS: Support ACH [rwdaigle]
789
+ * CheckoutV2: Add Gateway [anellis]
790
+ * CenPOS: Fix refund amount issue [duff]
791
+ * Add error_code mapping and error_code_from to gateway generator [jnormore]
792
+ * Stripe: Parse EMV ARC from error response [bizla]
793
+ * Redsys: Add MYR currency [agseco]
794
+ * Add "contactless" flag to credit card model [davidseal]
795
+ * Stripe: Add "contactless" flag support to gateway [davidseal]
796
+ * Add encrypted_pin data to credit card model [ryanbalsdon]
797
+ * Stripe: Add encrypted_pin support to gateway [ryanbalsdon]
798
+ * Stripe: Support mapping advanced decline codes to standard codes [abecevello]
799
+ * Epay: filter out invalid characters in returned URLs [dwradcliffe]
800
+ * Redsys: Strip leading zeroes from currency codes [agseco]
801
+ * Authorize.net: Add invoice information to refund [marquisong]
802
+ * Authorize.net: Add store ability [duff]
803
+ * Paystation: Add refund [mrezentes]
804
+ * Paystation: No longer require order_id everywhere [duff]
805
+ * Checkout: Support descriptor_name and descriptor_city [duff]
806
+ * Add supports_network_tokenization? to gateways [jnormore]
807
+ * Bpoint: Handle message for invalid login [anellis]
808
+ * TransFirst: Add scrubbing [davidsantoso]
809
+ * TransFirst: Add back a few request fields [davidsantoso]
810
+
811
+
812
+ == Version 1.50.0 (June 1, 2015)
813
+
814
+ * Vanco: Add gateway [duff]
815
+ * Conekta: Move device fingerprint to root [MauricioMurga]
816
+ * Conekta: Change default language to Spanish [MauricioMurga]
817
+ * Vanco: Improve authentication handling [duff]
818
+ * Vanco: Allow specification of fund_id [duff]
819
+ * S5: Add gateway [davidsantoso]
820
+ * SecureNet: Truncate order_id [duff]
821
+ * [POSSIBLE BREAKAGE] Stripe: Be explicit about API version [duff]
822
+ * Dibs: Add gateway [mrezentes]
823
+ * Dibs: Rubyize merchant_id and secret_key [mrezentes]
824
+ * Stripe: Add support for reverse_transfer [duff]
825
+ * USA ePay: Add support for manual entry indicator [AnotherJoSmith]
826
+ * Authorize.Net: Add support for manual entry indicator [AnotherJoSmith]
827
+ * CenPOS: Change description to invoice_detail [mrezentes]
828
+ * BPoint: Add gateway [tjstankus]
829
+ * S5: Remove address requirement for purchase and authorize [davidsantoso]
830
+ * Vanco: Add support for eChecks [duff]
831
+ * Remove Adyen support [ntalbott]
832
+ * CenPOS: Use ProcessCreditCard action [duff]
833
+ * CASHnet: uri encode the merchant gateway name [mrezentes]
834
+ * S5: Include card brand in request body [davidsantoso]
835
+ * Vanco: Handle multiple error responses [duff]
836
+ * Merchant Partners gateway support [rwdaigle]
837
+ * BPoint: Update params to contain all response data [tjstankus]
838
+ * BPoint: Support biller_code in options [tjstankus]
839
+ * Sagepay: Add Verify [anellis]
840
+ * S5: Build XML with UTF-8 encoding [tjstankus]
841
+ * Cashnet: Handle unparsable response body [duff]
842
+ * CenPOS: Allow specification of customer_code [duff]
843
+ * Allied Wallet: Add gateway [anellis]
844
+ * S5: set Regex closure on scrubbing method [davidsantoso]
845
+ * Dibs: Require TLSv1 [duff]
846
+ * Optimal: Handle case of no billing address [duff]
847
+ * Omise: Add gateway [zdk]
848
+ * CenPOS: Simplify currency handling [duff]
849
+ * Beanstream: Don't treat redirect as success [aprofeit]
850
+ * Add PayU India gateway [ntalbott]
851
+ * NetBilling: Require TLSv1 [duff]
852
+ * S5: Handle recurring transactions without CVV [davidsantoso]
853
+ * Stripe: Force USD for verify [duff]
854
+ * PayU India: Prevent shadowing in response parsing [ntalbott]
855
+ * QuickPay: Add support for v10 API [ta]
856
+ * Fat Zebra: Fix refund and store signatures [duff]
857
+ * Fat Zebra: Allow transactions without a CVV [duff]
858
+
859
+ == Version 1.49.0 (May 1, 2015)
860
+
861
+ * Braintree: Add support for AVS error codes [ivanvfer]
862
+ * MerchantWarrior: Truncate description field [duff]
863
+ * Braintree: Add service_fee_amount option [duff]
864
+ * SecureNet: Allow shipping_address[:name] [duff]
865
+ * MonerisUS: Add verify [mrezentes]
866
+ * Ezic: Add gateway [duff]
867
+ * Stripe: Add destination field [cwise]
868
+ * SecureNet: Fix ordering of shipping field names [duff]
869
+ * SecurePayAu: Update API URL [girasquid]
870
+ * Stripe: Add EMV "chip & sign", "chip & offline PIN" and Maestro support [bizla]
871
+ * Add Errno::EHOSTUNREACH to NetworkConnectionRetries::DEFAULT_CONNECTION_ERRORS [randito78]
872
+ * Stripe: Add support for idempotency keys [michaelherold]
873
+ * WePay: Handle JSON::ParserError exceptions [duff]
874
+ * Borgun: Update country list and homepage url [mrezentes]
875
+ * AuthorizeNet: Add cvv to request only if it's valid [tjstankus]
876
+ * Stripe: Bug fix: add amounts only on non-EMV transactions, temporarily omit EMV testcases [bizla]
877
+ * Ezic: Add support for void [duff]
878
+ * iATS: Update supported countries [mrezentes]
879
+ * Ezic: Update supported countries [duff]
880
+ * AuthorizeNet: Truncate card number [tjstankus]
881
+
882
+ == Version 1.48.0 (April 8, 2015)
883
+
884
+ * Clean up `rake gateways:hosts` output [ntalbott]
885
+ * Add Axcess MS gateway [timtait]
886
+ * Add PayHub gateway [grepruby]
887
+ * Orbital: Improve data formatting [boone]
888
+ * [POSSIBLE BREAKAGE] USAePay Transaction: Make "void release" the default [dppcode]
889
+ * Redsys: Add rudimentary vaulting [varyonic]
890
+ * Exact: Handle 401 failures better [jefflaporte]
891
+ * SagePay: make `VPSProtocol` user-configurable [boxofrad]
892
+ * Netbilling: Add store support [cshepherd]
893
+ * Add Qvalent gateway [markabe]
894
+ * Expose proxy address and port to gateways [arkes]
895
+ * Remove Ruby 1.9 [j-mutter]
896
+ * Qvalent: Do not sent order.ipAddress when storing [markabe]
897
+ * Qvalent: Fix argument name [bruno]
898
+ * Qvalent: map card storage reference to authorization [markabe]
899
+ * Qvalent: Fix scrub replacement, it was too greedy [markabe]
900
+ * PayConex: Add gateway [duff]
901
+ * AuthorizeNet: Add credit support [duff]
902
+ * CenPOS: Add gateway [markabe]
903
+ * Stripe: Update country list [markabe]
904
+ * Add Monei.net gateway [leolara]
905
+ * MerchantWarrior: Fix refund and capture signatures [duff]
906
+ * CenPOS: Add support for capture and refund [markabe]
907
+ * Authorize.net: Add support for network tokenization credit cards [jnormore]
908
+ * Stripe: Add support for passing in metadata for auths and purchases [kitt]
909
+ * Pin: Pass amount param for captures [ab9]
910
+ * NAB Transact: Improve store functionality [duff]
911
+ * Add Worldpay Online Payments [ao]
912
+ * Fat Zebra: Add multi-currency support [nagash]
913
+ * Fat Zebra: Add auth/capture capability [nagash]
914
+ * Fat Zebra: Add soft descriptor support [nagash]
915
+
916
+ == Version 1.47.0 (February 25, 2015)
917
+
918
+ * Authorize.Net: Properly send name in shipping address line, when shipping address is provided [girasquid]
919
+ * Payflow: Add verify support [ntalbott]
920
+ * Capture ConnectionError#triggering_exception [ntalbott]
921
+ * Flo2Cash: Map Reference->:order_id (not :invoice) [ntalbott]
922
+ * Flo2Cash: Fix card brand handling [ntalbott]
923
+ * Flo2Cash: Improve error handling & simplify "Simple" gateway [ntalbott]
924
+ * Remove Vindicia gateway [mutemule]
925
+ * Firstdata E4: Support other mastercard string [jcbantuelle]
926
+ * Checkout: Disallow altering endpoint via options [markabe]
927
+
928
+ == Version 1.46.0 (January 20, 2015)
929
+
930
+ * CHANGE: drop `offsite_payments` and `active_utils` as dependencies. [wvanbergen]
931
+ * CHANGE: remove `OffsitePaymentShim`. You will have to add offsite_payments as a dependency,
932
+ and update any mentions of `ActiveSupport::Billing::Integration` to
933
+ `OffsitePayments::Integrations`. [wvanbergen]
934
+ * QuickBooks Payments: Add adapter [ivanfer, bizla]
935
+ * Quickbooks: Remove requirement of oauth gem.
936
+ * PayGate: Add support for refunds [StephanAtG2]
937
+ * PayPal: Add #scrub for scrubbing PCI information out of HTTP transcripts [girasquid]
938
+ * Stripe: Add #scrub for scrubbing PCI information out of HTTP transcripts [girasquid]
939
+ * Cybersource: Add ability to verify a card [duff]
940
+ * BraintreeBlue: Expose the error code in the response params [duff]
941
+ * eWay Rapid: Update supported countries and card types [incarnate]
942
+ * PayPal: Allow specifying ButtonSource at init [ntalbott]
943
+ * Payflow: Add fraud_review support [ntalbott]
944
+ * Add IPP gateway [InfraRuby]
945
+ * Redsys: Fix order_id truncation [duff]
946
+ * AuthorizeNet: Improve duplicate_window handling [duff]
947
+ * PayPal: Fix ButtonSource bug [ntalbott]
948
+ * Checkout: Prevent multiple trackids from being passed [markabe]
949
+ * Pin: Handle JSON parsing exception in response [duff]
950
+ * Improve test suite to test against multiple ActiveSupport versions [wvanbergen]
951
+ * Misc. code cleanup [wvanbergen]
952
+ * Add Flo2Cash gateway [markabe]
953
+ * Litle: Allow order_source override [duff]
954
+ * Quickpay: Add ability to finalize a capture [askehansen]
955
+ * AuthorizeNet: Prevent test mode using live gateway [duff]
956
+ * Add Flo2Cash Simple gateway [markabe]
957
+
958
+ == Version 1.45.0 (December 1, 2014)
959
+
960
+ * HPS: Always pass CardHolderData element [SecureSubmit, ntalbott]
961
+ * PayJunction: Include 'track' parameter if provided [hron]
962
+ * WebPay: Fix API calls [tomykaira]
963
+ * Moneris US: Add store, unstore, and update [AntoineInsa]
964
+ * Moneris US: Add CVV and AVS [AntoineInsa]
965
+ * Stripe: Add support for statement_description [markabe]
966
+ * CASHNet: Add support for fname and lname [markabe]
967
+ * Orbital: Fix customer profile auth/purchase [denis]
968
+ * Payex: Fix expiry month to allow 4 digit year [duff]
969
+ * Cashnet: Allow overriding custcode [hoenth]
970
+ * Cashnet: Fix overridding item_code per transaction [ntalbott]
971
+ * Add Checkout.com gateway [ravish-ramrakha-cko]
972
+ * HPS: Add verify support [SecureSubmit]
973
+ * Add Bank Frick gateway [varyonic]
974
+ * Add Global Transport gateway [duff]
975
+ * iATS: Add #store and #unstore [duff]
976
+ * Authorize.Net: Fix amount formatting [ntalbott]
977
+ * Authorize.Net: Truncate order_id to 20 characters [ntalbott]
978
+ * Authorize.Net: Truncate more fields [duff]
979
+ * Authorize.Net: Truncate invoiceNumber [ntalbott]
980
+ * Adyen: Add support for verify operation [duff]
981
+ * USAePay: Add track_data support [louiskearns]
982
+ * Payex: Use the right url for the purchase call [duff]
983
+ * Braintree: Allow dynamic descriptors [duff]
984
+ * Openpay: Add support for device session id [guillermo-delucio, ismaelem]
985
+ * Redsys: Add support for verify [duff]
986
+ * Redsys: Handle unknown currencies [duff]
987
+ * Stripe: Make #unstore signature consistent [duff]
988
+ * Remove defunct Samurai gateway [ntalbott]
989
+ * eWay Rapid: Tweak authorization support [duff]
990
+ * Litle: Add support for dynamic descriptors [duff]
991
+ * Add TNS gateway [markabe]
992
+ * TNS: Update countries and supported card types [markabe]
993
+ * Conekta: Add AMEX as a supported card type [MauricioMurga]
994
+ * Checkout: pass through currency type [markabe]
995
+ * Bogus: return standard error codes [jpcaissy]
996
+ * Add PaymentToken and ApplePayPaymentToken objects for token-based transactions [bizla]
997
+ * Authorize.Net: Add ApplePay in-app transaction support [bizla]
998
+ * Stripe: Add ApplePay in-app transaction support [bizla]
999
+ * eWAY Rapid: Add PartnerID param [j-mutter]
1000
+ * GlobalTransport: Truncate order_id [duff]
1001
+ * Redsys: Allow a description to be specified [duff]
1002
+ * NetworkMerchants: Fix currency [j-mutter]
1003
+ * Redsys: Improve handling of order_id [duff]
1004
+ * Checkout: Add support for void, refund, and verify [markabe]
1005
+
1006
+ == Version 1.44.1 (Aug 28, 2014)
1007
+
1008
+ * Allow SSLv3 for PsiGate [mutemule]
1009
+ * Set default :state to n/a for NetworkMerchants [cjoudrey]
1010
+
1011
+ == Version 1.44.0 (Aug 21, 2014)
1012
+
1013
+ * Moneris: Add :avs_enabled option [bslobodin]
1014
+ * Stripe: Populate authorization in failed responses, when available [bslobodin]
1015
+ * Moneris: Use the name on the card [duff]
1016
+ * Balanced: More 1.1 API fixes and mappings [ntalbott]
1017
+ * Balanced: Handle "pending" refunds [duff]
1018
+ * Immediately convert credit card date fields to integers [ntalbott]
1019
+ * Balanced: Handle outside card tokens [ntalbott]
1020
+ * Balanced: Do not pass address if zip is missing [ntalbott]
1021
+ * Float active_utils at the patch version instead of the minor version [nwjsmith]
1022
+ * Wirecard: Fix CVV & AVS response handling [alevett]
1023
+ * Consolidate deprecation handling [ntalbott]
1024
+ * Authorize.Net CIM: Do not send x_test_request [danrabinowitz]
1025
+ * Authorize.Net CIM: Pass delimiter through [jsoma]
1026
+ * HPS: Add support for track data [SecureSubmit]
1027
+ * HPS: Fix processing without an address [SecureSubmit]
1028
+ * Balanced: Do not pass address if zip is blank [duff]
1029
+ * Do CreditCard attribute cleanup at assignment [ntalbott]
1030
+ * eWay Rapid: Add auth/capture/void support [ntalbott]
1031
+ * [POSSIBLE BREAKAGE] Remove dependency on active_utils Validateable [ntalbott]
1032
+ * Make all active_utils requires explicit [ntalbott]
1033
+ * Balanced: Handle legacy card tokens [ntalbott]
1034
+ * Braintree Blue: Default verification merchant id [speric]
1035
+ * [POSSIBLE BREAKAGE] Extract integrations into an offsite_payments gem [ntalbott]
1036
+ * [POSSIBLE BREAKAGE] Drop stated/tested compatibility with Rails < 3.2 [ntalbott]
1037
+ * Stop requiring unused CurrencyCode class from active_utils [ntalbott]
1038
+ * Move ActiveMerchant::Error into ActiveMerchant [ntalbott]
1039
+ * Inline RequiresParameters in Gateway & move Country from active_utils [ntalbott]
1040
+ * Quickpay v7: Fix passing acquirers field [moklett]
1041
+ * Quickpay v7: Pass an amount when storing cards [ta & moklett]
1042
+ * Quickpay: Expand list of supported countries [ta]
1043
+ * Validate CreditCard verification value [mnoack]
1044
+ * Authorize.Net CIM: Allow updating a payment profile without a full credit card number [speric]
1045
+ * Wirecard: Add optional CommerceType element [timtait]
1046
+ * Add Borgun gateway [markabe]
1047
+ * [POSSIBLE BREAKAGE] NAB Transact: Allow timeout customization [duff]
1048
+ * Wirecard: Add card store and purchase/authorize by reference [speric]
1049
+ * Worldpay: Add support for Switch cards [dougal]
1050
+ * FirstData e4: Send correct card type [npverni]
1051
+ * Elavon: Add store/update support [npverni]
1052
+ * Wirecard: Catch an empty ERROR <Message> Element [timtait]
1053
+ * Finansbank (CC5): Add void/refund/credit support [muhammetdilek]
1054
+ * Wirecard: Use authorization_check for Amex store [npverni]
1055
+ * Elavon: Make void work for authorizations [duff]
1056
+ * Add Commercegate gateway [vitaliyvasin]
1057
+ * Wirecard: Fix "amex" references [mendable]
1058
+ * HPS: Do not pass empty elements [SecureSubmit]
1059
+ * Paymill: Add more supported card types [nikoloff]
1060
+ * Paymill: Add source [nikoloff]
1061
+ * Paymill: Add description for preauthorizations [nikoloff]
1062
+ * Paymill: Add remote tests using tokens [nikoloff]
1063
+ * HPS: Add developer, version number and site trace options [SecureSubmit]
1064
+ * Update 1stPayGateway.Net gateway [rwdaigle]
1065
+ * Payflow: Add verbosity option [doppler]
1066
+ * Allow ignoring the result of any MultiResponse step [ntalbott]
1067
+ * Stripe: Add ability to verify a card [duff]
1068
+ * Paypal: Add ability to verify a card [duff]
1069
+ * Authorize.net: Add ability to verify a card [duff]
1070
+ * Braintree: Add ability to verify a card [duff]
1071
+ * Enhance gateway generator to support verify [duff]
1072
+ * PayPal Express: Add funding source support [baraabourghli]
1073
+ * Optimal: Add IP address to requests [justinplouffe]
1074
+ * Pin: Add authorize & capture support [keithpitt]
1075
+ * Pin: Add update support [keithpitt]
1076
+ * Vindicia: Stop using the vindicia-api gem [ntalbott]
1077
+ * Clean up the warnings fog [ntalbott]
1078
+ * Quickpay: Map options[:ip] for fraud analysis [ta]
1079
+ * SagePay: Truncate fields [duff]
1080
+ * First Data E4: Add ability to verify a card [duff]
1081
+ * Elavon: Add ability to verify a card [duff]
1082
+ * Worldpay: Pass email and IP address [duff]
1083
+ * Worldpay: Use updated address format [duff]
1084
+ * Moneris: Fix address splitting [ntalbott]
1085
+ * FirstData E4: Allow passing CAVV through [Senjai]
1086
+ * Braintree Blue: Remember the capture transaction id [duff]
1087
+ * Eway Rapid: Truncate some fields [duff]
1088
+ * Optimal Payment: Make account mandatory field [rwdaigle]
1089
+ * Worldpay: Improve address defaulting [duff]
1090
+ * Authorize.Net: Add maestro as a supported card type [vparihar01]
1091
+ * Worldpay: Improve address defaults [duff]
1092
+ * Braintree Blue: Pass cardholder_name when tokenizing [radar]
1093
+ * Wirecard: Improve error handling [mendable]
1094
+ * Litle: Add verify support [markabe]
1095
+ * USAePay: Add verify support [markabe]
1096
+ * BridgePay: Add verify support [duff]
1097
+ * Braintree Blue: Add payment_method_token flag [JDutil]
1098
+ * SagePay: Add optional FI fields [rob-anderson]
1099
+ * Iridium: Add AVS and CVV results [X0Refraction]
1100
+ * NAB Transact: Add credit support [nagash]
1101
+ * Braintree Blue: Add application_id support [npverni]
1102
+ * Realex: Add maestro mapping [uriklar]
1103
+ * Add Worldpay US gateway [markabe]
1104
+ * Cybersource: Add shipping address [pkoppula]
1105
+
1106
+ == Version 1.43.2 (May 12, 2014)
1107
+
1108
+ * Remove 2Checkout's #line_item due to conflict with Klarna/Shopify [edward]
1109
+ * Auth.Net CIM: Fix ordering of order/trans_id [pdamer]
1110
+ * Add PagoFacil gateway [bhserna, abisosa]
1111
+ * [POSSIBLE BREAKAGE] Stripe: Allow for updating of stored card [speric]
1112
+ * Authorize.Net: Deprecate ARB [ntalbott]
1113
+ * Authorize.Net CIM: Add recurring billing flag [gabealmer]
1114
+ * Spreedly: Add support for :ip [megamoose]
1115
+ * PayPal Express: Improve received_at handling [jwarchol]
1116
+ * PayPal Express: Add ReqBillingAddress flag [johnb-razoo]
1117
+ * Beanstream: Add support for Legato single use tokens [tylerrooney]
1118
+ * PayPal Digital Goods: Allow mobile [tomprats]
1119
+ * Maxipago: Add installment support [alexandremcosta]
1120
+ * Deprecate recurring API support [ntalbott]
1121
+ * NMI: fix CreditCard check [bslobodin]
1122
+ * SagePay: Add tokenization support [kernow]
1123
+ * PayPal Express: Reference transaction details [lrostovsky]
1124
+ * Balanced: Update to API 1.1 [steveklabnik]
1125
+ * Add Cashnet gateway [hoenth]
1126
+ * Conekta: Standardize address options [MauricioMurga]
1127
+ * Wirecard: Add support for reference purchases [timtait]
1128
+ * Worldpay: Add support for external references [matsubo]
1129
+ * Balanced: Voiding a capture is not allowed [duff]
1130
+ * Add HPS gateway (Heartland Payment Systems) [SecureSubmit]
1131
+ * Balanced: Fix handling of 500 errors [ntalbott]
1132
+ * Universal: Remove all billing address fields [bslobodin]
1133
+ * Balanced: Stop creating a customer on each call [ntalbott]
1134
+ * Balanced: Refactor and handle legacy authorizations [ntalbott]
1135
+ * SagePay Form: Update to v3.00 [bslobodin]
1136
+ * GestPay: Use a more specific error class when parsing [odorcicd]
1137
+ * PagSeguro: Improve error handling [celsodantas]
1138
+ * PxPay: Support for newer, query-less redirect URLs [odorcicd, bslobodin]
1139
+ * eWAY Rapid: Update to 3.1 API [atomgiant]
1140
+ * Misc refactorings [justinplouffe]
1141
+ * Remove greedy rescue, and convert some errors to be user-facing [odorcicd]
1142
+ * PayPal Express: pass logo image for setup request [dimko]
1143
+ * Improve credit card validation [duff]
1144
+
1145
+ == Version 1.43.1 (May 1, 2014)
1146
+
1147
+ * Merchant Warrior: Scrub names [duff]
1148
+ * Validate Gateway.supported_countries [rwdaigle]
1149
+ * Stripe: Add recurring flag support [bslobodin]
1150
+ * Stripe: Use localized amounts for currencies w/o minor units [bslobodin]
1151
+ * WebPay: Leverage fixes to Stripe to remove duplicate code [bslobodin]
1152
+ * Klarna: Miscellanenous fixes [edward]
1153
+ * Mollie iDEAL: Use order's description [wvanbergen]
1154
+
1155
+ == Version 1.43.0 (April 24, 2014)
1156
+
1157
+ * PagSeguro: New offsite integration [celsodantas]
1158
+ * Sage Pay: Fix amount parsing in notifications [berkcaputcu]
1159
+ * Sage Pay: Use API v3.00 [bslobodin]
1160
+ * BridgePay: Switch method of success detection [markabe]
1161
+ * BridgePay: Use Return as TransType for refunds [markabe]
1162
+ * IATS: Complete rewrite using first class API [rwdaigle]
1163
+ * IATS: Fix invalid country code UK -> GB [rwdaigle]
1164
+ * DataCash: Fix refund processing using original authorization [bslobodin]
1165
+ * Transnational gateway renamed to Network Merchants [bslobodin]
1166
+ * PayMill: Handle non-JSON server responses [bslobodin]
1167
+
1168
+ == Version 1.42.9 (April 15, 2014)
1169
+
1170
+ * Spreedly: Add ip, description and gateway_specific_fields [faizalzakaria]
1171
+ * Sage (US): Support store/unstore of cards [rwdaigle]
1172
+ * Pin: Add american express to supported cards [nagash]
1173
+ * Raven: Update handling of CVV/AVS [bslobodin]
1174
+ * Raven: Use UUID for RequestID [bslobodin]
1175
+
1176
+ == Version 1.42.8 (April 4, 2014)
1177
+
1178
+ * Cecabank: Handle invalid xml response body [duff]
1179
+ * Wirecard: Capture error code in the response [duff]
1180
+ * Litle: Remove gem dependency [duff]
1181
+ * Litle: Fix case of missing address parts [duff]
1182
+ * Universal: Add universal offsite API implementation [bslobodin]
1183
+ * Iridium: Add more currencies [bslobodin]
1184
+ * iDeal: Add Mollie iDeal offsite implementation [wvanbergen, maartenvg]
1185
+
1186
+ == Version 1.42.7 (March 18, 2014)
1187
+
1188
+ * SagePay: Add support for ReferrerID [markabe]
1189
+ * Cecabank: Fix expiration date formatting [duff]
1190
+ * Add WePay gateway [faizalzakaria]
1191
+ * SmartPs: Add ECI option to SmartPs [odorcicd]
1192
+ * Rescue and re-raise ActionViewHelperError when offsite helpers raise an error [odorcicd]
1193
+ * Add FirstGiving gateway [faizalzakaria]
1194
+ * FirstGiving: Fix refunds [ntalbott]
1195
+ * Samurai: Handle server errors [ntalbott]
1196
+ * WePay: Fix refund [duff]
1197
+
1198
+ == Version 1.42.6 (February 24, 2014)
1199
+
1200
+ * Litle: Truncate order_id [duff]
1201
+ * Conekta: Fix #refund; respect :currency [leofischer]
1202
+ * SagePay: Truncate description field [duff]
1203
+ * Add Cecabank gateway [molpe]
1204
+ * Add Openpay [darkaz]
1205
+ * Openpay: Simplify test versus production mode [duff]
1206
+ * Wirecard: Handle a utf-8 description [duff]
1207
+ * Litle: Partial capture support [ttdonovan]
1208
+ * Ogone: Allow D3D for alias purchases [pwoestelandt]
1209
+ * USAePay Advanced: Fix verification_value mapping [dppcode]
1210
+ * Orbital: Add additional success conditions [boone]
1211
+ * Orbital: Handle special CVV responses [boone]
1212
+ * Balanced: Allow working with balanced.js [michaelherold]
1213
+ * Balanced: Allow passing customer name [michaelherold]
1214
+ * Balanced: Add support for meta [michaelherold]
1215
+ * Improve gateway generator [ntalbott]
1216
+ * Add maxiPago gateway [alexandremcosta]
1217
+ * Authorize.Net: Remove x_test_request support [ntalbott]
1218
+ * Conekta: Add default description [bslobodin]
1219
+ * Add PayDollar integration [bslobodin]
1220
+
1221
+ == Version 1.42.5 (February 7th, 2014)
1222
+
1223
+ * Add Doku Indonesia [bizla]
1224
+ * Cardstream: Update gateway to use latest API [odorcicd]
1225
+
1226
+ == Version 1.42.4 (January 8th, 2014)
1227
+
1228
+ * DataCash: Set 'ecomm' as capturemethod [DavidGeukers]
1229
+ * Cybersource: Fix subscriptions with a setup fee [ntalbott]
1230
+ * Stripe: Do not pass customer details to the /cards endpoint [michellebu]
1231
+ * Stripe: Allow Stripe API version to be initialized with the gateway [odorcicd]
1232
+
1233
+ == Version 1.42.3 (December 18th, 2013)
1234
+
1235
+ * Balanced: Add support for appears_on_statement_as [duff]
1236
+ * Authorize.Net: Make already actioned responses failures [odorcicd]
1237
+ * Add Payex gateway [atomgiant]
1238
+ * Paymill: Fix authorizations [duff]
1239
+ * Braintree Blue: Allow specifying the credit card token [ntalbott]
1240
+ * Braintree Blue: Allow specifying the customer id [ntalbott]
1241
+ * Braintree Blue: Scrub invalid emails and zips [ntalbott]
1242
+ * Braintree Blue: Return :credit_card_token as a top level param [ntalbott]
1243
+ * Braintree Blue: Allow unstoring just a credit card [ntalbott]
1244
+ * Braintree Blue: #store adds cards to existing customers [ntalbott]
1245
+ * USA ePay Advanced: Fix check handling [nearapogee]
1246
+ * USA ePay Advanced: Fix credit card expiration handling [nearapogee]
1247
+ * USA ePay Advanced: Fix handling of custom transaction responses for single items [nearapogee]
1248
+ * USA ePay Advanced: Fix capture amount [nearapogee]
1249
+ * NAB Transact: Fix merchant descriptor with capture/refund requests [nagash]
1250
+ * Braintree Blue: Add custom_fields & device_data parameters [parallel588]
1251
+ * Webpay: Add authorize & capture [keikubo]
1252
+ * MerchantWarrior: Pass description [duff]
1253
+ * Stripe: Separate email from description [duff]
1254
+ * Add Payscout gateway [llopez]
1255
+ * Merchant Warrior: Use billing_address [duff]
1256
+ * Add SoEasyPay gateway [ir-soeasycorp]
1257
+ * Bogus: Add check support [npverni]
1258
+ * Payflow: Add Check support [crazyivan]
1259
+ * Stripe: Allow expanding objects inline [odorcicd]
1260
+
1261
+ == Version 1.42.2 (November 13th, 2013)
1262
+
1263
+ * Renew public certificate
1264
+
1265
+ == Version 1.42.1 (November 13th, 2013)
1266
+
1267
+ * Signed version of 1.42.0
1268
+
1269
+ == Version 1.42.0 (November 13th, 2013)
1270
+
1271
+ * Fix NoMethodError "tr" for params with dash [TimothyKlim]
1272
+ * Authorize.Net: Add cardholder authentication options (CAVV) support [structure]
1273
+ * CardStreamModern: Added better checks on inputs from the gateway [ExxKA]
1274
+ * Stripe: Send :ip to the gateway instead of :browser_ip [f3ndot]
1275
+ * Wirecard Page: new offsite gateway [mbretter]
1276
+ * Mercury: Add support for requesting a token [kcdragon]
1277
+ * Add App55 gateway [ianbutler55]
1278
+ * UsaEpayTransaction: Support for split payments [GBH]
1279
+ * Add Swipe Checkout gateway [matt-optimizerhq]
1280
+ * Spreedly Core: Allow overriding the gateway token when running a transaction [hoenth]
1281
+ * Spreedly Core: Add order_id [hoenth]
1282
+ * Spreedly Core: Allow store without retain [hoenth]
1283
+ * Stripe: Support multiple cards on account [pierre]
1284
+ * Stripe: Add card_id parameter to unstore call [pierre]
1285
+ * Remove usage of `uname -a` [ntalbott]
1286
+ * Litle: Allow easier access to the response code [duff]
1287
+ * Stripe: Add the option to pass a version header [odorcicd]
1288
+ * Elavon: Update supported countries [duff]
1289
+ * Add Raven PacNet gateway [llopez]
1290
+ * BitPay: Fix BitPay issues and implement Notification#acknowledge [odorcicd]
1291
+
1292
+ == Version 1.41.0 (October 24th, 2013)
1293
+
1294
+ * Stripe: Payments won't fail when specifying a customer with a creditcard number [melari]
1295
+ * Add Conekta gateway [leofischer]
1296
+ * Wirecard: Add support for void and refund [duff]
1297
+ * Orbital: Mandatory field fix [juicedM3, jduff]
1298
+
1299
+ == Version 1.40.0 (October 18th, 2013)
1300
+
1301
+ * Paymill: Revert Add support for specifying the :customer [melari]
1302
+ * Quickpay: Make v7 of the API default [kvs]
1303
+ * Bitpay: Add return [tahnok]
1304
+
1305
+ == Version 1.39.2 (October 10th, 2013)
1306
+
1307
+ * Eway Rapid: Fix a bug with access codes that have equal signs in them [odorcic]
1308
+
1309
+ == Version 1.39.1 (October 9th, 2013)
1310
+
1311
+ * Bitpay: Invoice Fix [orenmazor]
1312
+
1313
+ == Version 1.39.0 (October 9th, 2013)
1314
+
1315
+ * Moneris: Add optional (off by default) verification_value support [duff]
1316
+ * Citrus: New Integration [viatechs, melari]
1317
+ * Payu Paisa: New Integration [melari]
1318
+ * Spreedly: Pass country with other address fields [hoenth]
1319
+ * SecureNet: Fix order of xml params [duff]
1320
+ * Paymill: Add support for void [duff]
1321
+ * Add MoneyMovers gateway [jeffutter]
1322
+ * Ogone: Add a :store_amount option [rymai]
1323
+ * Ogone: Require TLSv1 [ntalbott]
1324
+ * Moneris: Add support for purchasecorrection [pgib]
1325
+ * Spreedly: Add ability to retain on success [duff]
1326
+ * Spreedly: Pass verification value [duff]
1327
+ * Paymill: Add support for specifying the :customer [Sbastien]
1328
+ * Realex: Correct AVS input format [ExxKA]
1329
+ * USAEpay Transaction: Use sandbox when in test mode [radar]
1330
+ * Braintree Blue: Do not use global config [rdj]
1331
+ * eWay Rapid: Add response messages [BenZhang]
1332
+ * Paysbuy: Add 'Pending' notification status [divineforest]
1333
+ * Cybersource: Use standard :phone field [cade]
1334
+ * Orbital: Fix/tweak AVS codes [boone]
1335
+ * Quickpay: Add v7 support [larspind]
1336
+ * Authorize.Net CIM: Add option to not mark transactions as test [alanandrade]
1337
+
1338
+ == Version 1.38.1 (September 16, 2013)
1339
+
1340
+ * Moneris: Remove verification_value support [melari]
1341
+
3
1342
  == Version 1.38.0 (September 6, 2013)
4
1343
 
5
1344
  * FirstData E4: Include missing address information for AVS and CVV [melari]
@@ -20,6 +1359,7 @@
20
1359
  * MerchantWarrior: Send the CVV to the gateway [duff]
21
1360
  * PayU: Fix a major bug with status types [melari]
22
1361
  * SecureNet: Allow production transactions [duff]
1362
+ * Stripe: Allow a card_not_present_fee to be specified [melari]
23
1363
 
24
1364
  == Version 1.36.0 (August 2, 2013)
25
1365
 
@@ -309,6 +1649,8 @@
309
1649
  * Braintree Blue gateway: Always pass CVV on update [shayfrendt]
310
1650
  * eWAY gateway: Update docs. Require address [juggler]
311
1651
  * Cybersource gateway: Add support for subscriptions [fabiokr]
1652
+ * WePay: Use better endpoint for recurring with no CVV [davidsantoso]
1653
+
312
1654
 
313
1655
  == Version 1.24.0 (June 8, 2012)
314
1656
 
@@ -580,7 +1922,7 @@ value [jduff]
580
1922
  * Support default Return class for all Integrations that don't use returns [Soleone]
581
1923
  * Add support for passing additional options when creating a Notification to all Integrations [Soleone]
582
1924
  * Update BraintreeBlue#refund to have consistent method signature [Jonathan Rudenberg]
583
- * Add rails/init.rb for gem campatability in Rails [Rūdolfs Ošiņš]
1925
+ * Add rails/init.rb for gem campatability in Rails [R?dolfs O?i??]
584
1926
  * Fix Paypal Express response parser [Jonathan Rudenberg]
585
1927
  * Braintree/Transax: Add tax field [wisq]
586
1928
 
@@ -896,7 +2238,7 @@ value [jduff]
896
2238
  * Update Secure Pay Au to meet specs for MessageInfo elements [cody]
897
2239
  * Add support for the Australian Secure Pay payment gateway [cody]
898
2240
  * Allow LinkPoint cancellations for recurring billing. [yanagimoto.shin]
899
- * Add support for Åland Islands to the country list [cody]
2241
+ * Add support for ?land Islands to the country list [cody]
900
2242
 
901
2243
  == Version 1.3.1 (January 28, 2008)
902
2244
 
@@ -1211,4 +2553,3 @@ value [jduff]
1211
2553
  * Credit card validation methods as static methods of the credit card object
1212
2554
 
1213
2555
  == PlanetArgon fork for integrating Merchant eSolutions gateway
1214
-