Skip to content

Commit

Permalink
[Feat] refactor webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisHeredia committed Mar 30, 2023
1 parent 83805b0 commit 078e1f8
Show file tree
Hide file tree
Showing 10 changed files with 888 additions and 712 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/composer.lock
/.php-cs-fixer.cache
/vendor/
/vendor/
.DS_Store
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.1"
},
"config": {
"preferred-install": "dist",
"prepend-autoloader": false
},
"type": "prestashop-module",
"version": "2.3.6",
"require-dev": {
"prestashop/autoindex": "^2.1"
"autoload": {
"psr-4": {"Conekta\\Payments\\": "src/"}
}
}
Loading

0 comments on commit 078e1f8

Please sign in to comment.