You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Ingo Wolfmayr <in...@wolfix.at> on 2015/03/31 22:38:18 UTC

PayPal Param: cmd => null

Hi All,

I have configured PayPal to be used as payment method ... everything works fine (forwarded to PayPal, Payment ..) but when it comes to get the payment information I get the following lines in the log file:

2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal Verification Response: INVALID
2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ### Param: cmd => null
2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ###### PayPal did not verify this request, need investigation!
2015-03-31 22:10:53,923 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal did not callback with a valid orderId!
2015-03-31 22:10:53,983 |0.0.1-8009-exec-3768 |RequestHandler                |E| Request payPalNotify caused an error with the following message: Mit dem Callback von PayPal wurde keine gültige Auftragsnummer (orderId) übergeben.

(Translate) message: No valid Ordernumber (orderid) has been submitted with the callback from paypal

I checked the configuration ten thousand times (ofbiz and paypal) + checked the code of the PayPal service.

Thanks for any help.

Best regards,
Ingo

Re: PayPal Param: cmd => null

Posted by Pierre Smits <pi...@gmail.com>.
That seems to indicate that there is an issue with acceptance of the ssl
certificate.

Best regards,

Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Tue, Feb 2, 2016 at 4:16 PM, Josip Almasi <jo...@vrspace.org> wrote:

> Just had the same thing, so for the record - had https url for
> payment.paypal.notify.
> With plain http works just fine.
>
> On 03/31/2015 10:38 PM, Ingo Wolfmayr wrote:
> > Hi All,
> >
> > I have configured PayPal to be used as payment method ... everything
> works fine (forwarded to PayPal, Payment ..) but when it comes to get the
> payment information I get the following lines in the log file:
> >
> > 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| PayPal Verification Response: INVALID
> > 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| ### Param: cmd => null
> > 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| ###### PayPal did not verify this request, need investigation!
> > 2015-03-31 22:10:53,923 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| PayPal did not callback with a valid orderId!
> > 2015-03-31 22:10:53,983 |0.0.1-8009-exec-3768 |RequestHandler
>     |E| Request payPalNotify caused an error with the following message:
> Mit dem Callback von PayPal wurde keine gültige Auftragsnummer (orderId)
> übergeben.
> >
> > (Translate) message: No valid Ordernumber (orderid) has been submitted
> with the callback from paypal
> >
> > I checked the configuration ten thousand times (ofbiz and paypal) +
> checked the code of the PayPal service.
> >
> > Thanks for any help.
> >
> > Best regards,
> > Ingo
> >
>
>

Re: PayPal Param: cmd => null

Posted by Josip Almasi <jo...@vrspace.org>.
Just had the same thing, so for the record - had https url for
payment.paypal.notify.
With plain http works just fine.

On 03/31/2015 10:38 PM, Ingo Wolfmayr wrote:
> Hi All,
> 
> I have configured PayPal to be used as payment method ... everything works fine (forwarded to PayPal, Payment ..) but when it comes to get the payment information I get the following lines in the log file:
> 
> 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal Verification Response: INVALID
> 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ### Param: cmd => null
> 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ###### PayPal did not verify this request, need investigation!
> 2015-03-31 22:10:53,923 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal did not callback with a valid orderId!
> 2015-03-31 22:10:53,983 |0.0.1-8009-exec-3768 |RequestHandler                |E| Request payPalNotify caused an error with the following message: Mit dem Callback von PayPal wurde keine gültige Auftragsnummer (orderId) übergeben.
> 
> (Translate) message: No valid Ordernumber (orderid) has been submitted with the callback from paypal
> 
> I checked the configuration ten thousand times (ofbiz and paypal) + checked the code of the PayPal service.
> 
> Thanks for any help.
> 
> Best regards,
> Ingo
>