Hi,

I am setting up a Mexican store using paypal gateway and for usability purposes I would like to rephrase the 'actual language option' for a Country landing page option.

On commerce_paypal_wps.module this would require just adding up MX on the line 357 (I actually tested this on my site). So the final code is

/**
* Returns an array of all possible language codes.
*/
function commerce_paypal_wps_languages() {
return drupal_map_assoc(array('AU', 'DE', 'FR', 'IT', 'GB','MX', 'ES', 'US'));
}

Comments

andyg5000’s picture

Status: Active » Closed (duplicate)