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