Selaa lähdekoodia

charge template bugs

zz 6 vuotta sitten
vanhempi
commit
c574ee9125
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
     }
 
     /**