Paypal does not allow your country of residence to ship to the country you wish to

If you get any error with paypal, like below :



Paypal does not allow your country of residence to ship to the country you wish to 


Here is a quick fix for that :


NOTE: This applies to ps 1.4.4.0 and the paypal module 2.7

Right here is a solution that finally worked for me after reading lots of posts,
this line was already set to overide address in the modules/paypal/standard/redirect.tpl line:36


<input type="hidden" name="address_override" value="0" />
However in the modules/paypal/payment/paypalpayment.php i noticed that Line: 105 was as follows
$request .= '&ADDROVERRIDE=1';
so i changed it to
$request .= '&ADDROVERRIDE=0';