Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
set -e
git config user.name "iyzico-ci"
git config user.email iyzico-ci@iyzico.com
git config user.email "iyzico-ci@iyzico.com"
git add .
git commit -m "Automatic commit by iyzico-ci v${{env.NEW_RELEASE}}"
git push origin master
Expand Down
2 changes: 1 addition & 1 deletion IyzipayBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ public function loadClass($className)
require ($this->_includePath !== null ? $this->_includePath . DIRECTORY_SEPARATOR : '') . $fileName;
}
}
}
}
Loading