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
@@ -1,44 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
|
5
|
-
# Documentation:
|
6
|
-
# https://www.paxum.com/payment_docs/page.php?name=apiIntroduction
|
7
|
-
module Paxum
|
8
|
-
autoload :Helper, File.dirname(__FILE__) + '/paxum/helper.rb'
|
9
|
-
autoload :Notification, File.dirname(__FILE__) + '/paxum/notification.rb'
|
10
|
-
autoload :Return, File.dirname(__FILE__) + '/paxum/return.rb'
|
11
|
-
autoload :Common, File.dirname(__FILE__) + '/paxum/common.rb'
|
12
|
-
|
13
|
-
mattr_accessor :test_url
|
14
|
-
self.test_url = 'https://paxum.com/payment/phrame.php?action=displayProcessPaymentLogin'
|
15
|
-
|
16
|
-
mattr_accessor :production_url
|
17
|
-
self.production_url = 'https://paxum.com/payment/phrame.php?action=displayProcessPaymentLogin'
|
18
|
-
|
19
|
-
mattr_accessor :signature_parameter_name
|
20
|
-
self.signature_parameter_name = 'key'
|
21
|
-
|
22
|
-
def self.service_url
|
23
|
-
mode = ActiveMerchant::Billing::Base.integration_mode
|
24
|
-
case mode
|
25
|
-
when :production
|
26
|
-
self.production_url
|
27
|
-
when :test
|
28
|
-
self.test_url
|
29
|
-
else
|
30
|
-
raise StandardError, "Integration mode set to an invalid value: #{mode}"
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
def self.helper(order, account, options = {})
|
35
|
-
Helper.new(order, account, options)
|
36
|
-
end
|
37
|
-
|
38
|
-
def self.notification(query_string, options = {})
|
39
|
-
Notification.new(query_string, options)
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,42 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
module PayFast
|
5
|
-
module Common
|
6
|
-
def generate_signature(type)
|
7
|
-
string = case type
|
8
|
-
when :request
|
9
|
-
request_signature_string
|
10
|
-
when :notify
|
11
|
-
notify_signature_string
|
12
|
-
end
|
13
|
-
|
14
|
-
Digest::MD5.hexdigest(string)
|
15
|
-
end
|
16
|
-
|
17
|
-
def request_attributes
|
18
|
-
[:merchant_id, :merchant_key, :return_url, :cancel_url,
|
19
|
-
:notify_url, :name_first, :name_last, :email_address,
|
20
|
-
:payment_id, :amount, :item_name, :item_description,
|
21
|
-
:custom_str1, :custom_str2, :custom_str3, :custom_str4,
|
22
|
-
:custom_str5, :custom_int1, :custom_int2, :custom_int3,
|
23
|
-
:custom_int4, :custom_int5, :email_confirmation,
|
24
|
-
:confirmation_address]
|
25
|
-
end
|
26
|
-
|
27
|
-
def request_signature_string
|
28
|
-
request_attributes.map do |attr|
|
29
|
-
"#{mappings[attr]}=#{CGI.escape(@fields[mappings[attr]])}" if @fields[mappings[attr]].present?
|
30
|
-
end.compact.join('&')
|
31
|
-
end
|
32
|
-
|
33
|
-
def notify_signature_string
|
34
|
-
params.map do |key, value|
|
35
|
-
"#{key}=#{CGI.escape(value)}" unless key == PayFast.signature_parameter_name
|
36
|
-
end.compact.join('&')
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
@@ -1,50 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
module PayFast
|
5
|
-
class Helper < ActiveMerchant::Billing::Integrations::Helper
|
6
|
-
include Common
|
7
|
-
|
8
|
-
def initialize(order, account, options = {})
|
9
|
-
super
|
10
|
-
add_field('merchant_id', account)
|
11
|
-
add_field('merchant_key', options.delete(:credential2))
|
12
|
-
add_field('m_payment_id', order)
|
13
|
-
end
|
14
|
-
|
15
|
-
def form_fields
|
16
|
-
@fields
|
17
|
-
end
|
18
|
-
|
19
|
-
def params
|
20
|
-
@fields
|
21
|
-
end
|
22
|
-
|
23
|
-
mapping :merchant_id, 'merchant_id'
|
24
|
-
mapping :merchant_key, 'merchant_key'
|
25
|
-
mapping :return_url, 'return_url'
|
26
|
-
mapping :cancel_return_url, 'cancel_url'
|
27
|
-
mapping :notify_url, 'notify_url'
|
28
|
-
mapping :name_first, 'name_first'
|
29
|
-
mapping :name_last, 'name_last'
|
30
|
-
mapping :email_address, 'email_address'
|
31
|
-
mapping :payment_id, 'm_payment_id'
|
32
|
-
mapping :amount, 'amount'
|
33
|
-
mapping :item_name, 'item_name'
|
34
|
-
mapping :description, 'item_name'
|
35
|
-
|
36
|
-
mapping :customer, :first_name => 'name_first',
|
37
|
-
:last_name => 'name_last',
|
38
|
-
:email => 'email_address',
|
39
|
-
:phone => 'phone'
|
40
|
-
|
41
|
-
5.times { |i| mapping :"custom_str#{i}", "custom_str#{i}" }
|
42
|
-
5.times { |i| mapping :"custom_int#{i}", "custom_int#{i}" }
|
43
|
-
|
44
|
-
mapping :email_confirmation, 'email_confirmation'
|
45
|
-
mapping :confirmation_address, 'confirmation_address'
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
@@ -1,134 +0,0 @@
|
|
1
|
-
require 'net/http'
|
2
|
-
|
3
|
-
module ActiveMerchant #:nodoc:
|
4
|
-
module Billing #:nodoc:
|
5
|
-
module Integrations #:nodoc:
|
6
|
-
module PayFast
|
7
|
-
# Parser and handler for incoming ITN from PayFast.
|
8
|
-
# The Example shows a typical handler in a rails application.
|
9
|
-
#
|
10
|
-
# Example
|
11
|
-
#
|
12
|
-
# class BackendController < ApplicationController
|
13
|
-
# include ActiveMerchant::Billing::Integrations
|
14
|
-
#
|
15
|
-
# def pay_fast_itn
|
16
|
-
# notify = PayFast::Notification.new(request.raw_post)
|
17
|
-
#
|
18
|
-
# order = Order.find(notify.item_id)
|
19
|
-
#
|
20
|
-
# if notify.acknowledge
|
21
|
-
# begin
|
22
|
-
#
|
23
|
-
# if notify.complete? and order.total == notify.amount
|
24
|
-
# order.status = 'success'
|
25
|
-
#
|
26
|
-
# shop.ship(order)
|
27
|
-
# else
|
28
|
-
# logger.error("Failed to verify Paypal's notification, please investigate")
|
29
|
-
# end
|
30
|
-
#
|
31
|
-
# rescue => e
|
32
|
-
# order.status = 'failed'
|
33
|
-
# raise
|
34
|
-
# ensure
|
35
|
-
# order.save
|
36
|
-
# end
|
37
|
-
# end
|
38
|
-
#
|
39
|
-
# render :nothing
|
40
|
-
# end
|
41
|
-
# end
|
42
|
-
class Notification < ActiveMerchant::Billing::Integrations::Notification
|
43
|
-
include PostsData
|
44
|
-
include Common
|
45
|
-
|
46
|
-
# Was the transaction complete?
|
47
|
-
def complete?
|
48
|
-
status == "Completed"
|
49
|
-
end
|
50
|
-
|
51
|
-
# Status of transaction. List of possible values:
|
52
|
-
# <tt>COMPLETE</tt>::
|
53
|
-
def status
|
54
|
-
if params['payment_status'] == "COMPLETE"
|
55
|
-
"Completed"
|
56
|
-
else
|
57
|
-
"Failed"
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
# Id of this transaction (uniq PayFast transaction id)
|
62
|
-
def transaction_id
|
63
|
-
params['pf_payment_id']
|
64
|
-
end
|
65
|
-
|
66
|
-
# Id of this transaction (uniq Shopify transaction id)
|
67
|
-
def item_id
|
68
|
-
params['m_payment_id']
|
69
|
-
end
|
70
|
-
|
71
|
-
# The total amount which the payer paid.
|
72
|
-
def gross
|
73
|
-
params['amount_gross']
|
74
|
-
end
|
75
|
-
|
76
|
-
# The total in fees which was deducated from the amount.
|
77
|
-
def fee
|
78
|
-
params['amount_fee']
|
79
|
-
end
|
80
|
-
|
81
|
-
# The net amount credited to the receiver's account.
|
82
|
-
def amount
|
83
|
-
params['amount_net']
|
84
|
-
end
|
85
|
-
|
86
|
-
# The name of the item being charged for.
|
87
|
-
def item_name
|
88
|
-
params['item_name']
|
89
|
-
end
|
90
|
-
|
91
|
-
# The Merchant ID as given by the PayFast system. Used to uniquely identify the receiver's account.
|
92
|
-
def merchant_id
|
93
|
-
params['merchant_id']
|
94
|
-
end
|
95
|
-
|
96
|
-
def currency
|
97
|
-
nil
|
98
|
-
end
|
99
|
-
# Generated hash depends on params order so use OrderedHash instead of Hash
|
100
|
-
def empty!
|
101
|
-
super
|
102
|
-
@params = ActiveSupport::OrderedHash.new
|
103
|
-
end
|
104
|
-
|
105
|
-
# Acknowledge the transaction to PayFast. This method has to be called after a new
|
106
|
-
# ITN arrives. PayFast will verify that all the information we received are correct and will return a
|
107
|
-
# VERIFIED or INVALID status.
|
108
|
-
#
|
109
|
-
# Example:
|
110
|
-
#
|
111
|
-
# def pay_fast_itn
|
112
|
-
# notify = PayFastNotification.new(request.raw_post)
|
113
|
-
#
|
114
|
-
# if notify.acknowledge
|
115
|
-
# ... process order ... if notify.complete?
|
116
|
-
# else
|
117
|
-
# ... log possible hacking attempt ...
|
118
|
-
# end
|
119
|
-
def acknowledge
|
120
|
-
if params[PayFast.signature_parameter_name] == generate_signature(:notify)
|
121
|
-
response = ssl_post(PayFast.validate_service_url, notify_signature_string,
|
122
|
-
'Content-Type' => "application/x-www-form-urlencoded",
|
123
|
-
'Content-Length' => "#{notify_signature_string.size}"
|
124
|
-
)
|
125
|
-
raise StandardError.new("Faulty PayFast result: #{response}") unless ['VALID', 'INVALID'].include?(response)
|
126
|
-
|
127
|
-
response == "VALID"
|
128
|
-
end
|
129
|
-
end
|
130
|
-
end
|
131
|
-
end
|
132
|
-
end
|
133
|
-
end
|
134
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
|
5
|
-
# Documentation:
|
6
|
-
# https://www.payfast.co.za/s/std/integration-guide
|
7
|
-
module PayFast
|
8
|
-
autoload :Return, File.dirname(__FILE__) + '/pay_fast/return.rb'
|
9
|
-
autoload :Helper, File.dirname(__FILE__) + '/pay_fast/helper.rb'
|
10
|
-
autoload :Notification, File.dirname(__FILE__) + '/pay_fast/notification.rb'
|
11
|
-
autoload :Common, File.dirname(__FILE__) + '/pay_fast/common.rb'
|
12
|
-
|
13
|
-
# Overwrite this if you want to change the PayFast sandbox url
|
14
|
-
mattr_accessor :process_test_url
|
15
|
-
self.process_test_url = 'https://sandbox.payfast.co.za/eng/process'
|
16
|
-
|
17
|
-
# Overwrite this if you want to change the PayFast production url
|
18
|
-
mattr_accessor :process_production_url
|
19
|
-
self.process_production_url = 'https://www.payfast.co.za/eng/process'
|
20
|
-
|
21
|
-
# Overwrite this if you want to change the PayFast sandbox url
|
22
|
-
mattr_accessor :validate_test_url
|
23
|
-
self.validate_test_url = 'https://sandbox.payfast.co.za/eng/query/validate'
|
24
|
-
|
25
|
-
# Overwrite this if you want to change the PayFast production url
|
26
|
-
mattr_accessor :validate_production_url
|
27
|
-
self.validate_production_url = 'https://www.payfast.co.za/eng/query/validate'
|
28
|
-
|
29
|
-
mattr_accessor :signature_parameter_name
|
30
|
-
self.signature_parameter_name = 'signature'
|
31
|
-
|
32
|
-
def self.service_url
|
33
|
-
mode = ActiveMerchant::Billing::Base.integration_mode
|
34
|
-
case mode
|
35
|
-
when :production
|
36
|
-
self.process_production_url
|
37
|
-
when :test
|
38
|
-
self.process_test_url
|
39
|
-
else
|
40
|
-
raise StandardError, "Integration mode set to an invalid value: #{mode}"
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
44
|
-
def self.validate_service_url
|
45
|
-
mode = ActiveMerchant::Billing::Base.integration_mode
|
46
|
-
case mode
|
47
|
-
when :production
|
48
|
-
self.validate_production_url
|
49
|
-
when :test
|
50
|
-
self.validate_test_url
|
51
|
-
else
|
52
|
-
raise StandardError, "Integration mode set to an invalid value: #{mode}"
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
def self.helper(order, account, options = {})
|
57
|
-
Helper.new(order, account, options)
|
58
|
-
end
|
59
|
-
|
60
|
-
def self.notification(query_string, options = {})
|
61
|
-
Notification.new(query_string, options)
|
62
|
-
end
|
63
|
-
|
64
|
-
def self.return(post, options = {})
|
65
|
-
Return.new(post, options)
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
@@ -1,116 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
module PayflowLink
|
5
|
-
class Helper < ActiveMerchant::Billing::Integrations::Helper
|
6
|
-
include PostsData
|
7
|
-
|
8
|
-
def initialize(order, account, options = {})
|
9
|
-
super
|
10
|
-
add_field('login', account)
|
11
|
-
add_field('echodata', 'True')
|
12
|
-
add_field('user2', self.test?)
|
13
|
-
add_field('invoice', order)
|
14
|
-
add_field('vendor', account)
|
15
|
-
add_field('user', options[:credential4].presence || account)
|
16
|
-
add_field('trxtype', options[:transaction_type] || 'S')
|
17
|
-
end
|
18
|
-
|
19
|
-
mapping :account, 'login'
|
20
|
-
mapping :credential2, 'pwd'
|
21
|
-
mapping :credential3, 'partner'
|
22
|
-
mapping :order, 'user1'
|
23
|
-
|
24
|
-
mapping :amount, 'amt'
|
25
|
-
|
26
|
-
|
27
|
-
mapping :billing_address, :city => 'city',
|
28
|
-
:address => 'address',
|
29
|
-
:state => 'state',
|
30
|
-
:zip => 'zip',
|
31
|
-
:country => 'country',
|
32
|
-
:phone => 'phone',
|
33
|
-
:name => 'name'
|
34
|
-
|
35
|
-
mapping :customer, { :first_name => 'first_name', :last_name => 'last_name' }
|
36
|
-
|
37
|
-
def description(value)
|
38
|
-
add_field('description', normalize("#{value}").delete("#"))
|
39
|
-
end
|
40
|
-
|
41
|
-
def customer(params = {})
|
42
|
-
add_field(mappings[:customer][:first_name], params[:first_name])
|
43
|
-
add_field(mappings[:customer][:last_name], params[:last_name])
|
44
|
-
end
|
45
|
-
|
46
|
-
def billing_address(params = {})
|
47
|
-
# Get the country code in the correct format
|
48
|
-
# Use what we were given if we can't find anything
|
49
|
-
country_code = lookup_country_code(params.delete(:country))
|
50
|
-
add_field(mappings[:billing_address][:country], country_code)
|
51
|
-
|
52
|
-
add_field(mappings[:billing_address][:address], [params.delete(:address1), params.delete(:address2)].compact.join(' '))
|
53
|
-
|
54
|
-
province_code = params.delete(:state)
|
55
|
-
add_field(mappings[:billing_address][:state], province_code.blank? ? 'N/A' : province_code.upcase)
|
56
|
-
|
57
|
-
# Everything else
|
58
|
-
params.each do |k, v|
|
59
|
-
field = mappings[:billing_address][k]
|
60
|
-
add_field(field, v) unless field.nil?
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
def form_fields
|
65
|
-
token, token_id = request_secure_token
|
66
|
-
|
67
|
-
{"securetoken" => token, "securetokenid" => token_id, "mode" => test? ? "test" : "live"}
|
68
|
-
end
|
69
|
-
|
70
|
-
private
|
71
|
-
|
72
|
-
def secure_token_id
|
73
|
-
@secure_token_id ||= Utils.generate_unique_id
|
74
|
-
end
|
75
|
-
|
76
|
-
def secure_token_url
|
77
|
-
test? ? "https://pilot-payflowpro.paypal.com" : "https://payflowpro.paypal.com"
|
78
|
-
end
|
79
|
-
|
80
|
-
def request_secure_token
|
81
|
-
@fields["securetokenid"] = secure_token_id
|
82
|
-
@fields["createsecuretoken"] = "Y"
|
83
|
-
|
84
|
-
fields = @fields.collect {|key, value| "#{key}[#{value.length}]=#{value}" }.join("&")
|
85
|
-
|
86
|
-
response = ssl_post(secure_token_url, fields)
|
87
|
-
|
88
|
-
parse_response(response)
|
89
|
-
end
|
90
|
-
|
91
|
-
def parse_response(response)
|
92
|
-
response = response.split("&").inject({}) do |hash, param|
|
93
|
-
key, value = param.split("=")
|
94
|
-
hash[key] = value
|
95
|
-
hash
|
96
|
-
end
|
97
|
-
|
98
|
-
[response['SECURETOKEN'], response['SECURETOKENID']] if response['RESPMSG'] && response['RESPMSG'].downcase == "approved"
|
99
|
-
end
|
100
|
-
|
101
|
-
def normalize(text)
|
102
|
-
return unless text
|
103
|
-
|
104
|
-
if ActiveSupport::Inflector.method(:transliterate).arity == -2
|
105
|
-
ActiveSupport::Inflector.transliterate(text,'')
|
106
|
-
elsif RUBY_VERSION >= '1.9'
|
107
|
-
text.gsub(/[^\x00-\x7F]+/, '')
|
108
|
-
else
|
109
|
-
ActiveSupport::Inflector.transliterate(text).to_s
|
110
|
-
end
|
111
|
-
end
|
112
|
-
end
|
113
|
-
end
|
114
|
-
end
|
115
|
-
end
|
116
|
-
end
|
@@ -1,78 +0,0 @@
|
|
1
|
-
require 'net/http'
|
2
|
-
|
3
|
-
module ActiveMerchant #:nodoc:
|
4
|
-
module Billing #:nodoc:
|
5
|
-
module Integrations #:nodoc:
|
6
|
-
module PayflowLink
|
7
|
-
class Notification < ActiveMerchant::Billing::Integrations::Notification
|
8
|
-
|
9
|
-
# Was the transaction complete?
|
10
|
-
def complete?
|
11
|
-
status == "Completed"
|
12
|
-
end
|
13
|
-
|
14
|
-
# When was this payment received by the client.
|
15
|
-
# sometimes it can happen that we get the notification much later.
|
16
|
-
# One possible scenario is that our web application was down. In this case paypal tries several
|
17
|
-
# times an hour to inform us about the notification
|
18
|
-
def received_at
|
19
|
-
DateTime.parse(params['TRANSTIME']) if params['TRANSTIME']
|
20
|
-
rescue ArgumentError
|
21
|
-
nil
|
22
|
-
end
|
23
|
-
|
24
|
-
def status
|
25
|
-
params['RESPMSG']
|
26
|
-
end
|
27
|
-
|
28
|
-
# Id of this transaction (paypal number)
|
29
|
-
def transaction_id
|
30
|
-
params['PNREF']
|
31
|
-
end
|
32
|
-
|
33
|
-
# What type of transaction are we dealing with?
|
34
|
-
def type
|
35
|
-
params['TYPE']
|
36
|
-
end
|
37
|
-
|
38
|
-
# the money amount we received in X.2 decimal.
|
39
|
-
def gross
|
40
|
-
params['AMT']
|
41
|
-
end
|
42
|
-
|
43
|
-
# What currency have we been dealing with
|
44
|
-
def currency
|
45
|
-
nil
|
46
|
-
end
|
47
|
-
|
48
|
-
def status
|
49
|
-
params['RESULT'] == '0' ? 'Completed' : 'Failed'
|
50
|
-
end
|
51
|
-
|
52
|
-
# This is the item number which we submitted to paypal
|
53
|
-
def item_id
|
54
|
-
params['USER1']
|
55
|
-
end
|
56
|
-
|
57
|
-
# This is the invoice which you passed to paypal
|
58
|
-
def invoice
|
59
|
-
params['INVNUM']
|
60
|
-
end
|
61
|
-
|
62
|
-
# Was this a test transaction?
|
63
|
-
def test?
|
64
|
-
params['USER2'] == 'true'
|
65
|
-
end
|
66
|
-
|
67
|
-
def account
|
68
|
-
params["ACCT"]
|
69
|
-
end
|
70
|
-
|
71
|
-
def acknowledge
|
72
|
-
true
|
73
|
-
end
|
74
|
-
end
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
78
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
module PayflowLink
|
5
|
-
autoload :Helper, 'active_merchant/billing/integrations/payflow_link/helper.rb'
|
6
|
-
autoload :Notification, 'active_merchant/billing/integrations/payflow_link/notification.rb'
|
7
|
-
|
8
|
-
mattr_accessor :service_url
|
9
|
-
self.service_url = 'https://payflowlink.paypal.com'
|
10
|
-
|
11
|
-
def self.notification(post, options = {})
|
12
|
-
Notification.new(post)
|
13
|
-
end
|
14
|
-
|
15
|
-
def self.return(query_string, options = {})
|
16
|
-
ActiveMerchant::Billing::Integrations::Return.new(query_string)
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,119 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
module Paypal
|
5
|
-
class Helper < ActiveMerchant::Billing::Integrations::Helper
|
6
|
-
CANADIAN_PROVINCES = { 'AB' => 'Alberta',
|
7
|
-
'BC' => 'British Columbia',
|
8
|
-
'MB' => 'Manitoba',
|
9
|
-
'NB' => 'New Brunswick',
|
10
|
-
'NL' => 'Newfoundland',
|
11
|
-
'NS' => 'Nova Scotia',
|
12
|
-
'NU' => 'Nunavut',
|
13
|
-
'NT' => 'Northwest Territories',
|
14
|
-
'ON' => 'Ontario',
|
15
|
-
'PE' => 'Prince Edward Island',
|
16
|
-
'QC' => 'Quebec',
|
17
|
-
'SK' => 'Saskatchewan',
|
18
|
-
'YT' => 'Yukon'
|
19
|
-
}
|
20
|
-
# See https://www.paypal.com/IntegrationCenter/ic_std-variable-reference.html for details on the following options.
|
21
|
-
mapping :order, [ 'item_number', 'custom' ]
|
22
|
-
|
23
|
-
def initialize(order, account, options = {})
|
24
|
-
super
|
25
|
-
add_field('cmd', '_ext-enter')
|
26
|
-
add_field('redirect_cmd', '_xclick')
|
27
|
-
add_field('quantity', 1)
|
28
|
-
add_field('item_name', 'Store purchase')
|
29
|
-
add_field('no_shipping', '1')
|
30
|
-
add_field('no_note', '1')
|
31
|
-
add_field('charset', 'utf-8')
|
32
|
-
add_field('address_override', '0')
|
33
|
-
add_field('bn', application_id.to_s.slice(0,32)) unless application_id.blank?
|
34
|
-
end
|
35
|
-
|
36
|
-
mapping :amount, 'amount'
|
37
|
-
mapping :account, 'business'
|
38
|
-
mapping :currency, 'currency_code'
|
39
|
-
mapping :notify_url, 'notify_url'
|
40
|
-
mapping :return_url, 'return'
|
41
|
-
mapping :cancel_return_url, 'cancel_return'
|
42
|
-
mapping :invoice, 'invoice'
|
43
|
-
mapping :item_name, 'item_name'
|
44
|
-
mapping :quantity, 'quantity'
|
45
|
-
mapping :no_shipping, 'no_shipping'
|
46
|
-
mapping :no_note, 'no_note'
|
47
|
-
mapping :address_override, 'address_override'
|
48
|
-
|
49
|
-
mapping :application_id, 'bn'
|
50
|
-
|
51
|
-
mapping :customer, :first_name => 'first_name',
|
52
|
-
:last_name => 'last_name',
|
53
|
-
:email => 'email'
|
54
|
-
|
55
|
-
mapping :shipping_address, :city => 'city',
|
56
|
-
:address1 => 'address1',
|
57
|
-
:address2 => 'address2',
|
58
|
-
:state => 'state',
|
59
|
-
:zip => 'zip',
|
60
|
-
:country => 'country'
|
61
|
-
|
62
|
-
def shipping_address(params = {})
|
63
|
-
|
64
|
-
# Get the country code in the correct format
|
65
|
-
# Use what we were given if we can't find anything
|
66
|
-
country_code = lookup_country_code(params.delete(:country))
|
67
|
-
add_field(mappings[:shipping_address][:country], country_code)
|
68
|
-
|
69
|
-
if params.has_key?(:phone)
|
70
|
-
phone = params.delete(:phone).to_s
|
71
|
-
|
72
|
-
# Whipe all non digits
|
73
|
-
phone.gsub!(/\D+/, '')
|
74
|
-
|
75
|
-
if ['US', 'CA'].include?(country_code) && phone =~ /(\d{3})(\d{3})(\d{4})$/
|
76
|
-
add_field('night_phone_a', $1)
|
77
|
-
add_field('night_phone_b', $2)
|
78
|
-
add_field('night_phone_c', $3)
|
79
|
-
else
|
80
|
-
add_field('night_phone_b', phone)
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
province_code = params.delete(:state)
|
85
|
-
|
86
|
-
case country_code
|
87
|
-
when 'CA'
|
88
|
-
add_field(mappings[:shipping_address][:state], CANADIAN_PROVINCES[province_code.upcase]) unless province_code.nil?
|
89
|
-
when 'US'
|
90
|
-
add_field(mappings[:shipping_address][:state], province_code)
|
91
|
-
else
|
92
|
-
add_field(mappings[:shipping_address][:state], province_code.blank? ? 'N/A' : province_code)
|
93
|
-
end
|
94
|
-
|
95
|
-
# Everything else
|
96
|
-
params.each do |k, v|
|
97
|
-
field = mappings[:shipping_address][k]
|
98
|
-
add_field(field, v) unless field.nil?
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
mapping :tax, 'tax'
|
103
|
-
mapping :shipping, 'shipping'
|
104
|
-
mapping :cmd, 'cmd'
|
105
|
-
mapping :custom, 'custom'
|
106
|
-
mapping :src, 'src'
|
107
|
-
mapping :sra, 'sra'
|
108
|
-
%w(a p t).each do |l|
|
109
|
-
(1..3).each do |i|
|
110
|
-
mapping "#{l}#{i}".to_sym, "#{l}#{i}"
|
111
|
-
end
|
112
|
-
end
|
113
|
-
end
|
114
|
-
end
|
115
|
-
end
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
|