Explorar o código

charge template bugs

zz %!s(int64=6) %!d(string=hai) anos
pai
achega
c574ee9125
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Modules/Channel/Services/PayTemplateService.php

+ 1 - 1
app/Modules/Channel/Services/PayTemplateService.php

@@ -26,7 +26,7 @@ class PayTemplateService
         if(in_array($template_type,[1,2])){
             //return $template_type;
         }
-        return 2;
+        return $template_type;
     }
 
     /**