Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PRpasteles

Pioneers
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Agustin
  • Gender
    Male
  • Location
    San Juan, PR

PRpasteles's Achievements

  1. BRIAN: I was using the Sandbox certificate with the Sandbox selection on.. Didnt work well as you saw. However I know put the live cert and live on... this is the log error that I am getting. What do you think is the issue? In function: before_process() - Direct Payment Did first contact attempt return error? Yes --------------------------------------------------------------------- -------------------------------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]XXXXXXXXXXXXXXXXXXXXXXX[/username] [Password]XXXXXXXXXXXXXXXX[/Password] [subject][/subject] [/Credentials] [/RequesterCredentials] [/soap:Header] [soap:Body] [DoDirectPaymentReq xmlns=urn:ebay:api:PayPalAPI] [DoDirectPaymentRequest] [Version xmlns=urn:ebay:apis:eBLBaseComponents]2.0[/Version] [DoDirectPaymentRequestDetails xmlns=urn:ebay:apis:eBLBaseComponents] [PaymentAction]Sale[/PaymentAction] [PaymentDetails] [OrderTotal currencyID=USD]11.33[/OrderTotal] [OrderDescription]Order placed on July 15, 2008, 1:42 pm by Agustin Auffant (ID: 2)[/OrderDescription] [itemTotal currencyID=USD]3[/itemTotal] [shippingTotal currencyID=USD]8.33[/shippingTotal] [HandlingTotal currencyID=USD][/HandlingTotal] [TaxTotal currencyID=USD]0[/TaxTotal] [Custom]Phone: 787-982-5736 -- Email: [email protected][/Custom] [invoiceID][/invoiceID] [NotifyURL][/NotifyURL] [buttonSource][/buttonSource] [shipToAddress] [Name]Agustin Auffant[/Name] [street1]PMB 261 5900 Isla Verde Ave[/street1] [street2][/street2] [CityName]Carolina[/CityName] [stateOrProvince]PR[/stateOrProvince] [PostalCode]00979[/PostalCode] [Country]US[/Country] [/shipToAddress] [PaymentDetailsItem][Name]Cafe Crema Instant Decaf Regular 3.6oz[/Name][Amount currencyID=USD]3.00[/Amount][Number]-[/Number][Quantity]1[/Quantity][/PaymentDetailsItem] [/PaymentDetails] [CreditCard] [CardOwner] [Payer]MYEMAIL[/Payer] [PayerName] [FirstName]Name[/FirstName] [LastName]Last[/LastName] [/PayerName] [Address] [street1]PMB 261 5900 Isla Verde Ave[/street1] [street2][/street2] [CityName]Carolina[/CityName] [stateOrProvince]PR[/stateOrProvince] [PostalCode]00979[/PostalCode] [Country]US[/Country] [/Address] [/CardOwner] [CreditCardType]Visa[/CreditCardType] [CreditCardNumber]XXXXXXXXXXXXXXXX[/CreditCardNumber] [ExpMonth]03[/ExpMonth] [ExpYear]2010[/ExpYear] [CVV2]XXX[/CVV2] [/CreditCard] [iPAddress]66.50.144.xx[/iPAddress] [MerchantSessionId]bf25d10321fe38331977eff3965fea77[/MerchantSessionId] [/DoDirectPaymentRequestDetails] [/DoDirectPaymentRequest] [/DoDirectPaymentReq] [/soap:Body] [/soap:Envelope]--------------------------------------------------------------------- -------------------------------FINAL_REQ----------------------------- -------------------This is the response from PayPal------------------ --------------------------------------------------------------------- Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => [Password] => [subject] => ) ) ) ) [DoDirectPaymentResponse] => Array ( [0] => Array ( [Timestamp] => 2008-07-15T20:42:43Z [Ack] => Failure [CorrelationID] => 474693871755f [Errors] => Array ( [0] => Array ( [shortMessage] => Internal Error [LongMessage] => Internal Error [ErrorCode] => 10001 [severityCode] => Error ) ) [Version] => 2.000000 [build] => 628921 [Amount] => 11.33 ) ) ) --------------------------------------------------------------------- ---------------------------------TS_REQ------------------------------ --------Results of the transaction search if it was executed--------- ---------------------------------------------------------------------
  2. I am getting this error now : error:14094418:SSL routines:func(148):reason(1048) (Error No. 35) wow its hard.... what is the right path to the certificate then.? I had tried different combinations and doesnt work.
  3. I decided to install the live cert and try.. The sandbox want working... and I got this error. Proxy CONNECT aborted (Error No. 56) Can you tell me how I need to tell my hostprovided to set the CURE? Thank you. PRpasteles
  4. Brian--- you were correct.. got conflict between mod... now it seems better Upon doing the diagnostics got this: Able to connect to PayPal through cURL? NO Error received: 58: unable to set private key file: 'includes/paypal_wpp/cert/cert_key_pem.txt' type PEM Can I live with that? PRpasteles
  5. Dynamoeffects (Brian) I am not using OsCommerce Paypal Pro module I am using your module I installed Paypal Website Payments Pro for OSCommerce 2.2MS2 paypal_wpp_1.02 using PHP v5.2.5 and MySQL version 4.1.21 Globals is set by host = NO I did the debug mode and got this message "Protocol https not supported or disabled in libcurl (Error No. 1)" using Express Checkout get Warning: paypal_ec::require_once(paypal_wpp/includes/config_ec.inc.php) [function.paypal-ec-require-once]: failed to open stream: No such file or directory in /home/xxxxx/public_html/catalog/includes/modules/payment/paypal_ec.php on line 145 Fatal error: paypal_ec::require_once() [function.require]: Failed opening required 'paypal_wpp/includes/config_ec.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/catalog/includes/modules/payment/paypal_ec.php on line 145 PRpasteles - thank you
  6. ============================================================================== Dynamoeffects - Thank you I did the debug mode and got this message "Protocol https not supported or disabled in libcurl (Error No. 1)" Diagnostics saids SSL Not Detected! Then - on http://puertoricopasteles.com/catalog/chec...onfirmation.php GET the following: Warning: paypal_ec::require_once(paypal_wpp/includes/config_ec.inc.php) [function.paypal-ec-require-once]: failed to open stream: No such file or directory in /home/xxxxx/public_html/catalog/includes/modules/payment/paypal_ec.php on line 145 Fatal error: paypal_ec::require_once() [function.require]: Failed opening required 'paypal_wpp/includes/config_ec.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/catalog/includes/modules/payment/paypal_ec.php on line 145 What you suggest? I installed MOD for Registers_Global.....
  7. EXPRESS Checkout Buttons is not working properly . I receive from PAYPAL "This transaction is invalid. Please return to the recipient's website to complete your transaction using their regular checkout flow." I installed Paypal Website Payments Pro for OSCommerce 2.2MS2 paypal_wpp_1.02 using PHP v5.2.5 and MySQL version 4.1.21 Globals is set by host = NO When person is not login pressing the button will not goto Paypal Let me know if there is any code missing.
  8. "This transaction is invalid. Please return to the recipient's website to complete your transaction using their regular checkout flow." I installed Paypal Website Payments Pro for OSCommerce 2.2MS2 paypal_wpp_1.02 using PHP v5.2.5 and MySQL version 4.1.21 Globals is set by host = NO When person is not login pressing the button will not goto Paypal Let me know if there is any code missing.
×
×
  • Create New...