Paypal Express

Open to all! Ask other shopowners for help.
Post Reply
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Paypal Express

Post by zipurman »

Using paypal express, CEP 1.0.8.3 I get an error on the paypal return of:

Undefined index: PAYMENTREQUEST_0_SHIPTOSTREET2 in ext/modules/payment/paypal/express.php on line 393, referer: https://www.sandbox.paypal.com/

This error happens on both live/sandbox.

I simply surrounded the line with a if !empy

Code: Select all

if (!empty($appPayPalEcResult['PAYMENTREQUEST_0_SHIPTOSTREET2'])) {
       $ship_suburb = tep_db_prepare_input( $appPayPalEcResult['PAYMENTREQUEST_0_SHIPTOSTREET2'] );
}
Anyone else experienced issues with this? After the above fix, all works great.
zipurman
-----------


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
edfaught
Member
Posts: 49
Joined: Mon Oct 26, 2020 3:22 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 2 times

Re: Paypal Express

Post by edfaught »

Me too, an old issue:
viewtopic.php?f=10&t=551


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply