Closed (duplicate)
Project:
Commerce PayPal
Version:
7.x-1.x-dev
Component:
PayPal WPS
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 03:49 UTC
Updated:
31 Jul 2012 at 21:30 UTC
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
Comment #1
andyg5000duplicate of #1242438: Update WPS language codes to the full currently supported list