Przeglądaj źródła

charge template bugs

zz 6 lat temu
rodzic
commit
c574ee9125

+ 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;
     }
 
     /**