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
@@ -0,0 +1,221 @@
|
|
1
|
+
require "nokogiri"
|
2
|
+
|
3
|
+
module ActiveMerchant #:nodoc:
|
4
|
+
module Billing #:nodoc:
|
5
|
+
class WorldpayUsGateway < Gateway
|
6
|
+
class_attribute :backup_url
|
7
|
+
|
8
|
+
self.display_name = "Worldpay US"
|
9
|
+
self.homepage_url = "http://www.worldpay.com/us"
|
10
|
+
|
11
|
+
# No sandbox, just use test cards.
|
12
|
+
self.live_url = 'https://trans.worldpay.us/cgi-bin/process.cgi'
|
13
|
+
self.backup_url = 'https://trans.gwtx01.com/cgi-bin/process.cgi'
|
14
|
+
|
15
|
+
self.supported_countries = ['US']
|
16
|
+
self.default_currency = 'USD'
|
17
|
+
self.money_format = :dollars
|
18
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb]
|
19
|
+
|
20
|
+
def initialize(options={})
|
21
|
+
requires!(options, :acctid, :subid, :merchantpin)
|
22
|
+
super
|
23
|
+
end
|
24
|
+
|
25
|
+
def purchase(money, payment_method, options={})
|
26
|
+
post = {}
|
27
|
+
add_invoice(post, money, options)
|
28
|
+
add_payment_method(post, payment_method)
|
29
|
+
add_customer_data(post, options)
|
30
|
+
|
31
|
+
commit('purchase', options, post)
|
32
|
+
end
|
33
|
+
|
34
|
+
def authorize(money, payment, options={})
|
35
|
+
post = {}
|
36
|
+
add_invoice(post, money, options)
|
37
|
+
add_credit_card(post, payment)
|
38
|
+
add_customer_data(post, options)
|
39
|
+
|
40
|
+
commit('authorize', options, post)
|
41
|
+
end
|
42
|
+
|
43
|
+
def capture(amount, authorization, options={})
|
44
|
+
post = {}
|
45
|
+
add_invoice(post, amount, options)
|
46
|
+
add_reference(post, authorization)
|
47
|
+
add_customer_data(post, options)
|
48
|
+
|
49
|
+
commit('capture', options, post)
|
50
|
+
end
|
51
|
+
|
52
|
+
def refund(amount, authorization, options={})
|
53
|
+
post = {}
|
54
|
+
add_invoice(post, amount, options)
|
55
|
+
add_reference(post, authorization)
|
56
|
+
add_customer_data(post, options)
|
57
|
+
|
58
|
+
commit("refund", options, post)
|
59
|
+
end
|
60
|
+
|
61
|
+
def void(authorization, options={})
|
62
|
+
post = {}
|
63
|
+
add_reference(post, authorization)
|
64
|
+
|
65
|
+
commit('void', options, post)
|
66
|
+
end
|
67
|
+
|
68
|
+
def verify(credit_card, options={})
|
69
|
+
MultiResponse.run(:use_first_response) do |r|
|
70
|
+
r.process { authorize(100, credit_card, options) }
|
71
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
72
|
+
end
|
73
|
+
end
|
74
|
+
|
75
|
+
def supports_scrubbing?
|
76
|
+
true
|
77
|
+
end
|
78
|
+
|
79
|
+
def scrub(transcript)
|
80
|
+
transcript.
|
81
|
+
gsub(%r((&?merchantpin=)[^&]*)i, '\1[FILTERED]').
|
82
|
+
gsub(%r((&?ccnum=)[^&]*)i, '\1[FILTERED]').
|
83
|
+
gsub(%r((&?ckacct=)[^&]*)i, '\1[FILTERED]').
|
84
|
+
gsub(%r((&?cvv2=)[^&]*)i, '\1[FILTERED]')
|
85
|
+
end
|
86
|
+
|
87
|
+
private
|
88
|
+
|
89
|
+
def url(options)
|
90
|
+
options[:use_backup_url].to_s == "true" ? self.backup_url : self.live_url
|
91
|
+
end
|
92
|
+
|
93
|
+
def add_customer_data(post, options)
|
94
|
+
if(billing_address = (options[:billing_address] || options[:address]))
|
95
|
+
post[:ci_companyname] = billing_address[:company]
|
96
|
+
post[:ci_billaddr1] = billing_address[:address1]
|
97
|
+
post[:ci_billaddr2] = billing_address[:address2]
|
98
|
+
post[:ci_billcity] = billing_address[:city]
|
99
|
+
post[:ci_billstate] = billing_address[:state]
|
100
|
+
post[:ci_billzip] = billing_address[:zip]
|
101
|
+
post[:ci_billcountry] = billing_address[:country]
|
102
|
+
|
103
|
+
post[:ci_phone] = billing_address[:phone]
|
104
|
+
post[:ci_email] = billing_address[:email]
|
105
|
+
post[:ci_ipaddress] = billing_address[:ip]
|
106
|
+
end
|
107
|
+
|
108
|
+
if(shipping_address = options[:shipping_address])
|
109
|
+
post[:ci_shipaddr1] = shipping_address[:address1]
|
110
|
+
post[:ci_shipaddr2] = shipping_address[:address2]
|
111
|
+
post[:ci_shipcity] = shipping_address[:city]
|
112
|
+
post[:ci_shipstate] = shipping_address[:state]
|
113
|
+
post[:ci_shipzip] = shipping_address[:zip]
|
114
|
+
post[:ci_shipcountry] = shipping_address[:country]
|
115
|
+
end
|
116
|
+
end
|
117
|
+
|
118
|
+
def add_invoice(post, money, options)
|
119
|
+
post[:amount] = amount(money)
|
120
|
+
post[:currencycode] = (options[:currency] || currency(money))
|
121
|
+
post[:merchantordernumber] = options[:order_id] if options[:order_id]
|
122
|
+
end
|
123
|
+
|
124
|
+
def add_payment_method(post, payment_method)
|
125
|
+
if card_brand(payment_method) == 'check'
|
126
|
+
add_check(post, payment_method)
|
127
|
+
else
|
128
|
+
add_credit_card(post, payment_method)
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
132
|
+
def add_credit_card(post, payment_method)
|
133
|
+
post[:ccname] = payment_method.name
|
134
|
+
post[:ccnum] = payment_method.number
|
135
|
+
post[:cvv2] = payment_method.verification_value
|
136
|
+
post[:expyear] = format(payment_method.year, :four_digits)
|
137
|
+
post[:expmon] = format(payment_method.month, :two_digits)
|
138
|
+
end
|
139
|
+
|
140
|
+
ACCOUNT_TYPES = {
|
141
|
+
"checking" => "1",
|
142
|
+
"savings" => "2",
|
143
|
+
}
|
144
|
+
|
145
|
+
def add_check(post, payment_method)
|
146
|
+
post[:action] = 'ns_quicksale_check'
|
147
|
+
post[:ckacct] = payment_method.account_number
|
148
|
+
post[:ckaba] = payment_method.routing_number
|
149
|
+
post[:ckno] = payment_method.number
|
150
|
+
post[:ckaccttype] = ACCOUNT_TYPES[payment_method.account_type] if ACCOUNT_TYPES[payment_method.account_type]
|
151
|
+
end
|
152
|
+
|
153
|
+
def split_authorization(authorization)
|
154
|
+
historyid, orderid = authorization.split("|")
|
155
|
+
[historyid, orderid]
|
156
|
+
end
|
157
|
+
|
158
|
+
def add_reference(post, authorization)
|
159
|
+
historyid, orderid = split_authorization(authorization)
|
160
|
+
post[:postonly] = historyid
|
161
|
+
post[:historykeyid] = historyid
|
162
|
+
post[:orderkeyid] = orderid
|
163
|
+
end
|
164
|
+
|
165
|
+
def parse(xml)
|
166
|
+
response = {}
|
167
|
+
doc = Nokogiri::XML(xml)
|
168
|
+
message = doc.xpath("//plaintext")
|
169
|
+
message.text.split(/\r?\n/).each do |line|
|
170
|
+
key, value = line.split(%r{=})
|
171
|
+
response[key] = value if key
|
172
|
+
end
|
173
|
+
response
|
174
|
+
end
|
175
|
+
|
176
|
+
ACTIONS = {
|
177
|
+
"purchase" => "ns_quicksale_cc",
|
178
|
+
"refund" => "ns_credit",
|
179
|
+
"authorize" => "ns_quicksale_cc",
|
180
|
+
"capture" => "ns_quicksale_cc",
|
181
|
+
"void" => "ns_void",
|
182
|
+
}
|
183
|
+
|
184
|
+
def commit(action, options, post)
|
185
|
+
post[:action] = ACTIONS[action] unless post[:action]
|
186
|
+
post[:acctid] = @options[:acctid]
|
187
|
+
post[:subid] = @options[:subid]
|
188
|
+
post[:merchantpin] = @options[:merchantpin]
|
189
|
+
|
190
|
+
post[:authonly] = '1' if action == 'authorize'
|
191
|
+
|
192
|
+
raw = parse(ssl_post(url(options), post.to_query))
|
193
|
+
|
194
|
+
succeeded = success_from(raw['result'])
|
195
|
+
Response.new(
|
196
|
+
succeeded,
|
197
|
+
message_from(succeeded, raw),
|
198
|
+
raw,
|
199
|
+
:authorization => authorization_from(raw),
|
200
|
+
:test => test?
|
201
|
+
)
|
202
|
+
end
|
203
|
+
|
204
|
+
def success_from(result)
|
205
|
+
result == '1'
|
206
|
+
end
|
207
|
+
|
208
|
+
def message_from(succeeded, response)
|
209
|
+
if succeeded
|
210
|
+
"Succeeded"
|
211
|
+
else
|
212
|
+
(response['transresult'] || response['Reason'] || "Unable to read error message")
|
213
|
+
end
|
214
|
+
end
|
215
|
+
|
216
|
+
def authorization_from(response)
|
217
|
+
[response['historyid'], response['orderid']].join("|")
|
218
|
+
end
|
219
|
+
end
|
220
|
+
end
|
221
|
+
end
|
@@ -1,17 +1,14 @@
|
|
1
|
+
require 'pathname'
|
2
|
+
|
1
3
|
module ActiveMerchant
|
2
4
|
module Billing
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
# Add _gateway suffix
|
9
|
-
gateway_name = filename + '_gateway'
|
10
|
-
# Camelize the string to get the class name
|
11
|
-
gateway_class = gateway_name.camelize
|
5
|
+
load_path = Pathname.new(__FILE__ + '/../../..')
|
6
|
+
Dir[File.dirname(__FILE__) + '/gateways/**/*.rb'].each do |filename|
|
7
|
+
gateway_name = File.basename(filename, '.rb')
|
8
|
+
gateway_classname = "#{gateway_name}_gateway".camelize
|
9
|
+
gateway_filename = Pathname.new(filename).relative_path_from(load_path).sub_ext('')
|
12
10
|
|
13
|
-
|
14
|
-
autoload gateway_class, f
|
11
|
+
autoload(gateway_classname, gateway_filename)
|
15
12
|
end
|
16
13
|
end
|
17
14
|
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
require "active_merchant/billing/compatibility"
|
2
|
+
require "active_merchant/empty"
|
3
|
+
|
4
|
+
module ActiveMerchant
|
5
|
+
module Billing
|
6
|
+
class Model
|
7
|
+
include Compatibility::Model
|
8
|
+
include Empty
|
9
|
+
|
10
|
+
def initialize(attributes = {})
|
11
|
+
attributes.each do |key, value|
|
12
|
+
send("#{key}=", value)
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
def validate
|
17
|
+
{}
|
18
|
+
end
|
19
|
+
|
20
|
+
private
|
21
|
+
|
22
|
+
def errors_hash(array)
|
23
|
+
array.inject({}) do |hash, (attribute, error)|
|
24
|
+
(hash[attribute] ||= []) << error
|
25
|
+
hash
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class NetworkTokenizationCreditCard < CreditCard
|
4
|
+
# A +NetworkTokenizationCreditCard+ object represents a tokenized credit card
|
5
|
+
# using the EMV Network Tokenization specification, http://www.emvco.com/specifications.aspx?id=263.
|
6
|
+
#
|
7
|
+
# It includes all fields of the +CreditCard+ class with additional fields for
|
8
|
+
# verification data that must be given to gateways through existing fields (3DS / EMV).
|
9
|
+
#
|
10
|
+
# The only tested usage of this at the moment is with an Apple Pay decrypted PKPaymentToken,
|
11
|
+
# https://developer.apple.com/library/ios/documentation/PassKit/Reference/PaymentTokenJSON/PaymentTokenJSON.html
|
12
|
+
|
13
|
+
# These are not relevant (verification) or optional (name) for Apple Pay
|
14
|
+
self.require_verification_value = false
|
15
|
+
self.require_name = false
|
16
|
+
|
17
|
+
attr_accessor :payment_cryptogram, :eci, :transaction_id
|
18
|
+
attr_writer :source
|
19
|
+
|
20
|
+
SOURCES = %i(apple_pay android_pay google_pay)
|
21
|
+
|
22
|
+
def source
|
23
|
+
if defined?(@source) && SOURCES.include?(@source)
|
24
|
+
@source
|
25
|
+
else
|
26
|
+
:apple_pay
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
def credit_card?
|
31
|
+
true
|
32
|
+
end
|
33
|
+
|
34
|
+
def type
|
35
|
+
"network_tokenization"
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
# Base class representation of cryptographic payment data tokens that may be used for EMV-style transactions
|
4
|
+
# like Apple Pay. Payment data may be transmitted via any data type, and may also be padded
|
5
|
+
# with metadata specific to the cryptographer. This metadata should be parsed and interpreted in concrete
|
6
|
+
# implementations of your given cryptographer. Like credit cards, you must also return a string representing
|
7
|
+
# the token's type, like 'apple_pay' or 'stripe' should your target payment gateway process these tokens.
|
8
|
+
class PaymentToken
|
9
|
+
attr_reader :payment_data
|
10
|
+
|
11
|
+
def initialize(payment_data, options = {})
|
12
|
+
@payment_data = payment_data
|
13
|
+
@metadata = options.with_indifferent_access
|
14
|
+
end
|
15
|
+
|
16
|
+
def type
|
17
|
+
raise NotImplementedError
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -4,7 +4,7 @@ module ActiveMerchant #:nodoc:
|
|
4
4
|
end
|
5
5
|
|
6
6
|
class Response
|
7
|
-
attr_reader :params, :message, :test, :authorization, :avs_result, :cvv_result
|
7
|
+
attr_reader :params, :message, :test, :authorization, :avs_result, :cvv_result, :error_code, :emv_authorization
|
8
8
|
|
9
9
|
def success?
|
10
10
|
@success
|
@@ -23,6 +23,8 @@ module ActiveMerchant #:nodoc:
|
|
23
23
|
@test = options[:test] || false
|
24
24
|
@authorization = options[:authorization]
|
25
25
|
@fraud_review = options[:fraud_review]
|
26
|
+
@error_code = options[:error_code]
|
27
|
+
@emv_authorization = options[:emv_authorization]
|
26
28
|
|
27
29
|
@avs_result = if options[:avs_result].kind_of?(AVSResult)
|
28
30
|
options[:avs_result].to_hash
|
@@ -39,22 +41,31 @@ module ActiveMerchant #:nodoc:
|
|
39
41
|
end
|
40
42
|
|
41
43
|
class MultiResponse < Response
|
42
|
-
def self.run(
|
43
|
-
|
44
|
-
response.primary_response = primary_response
|
45
|
-
response
|
44
|
+
def self.run(use_first_response = false, &block)
|
45
|
+
new(use_first_response).tap(&block)
|
46
46
|
end
|
47
47
|
|
48
|
-
attr_reader :responses
|
49
|
-
attr_writer :primary_response
|
48
|
+
attr_reader :responses, :primary_response
|
50
49
|
|
51
|
-
def initialize
|
50
|
+
def initialize(use_first_response = false)
|
52
51
|
@responses = []
|
53
|
-
@
|
52
|
+
@use_first_response = use_first_response
|
53
|
+
@primary_response = nil
|
54
54
|
end
|
55
55
|
|
56
|
-
def process
|
57
|
-
|
56
|
+
def process(ignore_result=false)
|
57
|
+
return unless success?
|
58
|
+
|
59
|
+
response = yield
|
60
|
+
self << response
|
61
|
+
|
62
|
+
unless ignore_result
|
63
|
+
if(@use_first_response && response.success?)
|
64
|
+
@primary_response ||= response
|
65
|
+
else
|
66
|
+
@primary_response = response
|
67
|
+
end
|
68
|
+
end
|
58
69
|
end
|
59
70
|
|
60
71
|
def <<(response)
|
@@ -66,14 +77,10 @@ module ActiveMerchant #:nodoc:
|
|
66
77
|
end
|
67
78
|
|
68
79
|
def success?
|
69
|
-
|
70
|
-
end
|
71
|
-
|
72
|
-
def primary_response
|
73
|
-
success? && @primary_response == :first ? @responses.first : @responses.last
|
80
|
+
(primary_response ? primary_response.success? : true)
|
74
81
|
end
|
75
82
|
|
76
|
-
%w(params message test authorization avs_result cvv_result test? fraud_review?).each do |m|
|
83
|
+
%w(params message test authorization avs_result cvv_result error_code emv_authorization test? fraud_review?).each do |m|
|
77
84
|
class_eval %(
|
78
85
|
def #{m}
|
79
86
|
(@responses.empty? ? nil : primary_response.#{m})
|
@@ -1,9 +1,15 @@
|
|
1
|
+
require 'active_merchant/errors'
|
2
|
+
|
1
3
|
require 'active_merchant/billing/avs_result'
|
2
4
|
require 'active_merchant/billing/cvv_result'
|
3
5
|
require 'active_merchant/billing/credit_card_methods'
|
4
6
|
require 'active_merchant/billing/credit_card_formatting'
|
5
7
|
require 'active_merchant/billing/credit_card'
|
8
|
+
require 'active_merchant/billing/network_tokenization_credit_card'
|
6
9
|
require 'active_merchant/billing/base'
|
7
10
|
require 'active_merchant/billing/check'
|
11
|
+
require 'active_merchant/billing/payment_token'
|
12
|
+
require 'active_merchant/billing/apple_pay_payment_token'
|
8
13
|
require 'active_merchant/billing/response'
|
9
|
-
require 'active_merchant/billing/gateways'
|
14
|
+
require 'active_merchant/billing/gateways'
|
15
|
+
require 'active_merchant/billing/gateway'
|
@@ -0,0 +1,208 @@
|
|
1
|
+
require 'uri'
|
2
|
+
require 'net/http'
|
3
|
+
require 'net/https'
|
4
|
+
require 'benchmark'
|
5
|
+
|
6
|
+
module ActiveMerchant
|
7
|
+
class Connection
|
8
|
+
using NetHttpSslConnection
|
9
|
+
include NetworkConnectionRetries
|
10
|
+
|
11
|
+
MAX_RETRIES = 3
|
12
|
+
OPEN_TIMEOUT = 60
|
13
|
+
READ_TIMEOUT = 60
|
14
|
+
VERIFY_PEER = true
|
15
|
+
CA_FILE = File.expand_path('../certs/cacert.pem', File.dirname(__FILE__))
|
16
|
+
CA_PATH = nil
|
17
|
+
RETRY_SAFE = false
|
18
|
+
RUBY_184_POST_HEADERS = { "Content-Type" => "application/x-www-form-urlencoded" }
|
19
|
+
|
20
|
+
attr_accessor :endpoint
|
21
|
+
attr_accessor :open_timeout
|
22
|
+
attr_accessor :read_timeout
|
23
|
+
attr_accessor :verify_peer
|
24
|
+
attr_accessor :ssl_version
|
25
|
+
if Net::HTTP.instance_methods.include?(:min_version=)
|
26
|
+
attr_accessor :min_version
|
27
|
+
attr_accessor :max_version
|
28
|
+
end
|
29
|
+
attr_reader :ssl_connection
|
30
|
+
attr_accessor :ca_file
|
31
|
+
attr_accessor :ca_path
|
32
|
+
attr_accessor :pem
|
33
|
+
attr_accessor :pem_password
|
34
|
+
attr_reader :wiredump_device
|
35
|
+
attr_accessor :logger
|
36
|
+
attr_accessor :tag
|
37
|
+
attr_accessor :ignore_http_status
|
38
|
+
attr_accessor :max_retries
|
39
|
+
attr_accessor :proxy_address
|
40
|
+
attr_accessor :proxy_port
|
41
|
+
|
42
|
+
def initialize(endpoint)
|
43
|
+
@endpoint = endpoint.is_a?(URI) ? endpoint : URI.parse(endpoint)
|
44
|
+
@open_timeout = OPEN_TIMEOUT
|
45
|
+
@read_timeout = READ_TIMEOUT
|
46
|
+
@retry_safe = RETRY_SAFE
|
47
|
+
@verify_peer = VERIFY_PEER
|
48
|
+
@ca_file = CA_FILE
|
49
|
+
@ca_path = CA_PATH
|
50
|
+
@max_retries = MAX_RETRIES
|
51
|
+
@ignore_http_status = false
|
52
|
+
@ssl_version = nil
|
53
|
+
if Net::HTTP.instance_methods.include?(:min_version=)
|
54
|
+
@min_version = nil
|
55
|
+
@max_version = nil
|
56
|
+
end
|
57
|
+
@ssl_connection = {}
|
58
|
+
@proxy_address = :ENV
|
59
|
+
@proxy_port = nil
|
60
|
+
end
|
61
|
+
|
62
|
+
def wiredump_device=(device)
|
63
|
+
raise ArgumentError, "can't wiredump to frozen #{device.class}" if device && device.frozen?
|
64
|
+
@wiredump_device = device
|
65
|
+
end
|
66
|
+
|
67
|
+
def request(method, body, headers = {})
|
68
|
+
headers['connection'] ||= 'close'
|
69
|
+
|
70
|
+
request_start = Process.clock_gettime(Process::CLOCK_MONOTONIC)
|
71
|
+
|
72
|
+
retry_exceptions(:max_retries => max_retries, :logger => logger, :tag => tag) do
|
73
|
+
begin
|
74
|
+
info "connection_http_method=#{method.to_s.upcase} connection_uri=#{endpoint}", tag
|
75
|
+
|
76
|
+
result = nil
|
77
|
+
|
78
|
+
realtime = Benchmark.realtime do
|
79
|
+
http.start unless http.started?
|
80
|
+
@ssl_connection = http.ssl_connection
|
81
|
+
info "connection_ssl_version=#{ssl_connection[:version]} connection_ssl_cipher=#{ssl_connection[:cipher]}", tag
|
82
|
+
|
83
|
+
result = case method
|
84
|
+
when :get
|
85
|
+
raise ArgumentError, "GET requests do not support a request body" if body
|
86
|
+
http.get(endpoint.request_uri, headers)
|
87
|
+
when :post
|
88
|
+
debug body
|
89
|
+
http.post(endpoint.request_uri, body, RUBY_184_POST_HEADERS.merge(headers))
|
90
|
+
when :put
|
91
|
+
debug body
|
92
|
+
http.put(endpoint.request_uri, body, headers)
|
93
|
+
when :patch
|
94
|
+
debug body
|
95
|
+
http.patch(endpoint.request_uri, body, headers)
|
96
|
+
when :delete
|
97
|
+
# It's kind of ambiguous whether the RFC allows bodies
|
98
|
+
# for DELETE requests. But Net::HTTP's delete method
|
99
|
+
# very unambiguously does not.
|
100
|
+
if body
|
101
|
+
debug body
|
102
|
+
req = Net::HTTP::Delete.new(endpoint.request_uri, headers)
|
103
|
+
req.body = body
|
104
|
+
http.request(req)
|
105
|
+
else
|
106
|
+
http.delete(endpoint.request_uri, headers)
|
107
|
+
end
|
108
|
+
else
|
109
|
+
raise ArgumentError, "Unsupported request method #{method.to_s.upcase}"
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
info "--> %d %s (%d %.4fs)" % [result.code, result.message, result.body ? result.body.length : 0, realtime], tag
|
114
|
+
debug result.body
|
115
|
+
result
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
ensure
|
120
|
+
info "connection_request_total_time=%.4fs" % [Process.clock_gettime(Process::CLOCK_MONOTONIC) - request_start], tag
|
121
|
+
http.finish if http.started?
|
122
|
+
end
|
123
|
+
|
124
|
+
private
|
125
|
+
|
126
|
+
def http
|
127
|
+
@http ||= begin
|
128
|
+
http = Net::HTTP.new(endpoint.host, endpoint.port, proxy_address, proxy_port)
|
129
|
+
configure_debugging(http)
|
130
|
+
configure_timeouts(http)
|
131
|
+
configure_ssl(http)
|
132
|
+
configure_cert(http)
|
133
|
+
http
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
def configure_debugging(http)
|
138
|
+
http.set_debug_output(wiredump_device)
|
139
|
+
end
|
140
|
+
|
141
|
+
def configure_timeouts(http)
|
142
|
+
http.open_timeout = open_timeout
|
143
|
+
http.read_timeout = read_timeout
|
144
|
+
end
|
145
|
+
|
146
|
+
def configure_ssl(http)
|
147
|
+
return unless endpoint.scheme == "https"
|
148
|
+
|
149
|
+
http.use_ssl = true
|
150
|
+
http.ssl_version = ssl_version if ssl_version
|
151
|
+
if http.respond_to?(:min_version=)
|
152
|
+
http.min_version = min_version if min_version
|
153
|
+
http.max_version = max_version if max_version
|
154
|
+
end
|
155
|
+
|
156
|
+
if verify_peer
|
157
|
+
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
|
158
|
+
http.ca_file = ca_file
|
159
|
+
http.ca_path = ca_path
|
160
|
+
else
|
161
|
+
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
|
162
|
+
end
|
163
|
+
|
164
|
+
end
|
165
|
+
|
166
|
+
def configure_cert(http)
|
167
|
+
return if pem.blank?
|
168
|
+
|
169
|
+
http.cert = OpenSSL::X509::Certificate.new(pem)
|
170
|
+
|
171
|
+
if pem_password
|
172
|
+
http.key = OpenSSL::PKey::RSA.new(pem, pem_password)
|
173
|
+
else
|
174
|
+
http.key = OpenSSL::PKey::RSA.new(pem)
|
175
|
+
end
|
176
|
+
end
|
177
|
+
|
178
|
+
def handle_response(response)
|
179
|
+
if @ignore_http_status then
|
180
|
+
return response.body
|
181
|
+
else
|
182
|
+
case response.code.to_i
|
183
|
+
when 200...300
|
184
|
+
response.body
|
185
|
+
else
|
186
|
+
raise ResponseError.new(response)
|
187
|
+
end
|
188
|
+
end
|
189
|
+
end
|
190
|
+
|
191
|
+
def debug(message, tag = nil)
|
192
|
+
log(:debug, message, tag)
|
193
|
+
end
|
194
|
+
|
195
|
+
def info(message, tag = nil)
|
196
|
+
log(:info, message, tag)
|
197
|
+
end
|
198
|
+
|
199
|
+
def error(message, tag = nil)
|
200
|
+
log(:error, message, tag)
|
201
|
+
end
|
202
|
+
|
203
|
+
def log(level, message, tag)
|
204
|
+
message = "[#{tag}] #{message}" if tag
|
205
|
+
logger.send(level, message) if logger
|
206
|
+
end
|
207
|
+
end
|
208
|
+
end
|