UK site, paypal error iso-code
Posted: Sat Feb 05, 2022 5:35 am
Hello all.
I am getting an error in paypal/express.php.
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: name in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 46
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: iso_code_2 in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 47
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: iso_code_3 in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 48
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: format_id in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 49
Lines 46-49 are :
'country_name' => $country['name'],
'country_iso_code_2' => $country['iso_code_2'],
'country_iso_code_3' => $country['iso_code_3'],
'address_format_id' => $country['format_id'],
Running version 1.0,8,10.
TIA Shaun.
I am getting an error in paypal/express.php.
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: name in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 46
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: iso_code_2 in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 47
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: iso_code_3 in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 48
[01-Feb-2022 09:15:59 Europe/London] PHP Notice: Undefined index: format_id in /home/**********/public_html/ext/modules/payment/paypal/express.php on line 49
Lines 46-49 are :
'country_name' => $country['name'],
'country_iso_code_2' => $country['iso_code_2'],
'country_iso_code_3' => $country['iso_code_3'],
'address_format_id' => $country['format_id'],
Running version 1.0,8,10.
TIA Shaun.