Re: [WebDNA] MD5 Hash issue

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 102435
interpreted = N
texte = Tony Miller wrote: [snip] > Here is the an_test.txt file contents: > > x_version=3.0&x_Type=AUTH_CAPTURE&x_Last_Name=Tony > Miller&x_Company=Burlington Hawk Eye&x_Address=800 S. > Main&x_City=Burlington&x_Country=US&x_Phone=319-754-8461&x_State=IA&x_Zip=52601&x_amount=20.00&x_CARD_NUM=5555555555554444&x_Exp_Date=0110&x_tax=0.00&x_Method=CC&x_ADC_Relay_Response=FALSE&x_Invoice_Num=12399198001270&x_login=XXXXXXXXXX&x_ADC_URL=FALSE&x_ADC_Delim_Data=TRUE&x_ADC_Delim_Character=,&x_Test_Request=false > > > I can post the AuthorizeNet_DC.inc file too if anyone thinks that will > help, but don't want to overload the list either. [snip] No need to post it. Right above that 'an_test' line in the AuthorizeNet_DC.inc file you should see some Global params that are being sent: Something like:--------------- [/!]x_Method=CC&[!] [/!]x_ADC_Relay_Response=FALSE&[!] [/!]x_Invoice_Num=[cart]&[!] [/!]x_login=[lookup db=WebMerchantPrefs.db&lookinfield=Preference&value=AuthorizeNet_Login&returnfield=Value¬found=]&[!] [/!]x_Password=[lookup db=WebMerchantPrefs.db&lookinfield=preference&value=AuthorizeNet_Password&returnfield=value]&[!] [/!]x_ADC_URL=FALSE&[!] [/!]x_ADC_Delim_Data=TRUE&[!] [/!]x_ADC_Delim_Character=,&[!] [/!]x_Test_Request=[lookup db=WebMerchantPrefs.db&lookinfield=preference&value=AuthorizeNet_Test&returnfield=value][/text] ------------------------------ Make sure the: 'x_Password' line is in there. Donovan -- Donovan D. Brooke PH: 1 (608) 770-3822 ------------------------------------------------ VP WebDNA Software Corporation 16192 Coastal Highway Lewes, DE 19958 Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  2. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  3. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  4. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  5. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  6. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  7. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  8. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  9. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  10. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  11. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  12. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  13. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  14. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  15. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  16. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  17. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  18. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  19. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  20. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  21. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  22. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  23. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  24. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  25. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  26. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  27. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  28. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  29. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  30. Re: [WebDNA] MD5 Hash issue (Govinda 2009)
  31. [WebDNA] MD5 Hash issue (Tony Miller 2009)
Tony Miller wrote: [snip] > Here is the an_test.txt file contents: > > x_version=3.0&x_Type=AUTH_CAPTURE&x_Last_Name=Tony > Miller&x_Company=Burlington Hawk Eye&x_Address=800 S. > Main&x_City=Burlington&x_Country=US&x_Phone=319-754-8461&x_State=IA&x_Zip=52601&x_amount=20.00&x_CARD_NUM=5555555555554444&x_Exp_Date=0110&x_tax=0.00&x_Method=CC&x_ADC_Relay_Response=FALSE&x_Invoice_Num=12399198001270&x_login=XXXXXXXXXX&x_ADC_URL=FALSE&x_ADC_Delim_Data=TRUE&x_ADC_Delim_Character=,&x_Test_Request=false > > > I can post the AuthorizeNet_DC.inc file too if anyone thinks that will > help, but don't want to overload the list either. [snip] No need to post it. Right above that 'an_test' line in the AuthorizeNet_DC.inc file you should see some Global params that are being sent: Something like:--------------- [/!]x_Method=CC&[!] [/!]x_ADC_Relay_Response=FALSE&[!] [/!]x_Invoice_Num=[cart]&[!] [/!]x_login=[lookup db=WebMerchantPrefs.db&lookinfield=Preference&value=AuthorizeNet_Login&returnfield=Value¬found=]&[!] [/!]x_Password=[lookup db=WebMerchantPrefs.db&lookinfield=preference&value=AuthorizeNet_Password&returnfield=value]&[!] [/!]x_ADC_URL=FALSE&[!] [/!]x_ADC_Delim_Data=TRUE&[!] [/!]x_ADC_Delim_Character=,&[!] [/!]x_Test_Request=[lookup db=WebMerchantPrefs.db&lookinfield=preference&value=AuthorizeNet_Test&returnfield=value][/text] ------------------------------ Make sure the: 'x_Password' line is in there. Donovan -- Donovan D. Brooke PH: 1 (608) 770-3822 ------------------------------------------------ VP WebDNA Software Corporation 16192 Coastal Highway Lewes, DE 19958 Donovan Brooke

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Using Plug-In while running 1.6.1 (1997) Database Program (1997) Multiple download orders of the same product? (1997) [sendmail] questions... (1997) [setcookie] (2001) [SHOWIF AND/OR] (1997) [Fwd: WebDNA Developer Resource Center] (2002) shortening the cart (1998) Windows nt service pack 3 upgrade (1997) Re:WebCatalog f2 Installation (1997) SendMail context not working on CentOS 4 (2007) slow site (2003) Freeze (2003) Solve the Problem, get the code! (2001) FYI: virus alert (1996) More than one db with the same namn (was: WC2f3) (1997) IPTC to Image (2004) Webcat 4.0 and security (2000) Re:E-Mailer (WebCatb15acgiMac) (1997) [BULK] [WebDNA] [BULK] WebDNA 7 - Ready or Not ?? I'm not sure... (2011)