[Checkins] SVN: zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt Removed the login/key from the test.

Albertas Agejevas alga at pov.lt
Thu Oct 5 17:26:51 EDT 2006


Log message for revision 70551:
  Removed the login/key from the test.
  

Changed:
  U   zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt

-=-
Modified: zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt
===================================================================
--- zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt	2006-10-05 20:21:27 UTC (rev 70550)
+++ zc.authorizedotnet/trunk/src/zc/authorizedotnet/README.txt	2006-10-05 21:26:51 UTC (rev 70551)
@@ -212,8 +212,8 @@
 hash given in the transaction doesn't match the true hash value an exception
 is raised.
 
-    >>> cc = CcProcessor(server='test.authorize.net', login='cnpdev3137',
-    ...                  key='BLRGz8xUKRafHh1A', salt='wrong')
+    >>> cc = CcProcessor(server=SERVER_NAME, login=LOGIN, key=KEY,
+    ...                  salt='wrong')
     >>> result = cc.authorize(amount='10.00', card_num='4007000000027',
     ...                       exp_date='0530')
     Traceback (most recent call last):



More information about the Checkins mailing list