Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bunnyboy

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Brian Parker

bunnyboy's Achievements

  1. Thank you, this fix is great. Works here without the 2nd line mod, and still transfers address correctly to USPS for shipping labels.
  2. Unable to figure out the previous problem, I made a brand new install with only osc 2.2rc2a and wpp 1.0.4. All modified files taken directly from wpp 1.0.4, new database, new api certificate, everything running on live. wpp_diagnostics runs without errors, but direct payments fail every time with "no response from paypal" and the error dump is: In function: before_process() - Direct Payment Did first contact attempt return error? Nope --------------------------------------------------------------------- -------------------------------DP_DUMP------------------------------- ------------This is the information that was sent to PayPal---------- --------------------------------------------------------------------- [?xml version="1.0" encoding="utf-8"?] [soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"] [soap:Header] [RequesterCredentials xmlns="urn:ebay:api:PayPalAPI"] [Credentials xmlns="urn:ebay:apis:eBLBaseComponents"] [Username]XXXXXXXXXXXXXXXXXXXXXXXXXXX[/Username] [Password]XXXXXXXXXXXXXXXX[/Password] [/Credentials] [/RequesterCredentials] [/soap:Header] [soap:Body] [TransactionSearchReq xmlns="urn:ebay:api:PayPalAPI"] [TransactionSearchRequest] [Version xmlns="urn:ebay:apis:eBLBaseComponents"]2.0[/Version] [StartDate]2009-01-20T00:00:00-0700[/StartDate] [Payer][email protected][/Payer] [Amount currencyID="USD"]69.95[/Amount] [/TransactionSearchRequest] [/TransactionSearchReq] [/soap:Body] [/soap:Envelope]--------------------------------------------------------------------- -------------------------------FINAL_REQ----------------------------- -------------------This is the response from PayPal------------------ --------------------------------------------------------------------- Array ( [faultcode] => SOAP-ENV:Client [faultstring] => End of file or no input: 'Invalid argument' ) --------------------------------------------------------------------- ---------------------------------TS_REQ------------------------------ --------Results of the transaction search if it was executed--------- --------------------------------------------------------------------- Array ( [Security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [Username] => [Password] => [Subject] => ) ) ) ) [TransactionSearchResponse] => Array ( [0] => Array ( [Timestamp] => 2009-01-21T18:35:35Z [Ack] => Success [CorrelationID] => 2c7566a04c48e [Version] => 2.0 [Build] => 782942 ) ) ) Is there supposed to be some credit card info in what is sent to PayPal, or does that come later?
  3. The debug emails (which work) and that setting are different things. No debug emails are sent because it doesn't believe there is an error. The PAYPAL_WPP_IPN_DEBUG setting is in the paypal_wpp_ipn.php and looks like it should be outputting a message for each step to the webpage in html.
  4. Bit more info: I set PAYPAL_WPP_IPN_DEBUG = true, yet there are no debugging messages. Something failing before it gets to that point?
  5. Problem: Express Checkout works correctly, but Direct Payments never actually send payment. The process reaches checkout_success.php with no errors, however the credit card is never charged and paypal shows no payments made. WPP v1.0.3 by dynamoeffects is the only payment module enabled Everything is running live (not sandbox) using multiple real credit cards SSL is enabled and working wpp_diagnostics shows all OK Debug mode is ON and sends no emails My PayPal account has Website Payments Pro/Virtual Terminal paid The orders show up in the admin, but have: Transaction Type: CHARGE Payment Type: NONE Payment Status: NONE AVS Code: Error CVV2 Code: Error Possible problems: IPN is OFF in the PayPal profile IPN preferences (wrong?) PDT is OFF in the PayPal Website Payment Preferences (wrong?) Any other ideas?
×
×
  • Create New...