Skip to content

Commit e2cf9eb

Browse files
committed
[PayumPayzen] Fix directory permissions.
1 parent fe78797 commit e2cf9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Api/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private function getDirectoryPath()
155155

156156
// Create directory if not exists
157157
if (!is_dir($path)) {
158-
mkdir($path, 0600, true);
158+
mkdir($path, 0755, true);
159159
}
160160

161161
return $path . DIRECTORY_SEPARATOR;

0 commit comments

Comments
 (0)