merb_merchant 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +421 -0
- data/CONTRIBUTERS +90 -0
- data/MIT-LICENSE +20 -0
- data/README +131 -0
- data/Rakefile +129 -0
- data/init.rb +3 -0
- data/lib/certs/cacert.pem +7815 -0
- data/lib/core_ext/delegating_attributes.rb +76 -0
- data/lib/core_ext/hash_ext.rb +35 -0
- data/lib/core_ext/inheritable_attributes.rb +145 -0
- data/lib/core_ext/time_dsl.rb +59 -0
- data/lib/merb_merchant.rb +96 -0
- data/lib/merb_merchant/billing/avs_result.rb +95 -0
- data/lib/merb_merchant/billing/base.rb +71 -0
- data/lib/merb_merchant/billing/check.rb +68 -0
- data/lib/merb_merchant/billing/credit_card.rb +157 -0
- data/lib/merb_merchant/billing/credit_card_formatting.rb +21 -0
- data/lib/merb_merchant/billing/credit_card_methods.rb +125 -0
- data/lib/merb_merchant/billing/cvv_result.rb +38 -0
- data/lib/merb_merchant/billing/expiry_date.rb +28 -0
- data/lib/merb_merchant/billing/gateway.rb +162 -0
- data/lib/merb_merchant/billing/gateways.rb +3 -0
- data/lib/merb_merchant/billing/gateways/authorize_net.rb +646 -0
- data/lib/merb_merchant/billing/gateways/authorize_net_cim.rb +702 -0
- data/lib/merb_merchant/billing/gateways/beanstream.rb +102 -0
- data/lib/merb_merchant/billing/gateways/beanstream/beanstream_core.rb +233 -0
- data/lib/merb_merchant/billing/gateways/beanstream_interac.rb +54 -0
- data/lib/merb_merchant/billing/gateways/bogus.rb +98 -0
- data/lib/merb_merchant/billing/gateways/braintree.rb +222 -0
- data/lib/merb_merchant/billing/gateways/card_stream.rb +229 -0
- data/lib/merb_merchant/billing/gateways/cyber_source.rb +406 -0
- data/lib/merb_merchant/billing/gateways/data_cash.rb +595 -0
- data/lib/merb_merchant/billing/gateways/efsnet.rb +229 -0
- data/lib/merb_merchant/billing/gateways/eway.rb +272 -0
- data/lib/merb_merchant/billing/gateways/exact.rb +222 -0
- data/lib/merb_merchant/billing/gateways/linkpoint.rb +396 -0
- data/lib/merb_merchant/billing/gateways/modern_payments.rb +36 -0
- data/lib/merb_merchant/billing/gateways/modern_payments_cim.rb +214 -0
- data/lib/merb_merchant/billing/gateways/moneris.rb +205 -0
- data/lib/merb_merchant/billing/gateways/net_registry.rb +189 -0
- data/lib/merb_merchant/billing/gateways/netbilling.rb +168 -0
- data/lib/merb_merchant/billing/gateways/pay_junction.rb +392 -0
- data/lib/merb_merchant/billing/gateways/pay_secure.rb +120 -0
- data/lib/merb_merchant/billing/gateways/payflow.rb +236 -0
- data/lib/merb_merchant/billing/gateways/payflow/payflow_common_api.rb +207 -0
- data/lib/merb_merchant/billing/gateways/payflow/payflow_express_response.rb +39 -0
- data/lib/merb_merchant/billing/gateways/payflow/payflow_response.rb +13 -0
- data/lib/merb_merchant/billing/gateways/payflow_express.rb +138 -0
- data/lib/merb_merchant/billing/gateways/payflow_express_uk.rb +15 -0
- data/lib/merb_merchant/billing/gateways/payflow_uk.rb +21 -0
- data/lib/merb_merchant/billing/gateways/payment_express.rb +241 -0
- data/lib/merb_merchant/billing/gateways/paypal.rb +108 -0
- data/lib/merb_merchant/billing/gateways/paypal/paypal_common_api.rb +325 -0
- data/lib/merb_merchant/billing/gateways/paypal/paypal_express_response.rb +38 -0
- data/lib/merb_merchant/billing/gateways/paypal_ca.rb +13 -0
- data/lib/merb_merchant/billing/gateways/paypal_express.rb +130 -0
- data/lib/merb_merchant/billing/gateways/paypal_express_common.rb +20 -0
- data/lib/merb_merchant/billing/gateways/plugnpay.rb +292 -0
- data/lib/merb_merchant/billing/gateways/protx.rb +284 -0
- data/lib/merb_merchant/billing/gateways/psigate.rb +214 -0
- data/lib/merb_merchant/billing/gateways/psl_card.rb +306 -0
- data/lib/merb_merchant/billing/gateways/quickpay.rb +213 -0
- data/lib/merb_merchant/billing/gateways/realex.rb +200 -0
- data/lib/merb_merchant/billing/gateways/sage.rb +146 -0
- data/lib/merb_merchant/billing/gateways/sage/sage_bankcard.rb +88 -0
- data/lib/merb_merchant/billing/gateways/sage/sage_core.rb +110 -0
- data/lib/merb_merchant/billing/gateways/sage/sage_virtual_check.rb +97 -0
- data/lib/merb_merchant/billing/gateways/secure_pay.rb +31 -0
- data/lib/merb_merchant/billing/gateways/secure_pay_au.rb +157 -0
- data/lib/merb_merchant/billing/gateways/secure_pay_tech.rb +113 -0
- data/lib/merb_merchant/billing/gateways/skip_jack.rb +439 -0
- data/lib/merb_merchant/billing/gateways/trans_first.rb +127 -0
- data/lib/merb_merchant/billing/gateways/trust_commerce.rb +418 -0
- data/lib/merb_merchant/billing/gateways/usa_epay.rb +194 -0
- data/lib/merb_merchant/billing/gateways/verifi.rb +228 -0
- data/lib/merb_merchant/billing/gateways/viaklix.rb +165 -0
- data/lib/merb_merchant/billing/gateways/wirecard.rb +305 -0
- data/lib/merb_merchant/billing/integrations.rb +22 -0
- data/lib/merb_merchant/billing/integrations/action_view_helper.rb +79 -0
- data/lib/merb_merchant/billing/integrations/bogus.rb +29 -0
- data/lib/merb_merchant/billing/integrations/bogus/helper.rb +17 -0
- data/lib/merb_merchant/billing/integrations/bogus/notification.rb +11 -0
- data/lib/merb_merchant/billing/integrations/bogus/return.rb +10 -0
- data/lib/merb_merchant/billing/integrations/chronopay.rb +29 -0
- data/lib/merb_merchant/billing/integrations/chronopay/helper.rb +81 -0
- data/lib/merb_merchant/billing/integrations/chronopay/notification.rb +156 -0
- data/lib/merb_merchant/billing/integrations/chronopay/return.rb +10 -0
- data/lib/merb_merchant/billing/integrations/gestpay.rb +32 -0
- data/lib/merb_merchant/billing/integrations/gestpay/common.rb +42 -0
- data/lib/merb_merchant/billing/integrations/gestpay/helper.rb +70 -0
- data/lib/merb_merchant/billing/integrations/gestpay/notification.rb +83 -0
- data/lib/merb_merchant/billing/integrations/gestpay/return.rb +10 -0
- data/lib/merb_merchant/billing/integrations/helper.rb +93 -0
- data/lib/merb_merchant/billing/integrations/hi_trust.rb +26 -0
- data/lib/merb_merchant/billing/integrations/hi_trust/helper.rb +58 -0
- data/lib/merb_merchant/billing/integrations/hi_trust/notification.rb +59 -0
- data/lib/merb_merchant/billing/integrations/hi_trust/return.rb +67 -0
- data/lib/merb_merchant/billing/integrations/nochex.rb +101 -0
- data/lib/merb_merchant/billing/integrations/nochex/helper.rb +68 -0
- data/lib/merb_merchant/billing/integrations/nochex/notification.rb +94 -0
- data/lib/merb_merchant/billing/integrations/nochex/return.rb +10 -0
- data/lib/merb_merchant/billing/integrations/notification.rb +62 -0
- data/lib/merb_merchant/billing/integrations/paypal.rb +54 -0
- data/lib/merb_merchant/billing/integrations/paypal/helper.rb +118 -0
- data/lib/merb_merchant/billing/integrations/paypal/notification.rb +154 -0
- data/lib/merb_merchant/billing/integrations/paypal/return.rb +10 -0
- data/lib/merb_merchant/billing/integrations/quickpay.rb +25 -0
- data/lib/merb_merchant/billing/integrations/quickpay/helper.rb +72 -0
- data/lib/merb_merchant/billing/integrations/quickpay/notification.rb +74 -0
- data/lib/merb_merchant/billing/integrations/return.rb +35 -0
- data/lib/merb_merchant/billing/integrations/two_checkout.rb +30 -0
- data/lib/merb_merchant/billing/integrations/two_checkout/helper.rb +59 -0
- data/lib/merb_merchant/billing/integrations/two_checkout/notification.rb +114 -0
- data/lib/merb_merchant/billing/integrations/two_checkout/return.rb +17 -0
- data/lib/merb_merchant/billing/response.rb +32 -0
- data/lib/merb_merchant/lib/country.rb +298 -0
- data/lib/merb_merchant/lib/error.rb +4 -0
- data/lib/merb_merchant/lib/inflector.rb +69 -0
- data/lib/merb_merchant/lib/post_data.rb +22 -0
- data/lib/merb_merchant/lib/posts_data.rb +109 -0
- data/lib/merb_merchant/lib/requires_parameters.rb +16 -0
- data/lib/merb_merchant/lib/utils.rb +18 -0
- data/lib/merb_merchant/lib/validateable.rb +76 -0
- data/lib/support/gateway_support.rb +57 -0
- data/lib/tasks/cia.rb +90 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/test/extra/binding_of_caller.rb +80 -0
- data/test/extra/breakpoint.rb +547 -0
- data/test/fixtures.yml +317 -0
- data/test/remote/gateways/remote_authorize_net_cim_test.rb +459 -0
- data/test/remote/gateways/remote_authorize_net_test.rb +145 -0
- data/test/remote/gateways/remote_beanstream_interac_test.rb +53 -0
- data/test/remote/gateways/remote_beanstream_test.rb +150 -0
- data/test/remote/gateways/remote_braintree_test.rb +154 -0
- data/test/remote/gateways/remote_card_stream_test.rb +148 -0
- data/test/remote/gateways/remote_cyber_source_test.rb +144 -0
- data/test/remote/gateways/remote_data_cash_test.rb +357 -0
- data/test/remote/gateways/remote_efsnet_test.rb +81 -0
- data/test/remote/gateways/remote_eway_test.rb +74 -0
- data/test/remote/gateways/remote_exact_test.rb +60 -0
- data/test/remote/gateways/remote_linkpoint_test.rb +112 -0
- data/test/remote/gateways/remote_modern_payments_cim_test.rb +58 -0
- data/test/remote/gateways/remote_modern_payments_test.rb +43 -0
- data/test/remote/gateways/remote_moneris_test.rb +82 -0
- data/test/remote/gateways/remote_net_registry_test.rb +85 -0
- data/test/remote/gateways/remote_netbilling_test.rb +70 -0
- data/test/remote/gateways/remote_pay_junction_test.rb +143 -0
- data/test/remote/gateways/remote_pay_secure_test.rb +39 -0
- data/test/remote/gateways/remote_payflow_express_test.rb +50 -0
- data/test/remote/gateways/remote_payflow_test.rb +237 -0
- data/test/remote/gateways/remote_payflow_uk_test.rb +173 -0
- data/test/remote/gateways/remote_payment_express_test.rb +126 -0
- data/test/remote/gateways/remote_paypal_express_test.rb +49 -0
- data/test/remote/gateways/remote_paypal_test.rb +167 -0
- data/test/remote/gateways/remote_plugnpay_test.rb +72 -0
- data/test/remote/gateways/remote_protx_test.rb +184 -0
- data/test/remote/gateways/remote_psigate_test.rb +50 -0
- data/test/remote/gateways/remote_psl_card_test.rb +125 -0
- data/test/remote/gateways/remote_quickpay_test.rb +190 -0
- data/test/remote/gateways/remote_realex_test.rb +224 -0
- data/test/remote/gateways/remote_sage_bankcard_test.rb +109 -0
- data/test/remote/gateways/remote_sage_test.rb +87 -0
- data/test/remote/gateways/remote_sage_virtual_check_test.rb +62 -0
- data/test/remote/gateways/remote_secure_pay_au_test.rb +40 -0
- data/test/remote/gateways/remote_secure_pay_tech_test.rb +37 -0
- data/test/remote/gateways/remote_secure_pay_test.rb +28 -0
- data/test/remote/gateways/remote_skipjack_test.rb +105 -0
- data/test/remote/gateways/remote_trans_first_test.rb +34 -0
- data/test/remote/gateways/remote_trust_commerce_test.rb +152 -0
- data/test/remote/gateways/remote_usa_epay_test.rb +46 -0
- data/test/remote/gateways/remote_verifi_test.rb +107 -0
- data/test/remote/gateways/remote_viaklix_test.rb +43 -0
- data/test/remote/gateways/remote_wirecard_test.rb +77 -0
- data/test/remote/integrations/remote_gestpay_integration_test.rb +37 -0
- data/test/remote/integrations/remote_paypal_integration_test.rb +26 -0
- data/test/test_helper.rb +208 -0
- data/test/unit/avs_result_test.rb +59 -0
- data/test/unit/base_test.rb +55 -0
- data/test/unit/check_test.rb +88 -0
- data/test/unit/country_code_test.rb +33 -0
- data/test/unit/country_test.rb +64 -0
- data/test/unit/credit_card_formatting_test.rb +19 -0
- data/test/unit/credit_card_methods_test.rb +170 -0
- data/test/unit/credit_card_test.rb +311 -0
- data/test/unit/cvv_result_test.rb +33 -0
- data/test/unit/expiry_date_test.rb +21 -0
- data/test/unit/gateways/authorize_net_cim_test.rb +638 -0
- data/test/unit/gateways/authorize_net_test.rb +290 -0
- data/test/unit/gateways/beanstream_interac_test.rb +51 -0
- data/test/unit/gateways/beanstream_test.rb +108 -0
- data/test/unit/gateways/bogus_test.rb +46 -0
- data/test/unit/gateways/braintree_test.rb +116 -0
- data/test/unit/gateways/card_stream_test.rb +91 -0
- data/test/unit/gateways/cyber_source_test.rb +188 -0
- data/test/unit/gateways/data_cash_test.rb +132 -0
- data/test/unit/gateways/efsnet_test.rb +124 -0
- data/test/unit/gateways/eway_test.rb +118 -0
- data/test/unit/gateways/exact_test.rb +156 -0
- data/test/unit/gateways/gateway_test.rb +48 -0
- data/test/unit/gateways/linkpoint_test.rb +167 -0
- data/test/unit/gateways/modern_payments_cim_test.rb +171 -0
- data/test/unit/gateways/moneris_test.rb +158 -0
- data/test/unit/gateways/net_registry_test.rb +416 -0
- data/test/unit/gateways/netbilling_test.rb +54 -0
- data/test/unit/gateways/pay_junction_test.rb +123 -0
- data/test/unit/gateways/pay_secure_test.rb +71 -0
- data/test/unit/gateways/payflow_express_test.rb +173 -0
- data/test/unit/gateways/payflow_express_uk_test.rb +14 -0
- data/test/unit/gateways/payflow_test.rb +305 -0
- data/test/unit/gateways/payflow_uk_test.rb +30 -0
- data/test/unit/gateways/payment_express_test.rb +195 -0
- data/test/unit/gateways/paypal_express_test.rb +382 -0
- data/test/unit/gateways/paypal_test.rb +520 -0
- data/test/unit/gateways/plugnpay_test.rb +86 -0
- data/test/unit/gateways/protx_test.rb +122 -0
- data/test/unit/gateways/psigate_test.rb +169 -0
- data/test/unit/gateways/psl_card_test.rb +64 -0
- data/test/unit/gateways/quickpay_test.rb +112 -0
- data/test/unit/gateways/realex_test.rb +151 -0
- data/test/unit/gateways/sage_bankcard_test.rb +162 -0
- data/test/unit/gateways/sage_virtual_check_test.rb +71 -0
- data/test/unit/gateways/secure_pay_au_test.rb +207 -0
- data/test/unit/gateways/secure_pay_tech_test.rb +44 -0
- data/test/unit/gateways/secure_pay_test.rb +87 -0
- data/test/unit/gateways/skip_jack_test.rb +133 -0
- data/test/unit/gateways/trans_first_test.rb +112 -0
- data/test/unit/gateways/trust_commerce_test.rb +90 -0
- data/test/unit/gateways/usa_epay_test.rb +128 -0
- data/test/unit/gateways/verifi_test.rb +96 -0
- data/test/unit/gateways/viaklix_test.rb +78 -0
- data/test/unit/gateways/wirecard_test.rb +232 -0
- data/test/unit/generators/test_gateway_generator.rb +46 -0
- data/test/unit/generators/test_generator_helper.rb +20 -0
- data/test/unit/generators/test_integration_generator.rb +53 -0
- data/test/unit/integrations/action_view_helper_test.rb +50 -0
- data/test/unit/integrations/bogus_module_test.rb +20 -0
- data/test/unit/integrations/chronopay_module_test.rb +13 -0
- data/test/unit/integrations/gestpay_module_test.rb +14 -0
- data/test/unit/integrations/helpers/bogus_helper_test.rb +28 -0
- data/test/unit/integrations/helpers/chronopay_helper_test.rb +67 -0
- data/test/unit/integrations/helpers/gestpay_helper_test.rb +100 -0
- data/test/unit/integrations/helpers/hi_trust_helper_test.rb +16 -0
- data/test/unit/integrations/helpers/nochex_helper_test.rb +53 -0
- data/test/unit/integrations/helpers/paypal_helper_test.rb +162 -0
- data/test/unit/integrations/helpers/quickpay_helper_test.rb +40 -0
- data/test/unit/integrations/helpers/two_checkout_helper_test.rb +92 -0
- data/test/unit/integrations/hi_trust_module_test.rb +13 -0
- data/test/unit/integrations/nochex_module_test.rb +13 -0
- data/test/unit/integrations/notifications/chronopay_notification_test.rb +66 -0
- data/test/unit/integrations/notifications/gestpay_notification_test.rb +60 -0
- data/test/unit/integrations/notifications/hi_trust_notification_test.rb +59 -0
- data/test/unit/integrations/notifications/nochex_notification_test.rb +51 -0
- data/test/unit/integrations/notifications/notification_test.rb +54 -0
- data/test/unit/integrations/notifications/paypal_notification_test.rb +85 -0
- data/test/unit/integrations/notifications/quickpay_notification_test.rb +69 -0
- data/test/unit/integrations/notifications/two_checkout_notification_test.rb +55 -0
- data/test/unit/integrations/paypal_module_test.rb +28 -0
- data/test/unit/integrations/quickpay_module_test.rb +9 -0
- data/test/unit/integrations/returns/chronopay_return_test.rb +11 -0
- data/test/unit/integrations/returns/gestpay_return_test.rb +10 -0
- data/test/unit/integrations/returns/hi_trust_return_test.rb +24 -0
- data/test/unit/integrations/returns/nochex_return_test.rb +10 -0
- data/test/unit/integrations/returns/paypal_return_test.rb +10 -0
- data/test/unit/integrations/returns/return_test.rb +11 -0
- data/test/unit/integrations/returns/two_checkout_return_test.rb +24 -0
- data/test/unit/integrations/two_checkout_module_test.rb +13 -0
- data/test/unit/post_data_test.rb +55 -0
- data/test/unit/posts_data_test.rb +100 -0
- data/test/unit/response_test.rb +28 -0
- data/test/unit/utils_test.rb +7 -0
- data/test/unit/validateable_test.rb +60 -0
- metadata +379 -0
@@ -0,0 +1,284 @@
|
|
1
|
+
module MerbMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class ProtxGateway < Gateway
|
4
|
+
cattr_accessor :simulate
|
5
|
+
self.simulate = false
|
6
|
+
|
7
|
+
TEST_URL = 'https://ukvpstest.protx.com/vspgateway/service'
|
8
|
+
LIVE_URL = 'https://ukvps.protx.com/vspgateway/service'
|
9
|
+
SIMULATOR_URL = 'https://ukvpstest.protx.com/VSPSimulator'
|
10
|
+
|
11
|
+
APPROVED = 'OK'
|
12
|
+
|
13
|
+
TRANSACTIONS = {
|
14
|
+
:purchase => 'PAYMENT',
|
15
|
+
:credit => 'REFUND',
|
16
|
+
:authorization => 'DEFERRED',
|
17
|
+
:capture => 'RELEASE',
|
18
|
+
:void => 'VOID'
|
19
|
+
}
|
20
|
+
|
21
|
+
CREDIT_CARDS = {
|
22
|
+
:visa => "VISA",
|
23
|
+
:master => "MC",
|
24
|
+
:delta => "DELTA",
|
25
|
+
:solo => "SOLO",
|
26
|
+
:switch => "MAESTRO",
|
27
|
+
:maestro => "MAESTRO",
|
28
|
+
:american_express => "AMEX",
|
29
|
+
:electron => "UKE",
|
30
|
+
:diners_club => "DC",
|
31
|
+
:jcb => "JCB"
|
32
|
+
}
|
33
|
+
|
34
|
+
ELECTRON = /^(424519|42496[23]|450875|48440[6-8]|4844[1-5][1-5]|4917[3-5][0-9]|491880)\d{10}(\d{3})?$/
|
35
|
+
|
36
|
+
AVS_CVV_CODE = {
|
37
|
+
"NOTPROVIDED" => nil,
|
38
|
+
"NOTCHECKED" => 'X',
|
39
|
+
"MATCHED" => 'Y',
|
40
|
+
"NOTMATCHED" => 'N'
|
41
|
+
}
|
42
|
+
|
43
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :switch, :solo, :maestro, :diners_club]
|
44
|
+
self.supported_countries = ['GB']
|
45
|
+
self.default_currency = 'GBP'
|
46
|
+
|
47
|
+
self.homepage_url = 'http://www.protx.com'
|
48
|
+
self.display_name = 'Protx'
|
49
|
+
|
50
|
+
def initialize(options = {})
|
51
|
+
requires!(options, :login)
|
52
|
+
@options = options
|
53
|
+
super
|
54
|
+
end
|
55
|
+
|
56
|
+
def test?
|
57
|
+
@options[:test] || super
|
58
|
+
end
|
59
|
+
|
60
|
+
def purchase(money, credit_card, options = {})
|
61
|
+
requires!(options, :order_id)
|
62
|
+
|
63
|
+
post = {}
|
64
|
+
|
65
|
+
add_amount(post, money, options)
|
66
|
+
add_invoice(post, options)
|
67
|
+
add_credit_card(post, credit_card)
|
68
|
+
add_address(post, options)
|
69
|
+
add_customer_data(post, options)
|
70
|
+
|
71
|
+
commit(:purchase, post)
|
72
|
+
end
|
73
|
+
|
74
|
+
def authorize(money, credit_card, options = {})
|
75
|
+
requires!(options, :order_id)
|
76
|
+
|
77
|
+
post = {}
|
78
|
+
|
79
|
+
add_amount(post, money, options)
|
80
|
+
add_invoice(post, options)
|
81
|
+
add_credit_card(post, credit_card)
|
82
|
+
add_address(post, options)
|
83
|
+
add_customer_data(post, options)
|
84
|
+
|
85
|
+
commit(:authorization, post)
|
86
|
+
end
|
87
|
+
|
88
|
+
# You can only capture a transaction once, even if you didn't capture the full amount the first time.
|
89
|
+
def capture(money, identification, options = {})
|
90
|
+
post = {}
|
91
|
+
|
92
|
+
add_reference(post, identification)
|
93
|
+
add_release_amount(post, money, options)
|
94
|
+
|
95
|
+
commit(:capture, post)
|
96
|
+
end
|
97
|
+
|
98
|
+
def void(identification, options = {})
|
99
|
+
post = {}
|
100
|
+
|
101
|
+
add_reference(post, identification)
|
102
|
+
commit(:void, post)
|
103
|
+
end
|
104
|
+
|
105
|
+
# Crediting requires a new order_id to passed in, as well as a description
|
106
|
+
def credit(money, identification, options = {})
|
107
|
+
requires!(options, :order_id, :description)
|
108
|
+
|
109
|
+
post = {}
|
110
|
+
|
111
|
+
add_credit_reference(post, identification)
|
112
|
+
add_amount(post, money, options)
|
113
|
+
add_invoice(post, options)
|
114
|
+
|
115
|
+
commit(:credit, post)
|
116
|
+
end
|
117
|
+
|
118
|
+
private
|
119
|
+
def add_reference(post, identification)
|
120
|
+
order_id, transaction_id, authorization, security_key = identification.split(';')
|
121
|
+
|
122
|
+
add_pair(post, :VendorTxCode, order_id)
|
123
|
+
add_pair(post, :VPSTxId, transaction_id)
|
124
|
+
add_pair(post, :TxAuthNo, authorization)
|
125
|
+
add_pair(post, :SecurityKey, security_key)
|
126
|
+
end
|
127
|
+
|
128
|
+
def add_credit_reference(post, identification)
|
129
|
+
order_id, transaction_id, authorization, security_key = identification.split(';')
|
130
|
+
|
131
|
+
add_pair(post, :RelatedVendorTxCode, order_id)
|
132
|
+
add_pair(post, :RelatedVPSTxId, transaction_id)
|
133
|
+
add_pair(post, :RelatedTxAuthNo, authorization)
|
134
|
+
add_pair(post, :RelatedSecurityKey, security_key)
|
135
|
+
end
|
136
|
+
|
137
|
+
def add_amount(post, money, options)
|
138
|
+
add_pair(post, :Amount, amount(money), :required => true)
|
139
|
+
add_pair(post, :Currency, options[:currency] || currency(money), :required => true)
|
140
|
+
end
|
141
|
+
|
142
|
+
# doesn't actually use the currency -- dodgy!
|
143
|
+
def add_release_amount(post, money, options)
|
144
|
+
add_pair(post, :ReleaseAmount, amount(money), :required => true)
|
145
|
+
end
|
146
|
+
|
147
|
+
def add_customer_data(post, options)
|
148
|
+
add_pair(post, :BillingEmail, options[:email][0,255]) unless options[:email].blank?
|
149
|
+
add_pair(post, :ContactNumber, options[:phone].gsub(/[^0-9+]/, '')[0,20]) unless options[:phone].blank?
|
150
|
+
add_pair(post, :ContactFax, options[:fax].gsub(/[^0-9+]/, '')[0,20]) unless options[:fax].blank?
|
151
|
+
add_pair(post, :ClientIPAddress, options[:ip])
|
152
|
+
end
|
153
|
+
|
154
|
+
def add_address(post, options)
|
155
|
+
address = options[:billing_address] || options[:address]
|
156
|
+
shipping_address = options[:shipping_address] || ''
|
157
|
+
|
158
|
+
return if address.blank?
|
159
|
+
|
160
|
+
billing = "#{address[:address1]}\n#{address[:address2]}\n#{address[:city]}\n#{address[:state]}"
|
161
|
+
|
162
|
+
add_pair(post, :BillingAddress, billing)
|
163
|
+
add_pair(post, :BillingPostcode, address[:zip])
|
164
|
+
|
165
|
+
return if shipping_address.blank?
|
166
|
+
|
167
|
+
shipping = "#{shipping_address[:address1]}\n#{shipping_address[:address2]}\n#{shipping_address[:city]}\n#{shipping_address[:state]}"
|
168
|
+
|
169
|
+
add_pair(post, :DeliveryAddress, shipping)
|
170
|
+
add_pair(post, :DeliveryPostcode, shipping_address[:zip])
|
171
|
+
end
|
172
|
+
|
173
|
+
def add_invoice(post, options)
|
174
|
+
add_pair(post, :VendorTxCode, sanitize_order_id(options[:order_id]), :required => true)
|
175
|
+
add_pair(post, :Description, options[:description] || options[:order_id])
|
176
|
+
end
|
177
|
+
|
178
|
+
def add_credit_card(post, credit_card)
|
179
|
+
add_pair(post, :CardHolder, credit_card.name, :required => true)
|
180
|
+
add_pair(post, :CardNumber, credit_card.number, :required => true)
|
181
|
+
|
182
|
+
add_pair(post, :ExpiryDate, format_date(credit_card.month, credit_card.year), :required => true)
|
183
|
+
|
184
|
+
if requires_start_date_or_issue_number?(credit_card)
|
185
|
+
add_pair(post, :StartDate, format_date(credit_card.start_month, credit_card.start_year))
|
186
|
+
add_pair(post, :IssueNumber, credit_card.issue_number)
|
187
|
+
end
|
188
|
+
add_pair(post, :CardType, map_card_type(credit_card))
|
189
|
+
|
190
|
+
add_pair(post, :CV2, credit_card.verification_value)
|
191
|
+
end
|
192
|
+
|
193
|
+
def sanitize_order_id(order_id)
|
194
|
+
order_id.to_s.gsub(/[^-a-zA-Z0-9._]/, '')
|
195
|
+
end
|
196
|
+
|
197
|
+
def map_card_type(credit_card)
|
198
|
+
raise ArgumentError, "The credit card type must be provided" if card_brand(credit_card).blank?
|
199
|
+
|
200
|
+
card_type = card_brand(credit_card).to_sym
|
201
|
+
|
202
|
+
# Check if it is an electron card
|
203
|
+
if card_type == :visa && credit_card.number =~ ELECTRON
|
204
|
+
CREDIT_CARDS[:electron]
|
205
|
+
else
|
206
|
+
CREDIT_CARDS[card_type]
|
207
|
+
end
|
208
|
+
end
|
209
|
+
|
210
|
+
# MMYY format
|
211
|
+
def format_date(month, year)
|
212
|
+
return nil if year.blank? || month.blank?
|
213
|
+
|
214
|
+
year = sprintf("%.4i", year)
|
215
|
+
month = sprintf("%.2i", month)
|
216
|
+
|
217
|
+
"#{month}#{year[-2..-1]}"
|
218
|
+
end
|
219
|
+
|
220
|
+
def commit(action, parameters)
|
221
|
+
response = parse( ssl_post(url_for(action), post_data(action, parameters)) )
|
222
|
+
|
223
|
+
Response.new(response["Status"] == APPROVED, message_from(response), response,
|
224
|
+
:test => test?,
|
225
|
+
:authorization => authorization_from(response, parameters),
|
226
|
+
:avs_result => {
|
227
|
+
:street_match => AVS_CVV_CODE[ response["AddressResult"] ],
|
228
|
+
:postal_match => AVS_CVV_CODE[ response["PostCodeResult"] ],
|
229
|
+
},
|
230
|
+
:cvv_result => AVS_CVV_CODE[ response["CV2Result"] ]
|
231
|
+
)
|
232
|
+
end
|
233
|
+
|
234
|
+
def authorization_from(response, params)
|
235
|
+
[ params[:VendorTxCode],
|
236
|
+
response["VPSTxId"],
|
237
|
+
response["TxAuthNo"],
|
238
|
+
response["SecurityKey"] ].join(";")
|
239
|
+
end
|
240
|
+
|
241
|
+
def url_for(action)
|
242
|
+
simulate ? build_simulator_url(action) : build_url(action)
|
243
|
+
end
|
244
|
+
|
245
|
+
def build_url(action)
|
246
|
+
endpoint = [ :purchase, :authorization ].include?(action) ? "vspdirect-register" : TRANSACTIONS[action].downcase
|
247
|
+
"#{test? ? TEST_URL : LIVE_URL}/#{endpoint}.vsp"
|
248
|
+
end
|
249
|
+
|
250
|
+
def build_simulator_url(action)
|
251
|
+
endpoint = [ :purchase, :authorization ].include?(action) ? "VSPDirectGateway.asp" : "VSPServerGateway.asp?Service=Vendor#{TRANSACTIONS[action].capitalize}Tx"
|
252
|
+
"#{SIMULATOR_URL}/#{endpoint}"
|
253
|
+
end
|
254
|
+
|
255
|
+
def message_from(response)
|
256
|
+
response['Status'] == APPROVED ? 'Success' : (response['StatusDetail'] || 'Unspecified error') # simonr 20080207 can't actually get non-nil blanks, so this is shorter
|
257
|
+
end
|
258
|
+
|
259
|
+
def post_data(action, parameters = {})
|
260
|
+
parameters.update(
|
261
|
+
:Vendor => @options[:login],
|
262
|
+
:TxType => TRANSACTIONS[action],
|
263
|
+
:VPSProtocol => "2.22"
|
264
|
+
)
|
265
|
+
|
266
|
+
parameters.collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&")
|
267
|
+
end
|
268
|
+
|
269
|
+
# Protx returns data in the following format
|
270
|
+
# Key1=value1
|
271
|
+
# Key2=value2
|
272
|
+
def parse(body)
|
273
|
+
result = {}
|
274
|
+
body.to_a.each { |pair| result[$1] = $2 if pair.strip =~ /\A([^=]+)=(.+)\Z/im }
|
275
|
+
result
|
276
|
+
end
|
277
|
+
|
278
|
+
def add_pair(post, key, value, options = {})
|
279
|
+
post[key] = value if !value.blank? || options[:required]
|
280
|
+
end
|
281
|
+
end
|
282
|
+
end
|
283
|
+
end
|
284
|
+
|
@@ -0,0 +1,214 @@
|
|
1
|
+
# This class implements the Psigate gateway for the MerbMerchant module.
|
2
|
+
# Psigate = http://www.psigate.com/ The class is currently set up to use
|
3
|
+
# the psigate test server while rails is in testing or developement mode.
|
4
|
+
# The real server will be used while in production mode.
|
5
|
+
#
|
6
|
+
# Modifications by Sean O'Hara ( sohara at sohara dot com )
|
7
|
+
#
|
8
|
+
# Usage for a PreAuth (authorize) is as follows:
|
9
|
+
#
|
10
|
+
# twenty = 2000
|
11
|
+
# gateway = PsigateGateway.new(
|
12
|
+
# :login => 'teststore',
|
13
|
+
# :password => 'psigate1234'
|
14
|
+
# )
|
15
|
+
#
|
16
|
+
# creditcard = CreditCard.new(
|
17
|
+
# :number => '4242424242424242',
|
18
|
+
# :month => 8,
|
19
|
+
# :year => 2006,
|
20
|
+
# :first_name => 'Longbob',
|
21
|
+
# :last_name => 'Longsen'
|
22
|
+
# )
|
23
|
+
# response = @gateway.authorize(twenty, creditcard,
|
24
|
+
# :order_id => 1234,
|
25
|
+
# :billing_address => {
|
26
|
+
# :address1 => '123 fairweather Lane',
|
27
|
+
# :address2 => 'Apt B',
|
28
|
+
# :city => 'New York',
|
29
|
+
# :state => 'NY',
|
30
|
+
# :country => 'U.S.A.',
|
31
|
+
# :zip => '10010'
|
32
|
+
# },
|
33
|
+
# :email => 'jack@yahoo.com'
|
34
|
+
# )
|
35
|
+
|
36
|
+
require 'rexml/document'
|
37
|
+
|
38
|
+
module MerbMerchant #:nodoc:
|
39
|
+
module Billing #:nodoc:
|
40
|
+
|
41
|
+
class PsigateGateway < Gateway
|
42
|
+
TEST_URL = 'https://dev.psigate.com:7989/Messenger/XMLMessenger'
|
43
|
+
LIVE_URL = 'https://secure.psigate.com:7934/Messenger/XMLMessenger'
|
44
|
+
|
45
|
+
self.supported_cardtypes = [:visa, :master, :american_express]
|
46
|
+
self.supported_countries = ['CA']
|
47
|
+
self.homepage_url = 'http://www.psigate.com/'
|
48
|
+
self.display_name = 'Psigate'
|
49
|
+
|
50
|
+
SUCCESS_MESSAGE = 'Success'
|
51
|
+
FAILURE_MESSAGE = 'The transaction was declined'
|
52
|
+
|
53
|
+
def initialize(options = {})
|
54
|
+
requires!(options, :login, :password)
|
55
|
+
@options = options
|
56
|
+
super
|
57
|
+
end
|
58
|
+
|
59
|
+
# Psigate PreAuth
|
60
|
+
def authorize(money, creditcard, options = {})
|
61
|
+
requires!(options, :order_id)
|
62
|
+
options.update({ :CardAction => "1" })
|
63
|
+
commit(money, creditcard, options)
|
64
|
+
end
|
65
|
+
|
66
|
+
# Psigate Sale
|
67
|
+
def purchase(money, creditcard, options = {})
|
68
|
+
requires!(options, :order_id)
|
69
|
+
options.update({ :CardAction => "0" })
|
70
|
+
commit(money, creditcard, options)
|
71
|
+
end
|
72
|
+
|
73
|
+
# Psigate PostAuth
|
74
|
+
def capture(money, authorization, options = {})
|
75
|
+
options.update({ :CardAction => "2", :order_id => authorization })
|
76
|
+
commit(money, nil, options)
|
77
|
+
end
|
78
|
+
|
79
|
+
|
80
|
+
# Psigate Credit
|
81
|
+
def credit(money, authorization, options = {})
|
82
|
+
options.update({ :CardAction => "3", :order_id => authorization })
|
83
|
+
commit(money, nil, options)
|
84
|
+
end
|
85
|
+
|
86
|
+
private
|
87
|
+
|
88
|
+
def commit(money, creditcard, options = {})
|
89
|
+
response = parse(ssl_post(test? ? TEST_URL : LIVE_URL, post_data(money, creditcard, options)))
|
90
|
+
|
91
|
+
Response.new(successful?(response), message_from(response), response,
|
92
|
+
:test => test?,
|
93
|
+
:authorization => response[:orderid],
|
94
|
+
:avs_result => { :code => response[:avsresult] },
|
95
|
+
:cvv_result => response[:cardidresult]
|
96
|
+
)
|
97
|
+
end
|
98
|
+
|
99
|
+
def successful?(response)
|
100
|
+
response[:approved] == "APPROVED"
|
101
|
+
end
|
102
|
+
|
103
|
+
def parse(xml)
|
104
|
+
response = {:message => "Global Error Receipt", :complete => false}
|
105
|
+
|
106
|
+
xml = REXML::Document.new(xml)
|
107
|
+
xml.elements.each('//Result/*') do |node|
|
108
|
+
|
109
|
+
response[node.name.downcase.to_sym] = normalize(node.text)
|
110
|
+
|
111
|
+
end unless xml.root.nil?
|
112
|
+
|
113
|
+
response
|
114
|
+
end
|
115
|
+
|
116
|
+
def post_data(money, creditcard, options)
|
117
|
+
xml = REXML::Document.new
|
118
|
+
xml << REXML::XMLDecl.new
|
119
|
+
root = xml.add_element("Order")
|
120
|
+
|
121
|
+
for key, value in parameters(money, creditcard, options)
|
122
|
+
root.add_element(key.to_s).text = value if value
|
123
|
+
end
|
124
|
+
|
125
|
+
xml.to_s
|
126
|
+
end
|
127
|
+
|
128
|
+
# Set up the parameters hash just once so we don't have to do it
|
129
|
+
# for every action.
|
130
|
+
def parameters(money, creditcard, options = {})
|
131
|
+
params = {
|
132
|
+
# General order paramters
|
133
|
+
:StoreID => @options[:login],
|
134
|
+
:Passphrase => @options[:password],
|
135
|
+
:TestResult => options[:test_result],
|
136
|
+
:OrderID => options[:order_id],
|
137
|
+
:UserID => options[:user_id],
|
138
|
+
:Phone => options[:phone],
|
139
|
+
:Fax => options[:fax],
|
140
|
+
:Email => options[:email],
|
141
|
+
|
142
|
+
# Credit Card paramaters
|
143
|
+
:PaymentType => "CC",
|
144
|
+
:CardAction => options[:CardAction],
|
145
|
+
|
146
|
+
# Financial paramters
|
147
|
+
:CustomerIP => options[:ip],
|
148
|
+
:SubTotal => amount(money),
|
149
|
+
:Tax1 => options[:tax1],
|
150
|
+
:Tax2 => options[:tax2],
|
151
|
+
:ShippingTotal => options[:shipping_total],
|
152
|
+
}
|
153
|
+
|
154
|
+
if creditcard
|
155
|
+
exp_month = sprintf("%.2i", creditcard.month) unless creditcard.month.blank?
|
156
|
+
exp_year = creditcard.year.to_s[2,2] unless creditcard.year.blank?
|
157
|
+
card_id_code = creditcard.verification_value.blank? ? nil : "1"
|
158
|
+
|
159
|
+
params.update(
|
160
|
+
:CardNumber => creditcard.number,
|
161
|
+
:CardExpMonth => exp_month,
|
162
|
+
:CardExpYear => exp_year,
|
163
|
+
:CardIDCode => card_id_code,
|
164
|
+
:CardIDNumber => creditcard.verification_value
|
165
|
+
)
|
166
|
+
end
|
167
|
+
|
168
|
+
if address = options[:billing_address] || options[:address]
|
169
|
+
params[:Bname] = address[:name] || creditcard.name
|
170
|
+
params[:Baddress1] = address[:address1] unless address[:address1].blank?
|
171
|
+
params[:Baddress2] = address[:address2] unless address[:address2].blank?
|
172
|
+
params[:Bcity] = address[:city] unless address[:city].blank?
|
173
|
+
params[:Bprovince] = address[:state] unless address[:state].blank?
|
174
|
+
params[:Bpostalcode] = address[:zip] unless address[:zip].blank?
|
175
|
+
params[:Bcountry] = address[:country] unless address[:country].blank?
|
176
|
+
params[:Bcompany] = address[:company] unless address[:company].blank?
|
177
|
+
end
|
178
|
+
|
179
|
+
if address = options[:shipping_address]
|
180
|
+
params[:Sname] = address[:name] || creditcard.name
|
181
|
+
params[:Saddress1] = address[:address1] unless address[:address1].blank?
|
182
|
+
params[:Saddress2] = address[:address2] unless address[:address2].blank?
|
183
|
+
params[:Scity] = address[:city] unless address[:city].blank?
|
184
|
+
params[:Sprovince] = address[:state] unless address[:state].blank?
|
185
|
+
params[:Spostalcode] = address[:zip] unless address[:zip].blank?
|
186
|
+
params[:Scountry] = address[:country] unless address[:country].blank?
|
187
|
+
params[:Scompany] = address[:company] unless address[:company].blank?
|
188
|
+
end
|
189
|
+
|
190
|
+
return params
|
191
|
+
end
|
192
|
+
|
193
|
+
def message_from(response)
|
194
|
+
if response[:approved] == "APPROVED"
|
195
|
+
return SUCCESS_MESSAGE
|
196
|
+
else
|
197
|
+
return FAILURE_MESSAGE if response[:errmsg].blank?
|
198
|
+
return response[:errmsg].gsub(/[^\w]/, ' ').split.join(" ").capitalize
|
199
|
+
end
|
200
|
+
end
|
201
|
+
|
202
|
+
# Make a ruby type out of the response string
|
203
|
+
def normalize(field)
|
204
|
+
case field
|
205
|
+
when "true" then true
|
206
|
+
when "false" then false
|
207
|
+
when "" then nil
|
208
|
+
when "null" then nil
|
209
|
+
else field
|
210
|
+
end
|
211
|
+
end
|
212
|
+
end
|
213
|
+
end
|
214
|
+
end
|