Skip to content

Commit

Permalink
fix: set ending slash to optional for files path
Browse files Browse the repository at this point in the history
  • Loading branch information
omalizadeh committed Mar 11, 2022
1 parent 4a4cd75 commit 631971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gateway_novin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 631971b

Please sign in to comment.