UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Tue, 21 Oct 2014 02:48:09 +0000 (10:48 +0800)
committerEdward <edward@roojs.com>
Tue, 21 Oct 2014 02:48:09 +0000 (10:48 +0800)
UpdateCurrencyRate.php

index 30a6b06..bb1b12e 100644 (file)
@@ -38,6 +38,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
     
     function get($args, $opts)
     {   
+        print_R($opts);exit;
         $currency = array();
         
         $response = $this->curl($this->actionUrl, array(), 'GET');