
Originally Posted by
bbemis
ok I'm soooo close....here's my googlecheckout.php where I changed the names for the USPS international shipping choices...did I do something wrong here? They are the only ones not showing up in google checkout now...
'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
),
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
'Priority Mail International' => 'Priority Mail International',
'First-Class Mail Int' => 'First-Class Mail International',
),
),
Bookmarks