Преглед изворни кода

Merge branch 'iOIL' of 39.97.239.116:gyfl/xyzshop into iOIL

stanley-king пре 4 година
родитељ
комит
397fba12ba
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      mobile/refill_bjb.php

+ 4 - 2
mobile/refill_bjb.php

@@ -1,8 +1,10 @@
 <?php
-
+Log::record("bjb phone notify data" , Log::DEBUG);
+Log::record("post : {$_POST}" , Log::DEBUG);
+Log::record("get : {$_GET}" , Log::DEBUG);
 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
 
-refill\RefillFactory::instance()->notify('bjb',$_POST);
+//refill\RefillFactory::instance()->notify('bjb',$_POST);
 
 echo ('SUCCESS');