-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redundant card informations requests blocked. jquery.ajax has been update with jquery.post. Added sslverify argument to wp_remote_post. Added result check to all wp_remote_post requests.
- Loading branch information
Showing
9 changed files
with
158 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,12 @@ | |
"name": "Fatih Toprak", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/optimisthub" | ||
} | ||
}, | ||
{ | ||
"name": "Cüneyt Çil", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/optimisthub" | ||
} | ||
], | ||
"support": { | ||
"email": "[email protected]" | ||
|
@@ -31,7 +36,6 @@ | |
"php": ">=7.1", | ||
"rappasoft/laravel-helpers": "^2.0", | ||
"tightenco/collect": "^8.68", | ||
"spatie/ray": "^1.33", | ||
"nesbot/carbon": "^2.62" | ||
}, | ||
"autoload": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.