UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:22:14 +0000 (15:22 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:22:14 +0000 (15:22 +0800)
UpdateCurrencyRate.php

index a90d3b9..ae20e9e 100644 (file)
@@ -14,7 +14,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
     var $actionUrl = 'http://www.oanda.com/currency/historical-rates-classic';
     
     var $mapping = array(
-        'RMB' => 'CNY'
+        'CNY' => 'RMB'
     )
     
     function getAuth()