Skip to content

Commit

Permalink
Merge pull request #7 from easytransac/feature/code-validation
Browse files Browse the repository at this point in the history
Prestashop validator compliance update
  • Loading branch information
ogrosse authored Apr 28, 2023
2 parents 177b7af + 946bbb2 commit ab1a76a
Show file tree
Hide file tree
Showing 44 changed files with 3,777 additions and 1,254 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
vendor/*/
!vendor/easytransac/
vendor/easytransac/easytransac-sdk-php/docs/*
vendor/easytransac/easytransac-sdk-php/samples/*
vendor/easytransac/easytransac-sdk-php/tests/*

.idea
.idea
.php-cs-fixer.cache
.php-cs-fixer.dist.php
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# EasyTransac-Prestashop
EasyTransac payment gateway module for Prestashop v1.7
EasyTransac payment gateway module for Prestashop v1.7 and 8
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
},
"config": {
"prepend-autoloader": false
},
"require-dev": {
"prestashop/php-dev-tools": "^4.3",
"prestashop/autoindex": "^2.1"
}
}
Loading

0 comments on commit ab1a76a

Please sign in to comment.