From 631971bf610bbf20b602cdef6b0fd1c83f54f8ec Mon Sep 17 00:00:00 2001 From: Omid Date: Fri, 11 Mar 2022 21:21:17 +0330 Subject: [PATCH] fix: set ending slash to optional for files path --- config/gateway_novin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gateway_novin.php b/config/gateway_novin.php index 8eb6a85..abcf6e3 100644 --- a/config/gateway_novin.php +++ b/config/gateway_novin.php @@ -21,7 +21,7 @@ 'password' => '', 'certificate_path' => '', // certificate file path as string 'certificate_password' => '', - 'temp_files_dir' => '', // temp text files dir path, example: storage_path('novin/') + 'temp_files_dir' => '', // temp text files dir path, example: storage_path('novin') 'callback_url' => 'https://yoursite.com/path/to', 'description' => 'payment using eghtesade novin', ],