Browse Source

charge template bugs

zz 6 years ago
parent
commit
c574ee9125
1 changed files with 1 additions and 1 deletions
  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;
     }
 
     /**