I wasn't seeing the "ship to" country code on the Link side until I changed uc_payflowlink.module (line 154) to read as follows:
'COUNTRYTOSHIP' => substr($countrytoship[0]['country_iso_code_2'], 0, 4),
I wasn't seeing the "ship to" country code on the Link side until I changed uc_payflowlink.module (line 154) to read as follows:
'COUNTRYTOSHIP' => substr($countrytoship[0]['country_iso_code_2'], 0, 4),
Comments
Comment #1
longwaveFixed in 1.1 releases.