Skip to content

Commit 59a9f90

Browse files
committed
...
2 parents 46806d8 + 4f731d6 commit 59a9f90

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Paypal.Express.UI/inc/constants.asp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
Const PayPalApiSecret = "XXXXXX"
44
55
' The below is VERY important. It is a **base64 encoded** copy of PaypalApiClientId:PayPalApiSecret (the : is necessary).
6-
Const PayPalEncodedAuth = "XXXXXX"
6+
Const PayPalEncodedAuth = "QWVYME02bmM2N2ItWGJOb290cjVFdktmWmNieUNCSW94YnNKNElNTHlORGRJc2NPbWZGTUlReXdLUTlleTFhTm8wZmRpVmRNUm11ZXoyY246RUtpSnBJVjhjWmt5dmNBVGlkTUNDNGRITFRNU2VGRTJoM2VnOV9hbGhoOEtQZXZkTmhBeGJHR21Va2o2aWNRRV9mN3RJNUpLTERtbGc1V3o="
77
Const PaypalApiEndPoint = "https://api.sandbox.paypal.com/v1/"
88
9-
'The path and friendly name of the CLIENT (or client/server) ssl cert. Either obtained from your host or from Start => "Manage Computer Certificates" => Personal (could possibly be elsewhere)
10-
Const SslClientCertFriendlyName = "LOCAL_MACHINE\My\ServerXMLHTTP"
11-
Const Locale = "en-us"
12-
Const PaypalDebug = False
9+
Const SslClientCertFriendlyName = "LOCAL_MACHINE\My\ServerXMLHTTP" 'The path and friendly name. Either obtained from your host or from Start => "Manage Computer Certificates" => Personal (could possibly be elsewhere)
1310
%>

0 commit comments

Comments
 (0)