php - Magento cron trying to contact Paypal? -


A client's own server was transferred and Magentron Cron.FP was never set back. When I enabled them, I found that Magento was posting in PayPal:

cron / usr / bin / php -q /home/dev/public_html/cron.php

 * (api-3t.paypal.com) port 443 (# 0) * 173.0.88.69 is trying to connect ... * connected * api-3t.paypal.com ( 173.0.88.69) Port 443 (# 0) * Verify Certificate Successfully Location: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: Using any * DES-CBC3-SHA * server connection * Server Certificate: * Subject: C = US; Scheduled Tribes = California; L = San Jose; O = PayPal, Inc.; O = paypal production; CN = api-3t.paypal.com * Start date: 2013-07-03 00:00:00 GMT * End of Date: 2015-09-18 23:59:59 GMT * subjectAltName: api-3t.paypal com Match * Issuer: C = US; O = VeriSine, Inc.; O = VeriSign Trust Network; Terms of use on OU = https://www.verisign.com/rpa (c) 10; CN = VeriSign Class 3 Secure Server CA - G3 * Verify SSL Certificate Properly & Gt; Post / NVP HTTP / 1.1 Host: API-3T. Paypal.com Accept: * / * Content-Length: 225 Content-Type: Application / X-www-Form-URLXode * Upload Completely Sent: 225 Bytes 225 bytes and lieutenant; HTTP / 1.1200 OK & lt; Date: Tuesday, March 25, 2014 01:45:04 GMT & lt; Server: Apache & lt; Content-Length: 240 & lt; Connection: Close & lt; Content-type: text / plain; Charset = UTF-8 & lt; * Close the connection # 0   

These were one of the bunch of outputs from the cron job. I immediately disabled the cron.

I can, for my life, get: 1: For any reason to contact PayPal, it is the complete order of Magento (this is a dev server which is? T because it produces Server copy) 2: Any log in Magento or Payal can tell me exactly what this posting is.

Put some light on anyone? We really need to do cron work so that we can run the sitemap generation but I feel comfortable talking to PayPal for no reason.

We are currently using PayPal Payment Pro and Express Checkout

Thanks, Mike

This is standard Magento chron job for receiving reports from PayPal, no worries. You are right - this paypal_fetch_settlement_reports job is placed in app / code / core / pimple / paypal / etc / config.xml:

  & lt; crontab & gt; & Lt; Jobs & gt; & Lt; Paypal_fetch_settlement_reports & gt; & Lt; Runs & gt; & Lt; Model & gt; Paypal / supervisor :: fetchReports & lt; / Model & gt; & Lt; / Run & gt; & Lt; / paypal_fetch_settlement_reports & gt; & Lt; / Jobs & gt; & Lt; / crontab & gt;    

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -