I decided to make the changes to the two files today.

It says Edit your /includes/modules/payment/paypalwpp.php file and make the following changes at lines 1040-1041.
Edit your /includes/modules/payment/paypaldp.php file and make the following changes at lines 886-887.


I'm using CuteFTP Pro and i don't see the lines it asks me to change at 1040-1041 and 886-887.

At those lines i have for paypalwpp.php // if State is not supplied, repeat the city so that it's not blank, otherwise PayPal croaks

if ((!isset($options['SHIPTOSTATE']) || trim($options['SHIPTOSTATE']) == '') && $options['SHIPTOCITY'] != '') $options['SHIPTOSTATE'] = $options['SHIPTOCITY'];

and for paypaldp.php

case -2:

case -3:

I'm confused as to where the exact changes take place.

Would it not be easier to just let us download a complete file to upload to our server instead of asking us to mess around with code which we may make mistakes with ?