Skip to content

Commit

Permalink
Merge pull request #19 from pagarme/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sfwill-dev authored May 15, 2021
2 parents 02bd42c + aef65f0 commit 56271aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
docker exec -it newimage sh -c "cd /var/www/html && composer update -vvv"
docker exec -it newimage sh -c "cd /var/www/ && find html/ -type d -exec chmod 775 {} \;"
docker exec -it newimage sh -c "cd /var/www/ && find html/ -type f -exec chmod 664 {} \;"
docker exec -it newimage sh -c "cd /var/www/ && chown -R www-data:www-data html/"
docker exec -it newimage sh -c "cd /var/www/html && php bin/magento setup:upgrade"
docker exec -it newimage sh -c "cd /var/www/html && php bin/magento setup:di:compile"
docker exec -it newimage php index.php
Expand Down Expand Up @@ -101,6 +100,7 @@ jobs:
docker exec -it newimage sh -c "cd /var/www/html && php bin/magento cache:flush"
docker exec -it newimage sh -c "cd /var/www/html && php bin/magento setup:di:compile"
docker exec -it newimage sh -c "cd /var/www/ && chown -R www-data:www-data html/"
- run:
name: Install and run Functional Tests dependencies
command: |
Expand Down
2 changes: 1 addition & 1 deletion .circleci/data/magento2_module_install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VALUES ('default', 0, 'pagarme_pagarme/global/test_mode', '1'),
('default', 0, 'payment/pagarme_pix/expiration_qrcode', '5000'),
('default', 0, 'payment/pagarme_creditcard/active', '1'),
('default', 0, 'payment/pagarme_creditcard/title', 'Pagar.me Cartao'),
('default', 0, 'payment/pagarme_creditcard/soft_description', 'Loja Magento 2 stg'),
('default', 0, 'payment/pagarme_creditcard/soft_description', 'Magento 2 stg'),
('default', 0, 'payment/pagarme_creditcard/payment_action', 'authorize_capture'),
('default', 0, 'payment/pagarme_creditcard/sort_order', '1'),
('default', 0, 'payment/pagarme_creditcard/cctypes', 'Visa,Mastercard,Amex,Hipercard,Diners,Elo,Discover,Aura'),
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pagarme/magento2-module",
"name": "pagarme/pagarme-magento2-module",
"license": "MIT",
"version": "1.0.0",
"type": "magento2-module",
Expand Down

0 comments on commit 56271aa

Please sign in to comment.