Parcourir la source

charge template bugs

zz il y a 6 ans
Parent
commit
c574ee9125
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
     }
 
     /**