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
@@ -2,12 +2,14 @@ module ActiveMerchant #:nodoc:
|
|
2
2
|
module Billing #:nodoc:
|
3
3
|
# This module is included in both PaypalGateway and PaypalExpressGateway
|
4
4
|
module PaypalCommonAPI
|
5
|
-
|
5
|
+
include Empty
|
6
|
+
|
7
|
+
API_VERSION = '124'
|
6
8
|
|
7
9
|
URLS = {
|
8
10
|
:test => { :certificate => 'https://api.sandbox.paypal.com/2.0/',
|
9
11
|
:signature => 'https://api-3t.sandbox.paypal.com/2.0/' },
|
10
|
-
:live => { :certificate => 'https://api
|
12
|
+
:live => { :certificate => 'https://api.paypal.com/2.0/',
|
11
13
|
:signature => 'https://api-3t.paypal.com/2.0/' }
|
12
14
|
}
|
13
15
|
|
@@ -38,6 +40,20 @@ module ActiveMerchant #:nodoc:
|
|
38
40
|
|
39
41
|
FRAUD_REVIEW_CODE = "11610"
|
40
42
|
|
43
|
+
STANDARD_ERROR_CODE_MAPPING = {
|
44
|
+
'15005' => :card_declined,
|
45
|
+
'10754' => :card_declined,
|
46
|
+
'10752' => :card_declined,
|
47
|
+
'10759' => :card_declined,
|
48
|
+
'10761' => :card_declined,
|
49
|
+
'15002' => :card_declined,
|
50
|
+
'11084' => :card_declined,
|
51
|
+
'15004' => :incorrect_cvc,
|
52
|
+
'10762' => :invalid_cvc,
|
53
|
+
}
|
54
|
+
|
55
|
+
STANDARD_ERROR_CODE_MAPPING.default = :processing_error
|
56
|
+
|
41
57
|
def self.included(base)
|
42
58
|
base.default_currency = 'USD'
|
43
59
|
base.cattr_accessor :pem_file
|
@@ -122,7 +138,7 @@ module ActiveMerchant #:nodoc:
|
|
122
138
|
end
|
123
139
|
|
124
140
|
def credit(money, identification, options = {})
|
125
|
-
deprecated Gateway::CREDIT_DEPRECATION_MESSAGE
|
141
|
+
ActiveMerchant.deprecated Gateway::CREDIT_DEPRECATION_MESSAGE
|
126
142
|
refund(money, identification, options)
|
127
143
|
end
|
128
144
|
|
@@ -242,7 +258,7 @@ module ActiveMerchant #:nodoc:
|
|
242
258
|
commit 'DoAuthorization', build_do_authorize(transaction_id, money, options)
|
243
259
|
end
|
244
260
|
|
245
|
-
# The ManagePendingTransactionStatus API operation accepts or
|
261
|
+
# The ManagePendingTransactionStatus API operation accepts or denies a
|
246
262
|
# pending transaction held by Fraud Management Filters.
|
247
263
|
#
|
248
264
|
# ==== Parameters:
|
@@ -253,7 +269,21 @@ module ActiveMerchant #:nodoc:
|
|
253
269
|
commit 'ManagePendingTransactionStatus', build_manage_pending_transaction_status(transaction_id, action)
|
254
270
|
end
|
255
271
|
|
272
|
+
def supports_scrubbing?
|
273
|
+
true
|
274
|
+
end
|
275
|
+
|
276
|
+
def scrub(transcript)
|
277
|
+
transcript.
|
278
|
+
gsub(%r((<n1:Password>).+(</n1:Password>)), '\1[FILTERED]\2').
|
279
|
+
gsub(%r((<n1:Username>).+(</n1:Username>)), '\1[FILTERED]\2').
|
280
|
+
gsub(%r((<n1:Signature>).+(</n1:Signature>)), '\1[FILTERED]\2').
|
281
|
+
gsub(%r((<n2:CreditCardNumber>).+(</n2:CreditCardNumber)), '\1[FILTERED]\2').
|
282
|
+
gsub(%r((<n2:CVV2>)\d+(</n2:CVV2)), '\1[FILTERED]\2')
|
283
|
+
end
|
284
|
+
|
256
285
|
private
|
286
|
+
|
257
287
|
def build_request_wrapper(action, options = {})
|
258
288
|
xml = Builder::XmlMarkup.new :indent => 2
|
259
289
|
xml.tag! action + 'Req', 'xmlns' => PAYPAL_NAMESPACE do
|
@@ -573,7 +603,7 @@ module ActiveMerchant #:nodoc:
|
|
573
603
|
xml.tag! 'n2:Custom', options[:custom] unless options[:custom].blank?
|
574
604
|
|
575
605
|
xml.tag! 'n2:InvoiceID', (options[:order_id] || options[:invoice_id]) unless (options[:order_id] || options[:invoice_id]).blank?
|
576
|
-
xml
|
606
|
+
add_button_source(xml)
|
577
607
|
|
578
608
|
# The notify URL applies only to DoExpressCheckoutPayment.
|
579
609
|
# This value is ignored when set in SetExpressCheckout or GetExpressCheckoutDetails
|
@@ -593,11 +623,18 @@ module ActiveMerchant #:nodoc:
|
|
593
623
|
end
|
594
624
|
end
|
595
625
|
|
626
|
+
def add_button_source(xml)
|
627
|
+
button_source = (@options[:button_source] || application_id)
|
628
|
+
if !empty?(button_source)
|
629
|
+
xml.tag! 'n2:ButtonSource', button_source.to_s.slice(0, 32)
|
630
|
+
end
|
631
|
+
end
|
632
|
+
|
596
633
|
def add_express_only_payment_details(xml, options = {})
|
597
634
|
add_optional_fields(xml,
|
598
|
-
%w{n2:NoteText n2:
|
599
|
-
n2:TransactionId n2:
|
600
|
-
n2:PaymentRequestID n2:
|
635
|
+
%w{n2:NoteText n2:PaymentAction
|
636
|
+
n2:TransactionId n2:AllowedPaymentMethod
|
637
|
+
n2:PaymentRequestID n2:SoftDescriptor },
|
601
638
|
options)
|
602
639
|
end
|
603
640
|
|
@@ -628,11 +665,21 @@ module ActiveMerchant #:nodoc:
|
|
628
665
|
:test => test?,
|
629
666
|
:authorization => authorization_from(response),
|
630
667
|
:fraud_review => fraud_review?(response),
|
668
|
+
:error_code => standardized_error_code(response),
|
631
669
|
:avs_result => { :code => response[:avs_code] },
|
632
670
|
:cvv_result => response[:cvv2_code]
|
633
671
|
)
|
634
672
|
end
|
635
673
|
|
674
|
+
def standardized_error_code(response)
|
675
|
+
STANDARD_ERROR_CODE_MAPPING[error_codes(response).first]
|
676
|
+
end
|
677
|
+
|
678
|
+
def error_codes(response)
|
679
|
+
return [] unless response.has_key?(:error_codes)
|
680
|
+
response[:error_codes].split(',')
|
681
|
+
end
|
682
|
+
|
636
683
|
def fraud_review?(response)
|
637
684
|
response[:error_codes] == FRAUD_REVIEW_CODE
|
638
685
|
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require
|
1
|
+
require 'active_merchant/billing/gateways/paypal/paypal_common_api'
|
2
2
|
|
3
3
|
module ActiveMerchant #:nodoc:
|
4
4
|
module Billing #:nodoc:
|
@@ -12,7 +12,7 @@ module ActiveMerchant #:nodoc:
|
|
12
12
|
# This transaction creates a recurring payment profile
|
13
13
|
# ==== Parameters
|
14
14
|
#
|
15
|
-
# * <tt>
|
15
|
+
# * <tt>amount</tt> -- The amount to be charged to the customer at each interval as an Integer value in cents.
|
16
16
|
# * <tt>credit_card</tt> -- The CreditCard details for the transaction.
|
17
17
|
# * <tt>options</tt> -- A hash of parameters.
|
18
18
|
#
|
@@ -23,8 +23,10 @@ module ActiveMerchant #:nodoc:
|
|
23
23
|
# * <tt>:cycles</tt> -- Limit to certain # of cycles (OPTIONAL)
|
24
24
|
# * <tt>:start_date</tt> -- When does the charging starts (REQUIRED)
|
25
25
|
# * <tt>:description</tt> -- The description to appear in the profile (REQUIRED)
|
26
|
-
|
26
|
+
|
27
27
|
def recurring(amount, credit_card, options = {})
|
28
|
+
ActiveMerchant.deprecated Gateway::RECURRING_DEPRECATION_MESSAGE
|
29
|
+
|
28
30
|
options[:credit_card] = credit_card
|
29
31
|
options[:amount] = amount
|
30
32
|
requires!(options, :description, :start_date, :period, :frequency, :amount)
|
@@ -34,7 +36,7 @@ module ActiveMerchant #:nodoc:
|
|
34
36
|
# Update a recurring payment's details.
|
35
37
|
#
|
36
38
|
# This transaction updates an existing Recurring Billing Profile
|
37
|
-
# and the subscription must have already been created previously
|
39
|
+
# and the subscription must have already been created previously
|
38
40
|
# by calling +recurring()+. The ability to change certain
|
39
41
|
# details about a recurring payment is dependent on transaction history
|
40
42
|
# and the type of plan you're subscribed with paypal. Web Payment Pro
|
@@ -49,6 +51,8 @@ module ActiveMerchant #:nodoc:
|
|
49
51
|
# * <tt>:profile_id</tt> -- A string containing the <tt>:profile_id</tt>
|
50
52
|
# of the recurring payment already in place for a given credit card. (REQUIRED)
|
51
53
|
def update_recurring(options={})
|
54
|
+
ActiveMerchant.deprecated Gateway::RECURRING_DEPRECATION_MESSAGE
|
55
|
+
|
52
56
|
requires!(options, :profile_id)
|
53
57
|
opts = options.dup
|
54
58
|
commit 'UpdateRecurringPaymentsProfile', build_change_profile_request(opts.delete(:profile_id), opts)
|
@@ -65,6 +69,8 @@ module ActiveMerchant #:nodoc:
|
|
65
69
|
# recurring payment already in place for a given credit card. (REQUIRED)
|
66
70
|
# * <tt>options</tt> -- A hash with extra info ('note' for ex.)
|
67
71
|
def cancel_recurring(profile_id, options = {})
|
72
|
+
ActiveMerchant.deprecated Gateway::RECURRING_DEPRECATION_MESSAGE
|
73
|
+
|
68
74
|
raise_error_if_blank('profile_id', profile_id)
|
69
75
|
commit 'ManageRecurringPaymentsProfileStatus', build_manage_profile_request(profile_id, 'Cancel', options)
|
70
76
|
end
|
@@ -76,6 +82,8 @@ module ActiveMerchant #:nodoc:
|
|
76
82
|
# * <tt>profile_id</tt> -- A string containing the +profile_id+ of the
|
77
83
|
# recurring payment already in place for a given credit card. (REQUIRED)
|
78
84
|
def status_recurring(profile_id)
|
85
|
+
ActiveMerchant.deprecated Gateway::RECURRING_DEPRECATION_MESSAGE
|
86
|
+
|
79
87
|
raise_error_if_blank('profile_id', profile_id)
|
80
88
|
commit 'GetRecurringPaymentsProfileDetails', build_get_profile_details_request(profile_id)
|
81
89
|
end
|
@@ -87,6 +95,8 @@ module ActiveMerchant #:nodoc:
|
|
87
95
|
# * <tt>profile_id</tt> -- A string containing the +profile_id+ of the
|
88
96
|
# recurring payment already in place for a given credit card. (REQUIRED)
|
89
97
|
def suspend_recurring(profile_id, options = {})
|
98
|
+
ActiveMerchant.deprecated Gateway::RECURRING_DEPRECATION_MESSAGE
|
99
|
+
|
90
100
|
raise_error_if_blank('profile_id', profile_id)
|
91
101
|
commit 'ManageRecurringPaymentsProfileStatus', build_manage_profile_request(profile_id, 'Suspend', options)
|
92
102
|
end
|
@@ -98,6 +108,8 @@ module ActiveMerchant #:nodoc:
|
|
98
108
|
# * <tt>profile_id</tt> -- A string containing the +profile_id+ of the
|
99
109
|
# recurring payment already in place for a given credit card. (REQUIRED)
|
100
110
|
def reactivate_recurring(profile_id, options = {})
|
111
|
+
ActiveMerchant.deprecated Gateway::RECURRING_DEPRECATION_MESSAGE
|
112
|
+
|
101
113
|
raise_error_if_blank('profile_id', profile_id)
|
102
114
|
commit 'ManageRecurringPaymentsProfileStatus', build_manage_profile_request(profile_id, 'Reactivate', options)
|
103
115
|
end
|
@@ -109,6 +121,8 @@ commit 'ManageRecurringPaymentsProfileStatus', build_manage_profile_request(prof
|
|
109
121
|
# * <tt>profile_id</tt> -- A string containing the +profile_id+ of the
|
110
122
|
# recurring payment already in place for a given credit card. (REQUIRED)
|
111
123
|
def bill_outstanding_amount(profile_id, options = {})
|
124
|
+
ActiveMerchant.deprecated Gateway::RECURRING_DEPRECATION_MESSAGE
|
125
|
+
|
112
126
|
raise_error_if_blank('profile_id', profile_id)
|
113
127
|
commit 'BillOutstandingAmount', build_bill_outstanding_amount(profile_id, options)
|
114
128
|
end
|
@@ -1,18 +1,18 @@
|
|
1
|
-
require
|
2
|
-
require
|
3
|
-
require
|
1
|
+
require 'active_merchant/billing/gateways/paypal/paypal_common_api'
|
2
|
+
require 'active_merchant/billing/gateways/paypal/paypal_recurring_api'
|
3
|
+
require 'active_merchant/billing/gateways/paypal_express'
|
4
4
|
|
5
5
|
module ActiveMerchant #:nodoc:
|
6
6
|
module Billing #:nodoc:
|
7
7
|
class PaypalGateway < Gateway
|
8
8
|
include PaypalCommonAPI
|
9
9
|
include PaypalRecurringApi
|
10
|
-
|
10
|
+
|
11
11
|
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
|
12
12
|
self.supported_countries = ['US']
|
13
|
-
self.homepage_url = 'https://www.paypal.com/
|
14
|
-
self.display_name = 'PayPal
|
15
|
-
|
13
|
+
self.homepage_url = 'https://www.paypal.com/us/webapps/mpp/paypal-payments-pro'
|
14
|
+
self.display_name = 'PayPal Payments Pro (US)'
|
15
|
+
|
16
16
|
def authorize(money, credit_card_or_referenced_id, options = {})
|
17
17
|
requires!(options, :ip)
|
18
18
|
commit define_transaction_type(credit_card_or_referenced_id), build_sale_or_authorization_request('Authorization', money, credit_card_or_referenced_id, options)
|
@@ -22,13 +22,24 @@ module ActiveMerchant #:nodoc:
|
|
22
22
|
requires!(options, :ip)
|
23
23
|
commit define_transaction_type(credit_card_or_referenced_id), build_sale_or_authorization_request('Sale', money, credit_card_or_referenced_id, options)
|
24
24
|
end
|
25
|
-
|
25
|
+
|
26
|
+
def verify(credit_card, options = {})
|
27
|
+
if %w(visa master).include?(credit_card.brand)
|
28
|
+
authorize(0, credit_card, options)
|
29
|
+
else
|
30
|
+
MultiResponse.run(:use_first_response) do |r|
|
31
|
+
r.process { authorize(100, credit_card, options) }
|
32
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
26
37
|
def express
|
27
38
|
@express ||= PaypalExpressGateway.new(@options)
|
28
39
|
end
|
29
|
-
|
40
|
+
|
30
41
|
private
|
31
|
-
|
42
|
+
|
32
43
|
def define_transaction_type(transaction_arg)
|
33
44
|
if transaction_arg.is_a?(String)
|
34
45
|
return 'DoReferenceTransaction'
|
@@ -36,14 +47,14 @@ module ActiveMerchant #:nodoc:
|
|
36
47
|
return 'DoDirectPayment'
|
37
48
|
end
|
38
49
|
end
|
39
|
-
|
50
|
+
|
40
51
|
def build_sale_or_authorization_request(action, money, credit_card_or_referenced_id, options)
|
41
52
|
transaction_type = define_transaction_type(credit_card_or_referenced_id)
|
42
53
|
reference_id = credit_card_or_referenced_id if transaction_type == "DoReferenceTransaction"
|
43
|
-
|
54
|
+
|
44
55
|
billing_address = options[:billing_address] || options[:address]
|
45
56
|
currency_code = options[:currency] || currency(money)
|
46
|
-
|
57
|
+
|
47
58
|
xml = Builder::XmlMarkup.new :indent => 2
|
48
59
|
xml.tag! transaction_type + 'Req', 'xmlns' => PAYPAL_NAMESPACE do
|
49
60
|
xml.tag! transaction_type + 'Request', 'xmlns:n2' => EBAY_NAMESPACE do
|
@@ -51,6 +62,7 @@ module ActiveMerchant #:nodoc:
|
|
51
62
|
xml.tag! 'n2:' + transaction_type + 'RequestDetails' do
|
52
63
|
xml.tag! 'n2:ReferenceID', reference_id if transaction_type == 'DoReferenceTransaction'
|
53
64
|
xml.tag! 'n2:PaymentAction', action
|
65
|
+
add_descriptors(xml, options)
|
54
66
|
add_payment_details(xml, money, currency_code, options)
|
55
67
|
add_credit_card(xml, credit_card_or_referenced_id, billing_address, options) unless transaction_type == 'DoReferenceTransaction'
|
56
68
|
xml.tag! 'n2:IPAddress', options[:ip]
|
@@ -58,35 +70,40 @@ module ActiveMerchant #:nodoc:
|
|
58
70
|
end
|
59
71
|
end
|
60
72
|
|
61
|
-
xml.target!
|
73
|
+
xml.target!
|
62
74
|
end
|
63
|
-
|
75
|
+
|
64
76
|
def add_credit_card(xml, credit_card, address, options)
|
65
77
|
xml.tag! 'n2:CreditCard' do
|
66
78
|
xml.tag! 'n2:CreditCardType', credit_card_type(card_brand(credit_card))
|
67
79
|
xml.tag! 'n2:CreditCardNumber', credit_card.number
|
68
80
|
xml.tag! 'n2:ExpMonth', format(credit_card.month, :two_digits)
|
69
81
|
xml.tag! 'n2:ExpYear', format(credit_card.year, :four_digits)
|
70
|
-
xml.tag! 'n2:CVV2', credit_card.verification_value
|
71
|
-
|
82
|
+
xml.tag! 'n2:CVV2', credit_card.verification_value unless credit_card.verification_value.blank?
|
83
|
+
|
72
84
|
if [ 'switch', 'solo' ].include?(card_brand(credit_card).to_s)
|
73
85
|
xml.tag! 'n2:StartMonth', format(credit_card.start_month, :two_digits) unless credit_card.start_month.blank?
|
74
86
|
xml.tag! 'n2:StartYear', format(credit_card.start_year, :four_digits) unless credit_card.start_year.blank?
|
75
87
|
xml.tag! 'n2:IssueNumber', format(credit_card.issue_number, :two_digits) unless credit_card.issue_number.blank?
|
76
88
|
end
|
77
|
-
|
89
|
+
|
78
90
|
xml.tag! 'n2:CardOwner' do
|
79
91
|
xml.tag! 'n2:PayerName' do
|
80
92
|
xml.tag! 'n2:FirstName', credit_card.first_name
|
81
93
|
xml.tag! 'n2:LastName', credit_card.last_name
|
82
94
|
end
|
83
|
-
|
95
|
+
|
84
96
|
xml.tag! 'n2:Payer', options[:email]
|
85
97
|
add_address(xml, 'n2:Address', address)
|
86
98
|
end
|
87
99
|
end
|
88
100
|
end
|
89
101
|
|
102
|
+
def add_descriptors(xml, options)
|
103
|
+
xml.tag! 'n2:SoftDescriptor', options[:soft_descriptor] unless options[:soft_descriptor].blank?
|
104
|
+
xml.tag! 'n2:SoftDescriptorCity', options[:soft_descriptor_city] unless options[:soft_descriptor_city].blank?
|
105
|
+
end
|
106
|
+
|
90
107
|
def credit_card_type(type)
|
91
108
|
case type
|
92
109
|
when 'visa' then 'Visa'
|
@@ -97,7 +114,7 @@ module ActiveMerchant #:nodoc:
|
|
97
114
|
when 'solo' then 'Solo'
|
98
115
|
end
|
99
116
|
end
|
100
|
-
|
117
|
+
|
101
118
|
def build_response(success, message, response, options = {})
|
102
119
|
Response.new(success, message, response, options)
|
103
120
|
end
|
@@ -1,6 +1,6 @@
|
|
1
|
-
require
|
2
|
-
require
|
3
|
-
require
|
1
|
+
require 'active_merchant/billing/gateways/paypal/paypal_common_api'
|
2
|
+
require 'active_merchant/billing/gateways/paypal/paypal_express_response'
|
3
|
+
require 'active_merchant/billing/gateways/paypal_express_common'
|
4
4
|
|
5
5
|
module ActiveMerchant #:nodoc:
|
6
6
|
module Billing #:nodoc:
|
@@ -11,9 +11,10 @@ module ActiveMerchant #:nodoc:
|
|
11
11
|
self.supported_countries = %w(AU CA CN FI GB ID IN IT MY NO NZ PH PL SE SG TH VN)
|
12
12
|
self.homepage_url = 'https://www.x.com/community/ppx/xspaces/digital_goods'
|
13
13
|
self.display_name = 'PayPal Express Checkout for Digital Goods'
|
14
|
-
|
14
|
+
|
15
15
|
def redirect_url_for(token, options = {})
|
16
|
-
|
16
|
+
options[:review] ||= false
|
17
|
+
super
|
17
18
|
end
|
18
19
|
|
19
20
|
# GATEWAY.setup_purchase(100,
|
@@ -1,7 +1,7 @@
|
|
1
|
-
require
|
2
|
-
require
|
3
|
-
require
|
4
|
-
require
|
1
|
+
require 'active_merchant/billing/gateways/paypal/paypal_common_api'
|
2
|
+
require 'active_merchant/billing/gateways/paypal/paypal_express_response'
|
3
|
+
require 'active_merchant/billing/gateways/paypal/paypal_recurring_api'
|
4
|
+
require 'active_merchant/billing/gateways/paypal_express_common'
|
5
5
|
|
6
6
|
module ActiveMerchant #:nodoc:
|
7
7
|
module Billing #:nodoc:
|
@@ -30,6 +30,7 @@ module ActiveMerchant #:nodoc:
|
|
30
30
|
self.supported_countries = ['US']
|
31
31
|
self.homepage_url = 'https://www.paypal.com/cgi-bin/webscr?cmd=xpt/merchant/ExpressCheckoutIntro-outside'
|
32
32
|
self.display_name = 'PayPal Express Checkout'
|
33
|
+
self.currencies_without_fractions = %w(HUF JPY TWD)
|
33
34
|
|
34
35
|
def setup_authorization(money, options = {})
|
35
36
|
requires!(options, :return_url, :cancel_return_url)
|
@@ -67,6 +68,10 @@ module ActiveMerchant #:nodoc:
|
|
67
68
|
commit 'BAUpdate', build_cancel_billing_agreement_request(token)
|
68
69
|
end
|
69
70
|
|
71
|
+
def agreement_details(reference_id, options = {})
|
72
|
+
commit 'BAUpdate', build_details_billing_agreement_request(reference_id)
|
73
|
+
end
|
74
|
+
|
70
75
|
def authorize_reference_transaction(money, options = {})
|
71
76
|
requires!(options, :reference_id, :payment_type, :invoice_id, :description, :ip)
|
72
77
|
|
@@ -127,12 +132,14 @@ module ActiveMerchant #:nodoc:
|
|
127
132
|
if options[:max_amount]
|
128
133
|
xml.tag! 'n2:MaxAmount', localized_amount(options[:max_amount], currency_code), 'currencyID' => currency_code
|
129
134
|
end
|
135
|
+
xml.tag! 'n2:ReqBillingAddress', options[:req_billing_address] ? '1' : '0'
|
130
136
|
xml.tag! 'n2:NoShipping', options[:no_shipping] ? '1' : '0'
|
131
137
|
xml.tag! 'n2:AddressOverride', options[:address_override] ? '1' : '0'
|
132
138
|
xml.tag! 'n2:LocaleCode', locale_code(options[:locale]) unless options[:locale].blank?
|
133
139
|
xml.tag! 'n2:BrandName', options[:brand_name] unless options[:brand_name].blank?
|
134
140
|
# Customization of the payment page
|
135
141
|
xml.tag! 'n2:PageStyle', options[:page_style] unless options[:page_style].blank?
|
142
|
+
xml.tag! 'n2:cpp-logo-image', options[:logo_image] unless options[:logo_image].blank?
|
136
143
|
xml.tag! 'n2:cpp-header-image', options[:header_image] unless options[:header_image].blank?
|
137
144
|
xml.tag! 'n2:cpp-header-border-color', options[:header_border_color] unless options[:header_border_color].blank?
|
138
145
|
xml.tag! 'n2:cpp-header-back-color', options[:header_background_color] unless options[:header_background_color].blank?
|
@@ -154,6 +161,13 @@ module ActiveMerchant #:nodoc:
|
|
154
161
|
if !options[:allow_note].nil?
|
155
162
|
xml.tag! 'n2:AllowNote', options[:allow_note] ? '1' : '0'
|
156
163
|
end
|
164
|
+
|
165
|
+
if options[:funding_sources]
|
166
|
+
xml.tag! 'n2:FundingSourceDetails' do
|
167
|
+
xml.tag! 'n2:UserSelectedFundingSource', options[:funding_sources][:source]
|
168
|
+
end
|
169
|
+
end
|
170
|
+
|
157
171
|
xml.tag! 'n2:CallbackURL', options[:callback_url] unless options[:callback_url].blank?
|
158
172
|
|
159
173
|
add_payment_details(xml, money, currency_code, options)
|
@@ -173,6 +187,8 @@ module ActiveMerchant #:nodoc:
|
|
173
187
|
if options.has_key?(:allow_buyer_optin)
|
174
188
|
xml.tag! 'n2:BuyerEmailOptInEnable', (options[:allow_buyer_optin] ? '1' : '0')
|
175
189
|
end
|
190
|
+
|
191
|
+
xml.tag! 'n2:TotalType', options[:total_type] unless options[:total_type].blank?
|
176
192
|
end
|
177
193
|
end
|
178
194
|
end
|
@@ -205,6 +221,18 @@ module ActiveMerchant #:nodoc:
|
|
205
221
|
xml.target!
|
206
222
|
end
|
207
223
|
|
224
|
+
def build_details_billing_agreement_request(reference_id)
|
225
|
+
xml = Builder::XmlMarkup.new :indent => 2
|
226
|
+
xml.tag! 'BillAgreementUpdateReq', 'xmlns' => PAYPAL_NAMESPACE do
|
227
|
+
xml.tag! 'BAUpdateRequest', 'xmlns:n2' => EBAY_NAMESPACE do
|
228
|
+
xml.tag! 'n2:Version', API_VERSION
|
229
|
+
xml.tag! 'ReferenceID', reference_id
|
230
|
+
end
|
231
|
+
end
|
232
|
+
|
233
|
+
xml.target!
|
234
|
+
end
|
235
|
+
|
208
236
|
def build_reference_transaction_request(action, money, options)
|
209
237
|
currency_code = options[:currency] || currency(money)
|
210
238
|
|
@@ -9,13 +9,13 @@ module ActiveMerchant
|
|
9
9
|
base.class_inheritable_accessor :test_redirect_url
|
10
10
|
base.class_inheritable_accessor :live_redirect_url
|
11
11
|
end
|
12
|
-
base.live_redirect_url = 'https://www.paypal.com/
|
12
|
+
base.live_redirect_url = 'https://www.paypal.com/cgi-bin/webscr'
|
13
13
|
end
|
14
|
-
|
14
|
+
|
15
15
|
def redirect_url
|
16
16
|
test? ? test_redirect_url : live_redirect_url
|
17
17
|
end
|
18
|
-
|
18
|
+
|
19
19
|
def redirect_url_for(token, options = {})
|
20
20
|
options = {:review => true, :mobile => false}.update(options)
|
21
21
|
|
@@ -0,0 +1,162 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class PayscoutGateway < Gateway
|
4
|
+
self.live_url = self.test_url = 'https://secure.payscout.com/api/transact.php'
|
5
|
+
|
6
|
+
self.supported_countries = ['US']
|
7
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
|
8
|
+
self.default_currency = 'USD'
|
9
|
+
self.homepage_url = 'http://www.payscout.com/'
|
10
|
+
self.display_name = 'Payscout'
|
11
|
+
|
12
|
+
def initialize(options = {})
|
13
|
+
requires!(options, :username, :password)
|
14
|
+
super
|
15
|
+
end
|
16
|
+
|
17
|
+
def authorize(money, creditcard, options = {})
|
18
|
+
post = {}
|
19
|
+
add_invoice(post, options)
|
20
|
+
add_creditcard(post, creditcard)
|
21
|
+
add_currency(post, money, options)
|
22
|
+
add_address(post, options)
|
23
|
+
|
24
|
+
commit('auth', money, post)
|
25
|
+
end
|
26
|
+
|
27
|
+
def purchase(money, creditcard, options = {})
|
28
|
+
post = {}
|
29
|
+
add_invoice(post, options)
|
30
|
+
add_creditcard(post, creditcard)
|
31
|
+
add_currency(post, money, options)
|
32
|
+
add_address(post, options)
|
33
|
+
|
34
|
+
commit('sale', money, post)
|
35
|
+
end
|
36
|
+
|
37
|
+
def capture(money, authorization, options = {})
|
38
|
+
post = {}
|
39
|
+
post[:transactionid] = authorization
|
40
|
+
|
41
|
+
commit('capture', money, post)
|
42
|
+
end
|
43
|
+
|
44
|
+
|
45
|
+
def refund(money, authorization, options = {})
|
46
|
+
post = {}
|
47
|
+
post[:transactionid] = authorization
|
48
|
+
|
49
|
+
commit('refund', money, post)
|
50
|
+
end
|
51
|
+
|
52
|
+
def void(authorization, options = {})
|
53
|
+
post = {}
|
54
|
+
post[:transactionid] = authorization
|
55
|
+
|
56
|
+
commit('void', nil, post)
|
57
|
+
end
|
58
|
+
|
59
|
+
private
|
60
|
+
|
61
|
+
def add_address(post, options)
|
62
|
+
if address = options[:billing_address] || options[:address]
|
63
|
+
post[:address1] = address[:address1].to_s
|
64
|
+
post[:address2] = address[:address2].to_s
|
65
|
+
post[:city] = address[:city].to_s
|
66
|
+
post[:state] = (address[:state].blank? ? 'n/a' : address[:state])
|
67
|
+
post[:zip] = address[:zip].to_s
|
68
|
+
post[:country] = address[:country].to_s
|
69
|
+
post[:phone] = address[:phone].to_s
|
70
|
+
post[:fax] = address[:fax].to_s
|
71
|
+
post[:email] = address[:email].to_s
|
72
|
+
end
|
73
|
+
|
74
|
+
if address = options[:shipping_address]
|
75
|
+
post[:shipping_firstname] = address[:first_name].to_s
|
76
|
+
post[:shipping_lastname] = address[:last_name].to_s
|
77
|
+
post[:shipping_company] = address[:company].to_s
|
78
|
+
post[:shipping_address1] = address[:address1].to_s
|
79
|
+
post[:shipping_address2] = address[:address2].to_s
|
80
|
+
post[:shipping_city] = address[:city].to_s
|
81
|
+
post[:shipping_country] = address[:country].to_s
|
82
|
+
post[:shipping_state] = (address[:state].blank? ? 'n/a' : address[:state])
|
83
|
+
post[:shipping_zip] = address[:zip].to_s
|
84
|
+
post[:shipping_email] = address[:email].to_s
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
def add_currency(post, money, options)
|
89
|
+
post[:currency] = options[:currency] || currency(money)
|
90
|
+
end
|
91
|
+
|
92
|
+
def add_invoice(post, options)
|
93
|
+
post[:orderdescription] = options[:description]
|
94
|
+
post[:orderid] = options[:order_id]
|
95
|
+
end
|
96
|
+
|
97
|
+
def add_creditcard(post, creditcard)
|
98
|
+
post[:ccnumber] = creditcard.number
|
99
|
+
post[:cvv] = creditcard.verification_value if creditcard.verification_value?
|
100
|
+
post[:ccexp] = expdate(creditcard)
|
101
|
+
post[:firstname] = creditcard.first_name
|
102
|
+
post[:lastname] = creditcard.last_name
|
103
|
+
end
|
104
|
+
|
105
|
+
def parse(body)
|
106
|
+
Hash[body.split('&').map{|x|x.split('=')}]
|
107
|
+
end
|
108
|
+
|
109
|
+
def commit(action, money, parameters)
|
110
|
+
parameters[:amount] = amount(money) unless action == 'void'
|
111
|
+
url = (test? ? self.test_url : self.live_url)
|
112
|
+
data = ssl_post(url, post_data(action, parameters))
|
113
|
+
|
114
|
+
response = parse(data)
|
115
|
+
response[:action] = action
|
116
|
+
|
117
|
+
message = message_from(response)
|
118
|
+
test_mode = (test? || message =~ /TESTMODE/)
|
119
|
+
Response.new(success?(response), message, response,
|
120
|
+
:test => test_mode,
|
121
|
+
:authorization => response['transactionid'],
|
122
|
+
:fraud_review => fraud_review?(response),
|
123
|
+
:avs_result => { :code => response['avsresponse'] },
|
124
|
+
:cvv_result => response['cvvresponse']
|
125
|
+
)
|
126
|
+
end
|
127
|
+
|
128
|
+
def message_from(response)
|
129
|
+
case response['response']
|
130
|
+
when '1'
|
131
|
+
'The transaction has been approved'
|
132
|
+
when '2'
|
133
|
+
'The transaction has been declined'
|
134
|
+
when '3'
|
135
|
+
response['responsetext']
|
136
|
+
else
|
137
|
+
'There was an error processing the transaction'
|
138
|
+
end
|
139
|
+
end
|
140
|
+
|
141
|
+
def fraud_review?(response)
|
142
|
+
false
|
143
|
+
end
|
144
|
+
|
145
|
+
def success?(response)
|
146
|
+
(response['response'] == '1')
|
147
|
+
end
|
148
|
+
|
149
|
+
def post_data(action, parameters = {})
|
150
|
+
post = {}
|
151
|
+
|
152
|
+
post[:username] = @options[:username]
|
153
|
+
post[:password] = @options[:password]
|
154
|
+
post[:type] = action
|
155
|
+
|
156
|
+
request = post.merge(parameters).collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&")
|
157
|
+
request
|
158
|
+
end
|
159
|
+
end
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|