Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.0
Component:
Price
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2011 at 00:03 UTC
Updated:
14 Nov 2011 at 15:30 UTC
Jump to comment: Most recent file
MXP is obsolete as even listed in the currency list. The currency of Mexico is as for the last almost 2 decades MXN and should be as follows:
'MXN' => array(
'code' => 'MXN',
'symbol' => '$',
'name' => t('Mexican New Peso'),
'numeric_code' => '484',
'symbol_placement' => 'before',
'code_placement' => '',
'minor_unit' => t('Centavo'),
'major_unit' => t('Peso'),
),
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1259142.patch | 737 bytes | mikejoconnor |
Comments
Comment #1
aspilicious commentedCan use a review
Comment #2
mikejoconnor commentedIt looks like MXP ended in 1992, and was replaced by MXN (http://en.wikipedia.org/wiki/Mexican_peso).
It seems like the patch should replace MXP with MXN. See line 726 of commerce.currency.inc
Comment #3
mikejoconnor commentedHere's a patch.
Comment #4
rszrama commentedCommitted.
Comment #5
rszrama commentedRecategorizing.