Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

handyccc

Archived
  • Posts

    12
  • Joined

  • Last visited

About handyccc

  • Birthday 02/02/1974

Profile Information

  • Real Name
    Andy Cochrane
  • Location
    El Segundo, California, USA
  • Interests
    software, sports, ecommerce
  • Website

handyccc's Achievements

  1. Hi Guys, found the problem - for my host (godaddy) I had to set the proxy for curl. After doing that everything worked fine first time! Andy http://www.bknusa.com
  2. Hi, This module looks great - I'm following all the instructions step by step, but when I try to do a checkout with a credit card it hangs on the checkout_process.php. I'm a newbie here so don't really know how to analyze the error dump. Here is what I think are the key pieces. Can you offer any advice as to what I'm doing wrong? Thanks in advance for any help you can give me. Andy In function: before_process() - Direct Payment Did first contact attempt return error? Nope --------------------------------------------------------------------- -------------------------------DP_DUMP------------------------------- ------------This is the information that was sent to PayPal---------- --------------------------------------------------------------------- dodirectpaymentrequesttype Object ( [DoDirectPaymentRequestDetails] => dodirectpaymentrequestdetailstype Object ( [_elements] => Array ( [PaymentAction] => Array ( [required] => 1 [type] => PaymentActionCodeType [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) [PaymentDetails] => Array ( [required] => 1 [type] => PaymentDetailsType [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) [CreditCard] => Array ( [required] => 1 [type] => CreditCardDetailsType [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) [iPAddress] => Array ( [required] => 1 [type] => string [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) . . . . . . [_namespace] => urn:ebay:api:PayPalAPI [DetailLevel] => [ErrorLanguage] => [MessageID] => [Version] => 2.0 ) --------------------------------------------------------------------- -------------------------------FINAL_REQ----------------------------- -------------------This is the response from PayPal------------------ --------------------------------------------------------------------- soap_fault Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 => HTTP[message] => curl_exec error 28 connect() timed out! [userinfo] => [backtrace] => Array ( [0] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Fault.php [line] => 48 [function] => pear_error [class] => pear_error [type] => :: [args] => Array ( [0] => curl_exec error 28 connect() timed out! [1] => HTTP [2] => [3] => [4] => ) ) [1] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Base.php [line] => 208 [function] => soap_fault [class] => soap_fault [type] => -> [args] => Array ( [0] => curl_exec error 28 connect() timed out! [1] => HTTP [2] => [3] => [4] => [5] => ) ) [2] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Transport/HTTP.php [line] => 605 [function] => _raisesoapfault [class] => soap_transport_http [type] => -> [args] => Array ( [0] => curl_exec error 28 connect() timed out! ) ) [3] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Transport/HTTP.php [line] => 154 [function] => _sendhttps [class] => soap_transport_http [type] => -> [args] => Array ( [0] => customerservice_api1.bknusa.com
  3. Hi, This module looks great - I'm following all the instructions step by step, but when I try to do a checkout with a credit card it hangs on the checkout_process.php. I'm a newbie here so don't really know how to analyze the error dump. Here is what I think are the key pieces. Can you offer any advice as to what I'm doing wrong? Thanks in advance for any help you can give me. Andy In function: before_process() - Direct Payment Did first contact attempt return error? Nope --------------------------------------------------------------------- -------------------------------DP_DUMP------------------------------- ------------This is the information that was sent to PayPal---------- --------------------------------------------------------------------- dodirectpaymentrequesttype Object ( [DoDirectPaymentRequestDetails] => dodirectpaymentrequestdetailstype Object ( [_elements] => Array ( [PaymentAction] => Array ( [required] => 1 [type] => PaymentActionCodeType [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) [PaymentDetails] => Array ( [required] => 1 [type] => PaymentDetailsType [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) [CreditCard] => Array ( [required] => 1 [type] => CreditCardDetailsType [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) [iPAddress] => Array ( [required] => 1 [type] => string [namespace] => urn:ebay:apis:eBLBaseComponents [charset] => iso-8859-1 ) . . . . . . [_namespace] => urn:ebay:api:PayPalAPI [DetailLevel] => [ErrorLanguage] => [MessageID] => [Version] => 2.0 ) --------------------------------------------------------------------- -------------------------------FINAL_REQ----------------------------- -------------------This is the response from PayPal------------------ --------------------------------------------------------------------- soap_fault Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 => HTTP [message] => curl_exec error 28 connect() timed out! [userinfo] => [backtrace] => Array ( [0] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Fault.php [line] => 48 [function] => pear_error [class] => pear_error [type] => :: [args] => Array ( [0] => curl_exec error 28 connect() timed out! [1] => HTTP [2] => [3] => [4] => ) ) [1] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Base.php [line] => 208 [function] => soap_fault [class] => soap_fault [type] => -> [args] => Array ( [0] => curl_exec error 28 connect() timed out! [1] => HTTP [2] => [3] => [4] => [5] => ) ) [2] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Transport/HTTP.php [line] => 605 [function] => _raisesoapfault [class] => soap_transport_http [type] => -> [args] => Array ( [0] => curl_exec error 28 connect() timed out! ) ) [3] => Array ( [file] => /home/content/a/c/o/acochrane/html/catalog/pear/Services/PayPal/SOAP/Transport/HTTP.php [line] => 154 [function] => _sendhttps [class] => soap_transport_http [type] => -> [args] => Array ( [0] => customerservice_api1.bknusa.com
×
×
  • Create New...