leonardo lopes de albuquerque

Results 8 issues of leonardo lopes de albuquerque

@brikis98 when I try to docker-compose up or docker-compose build i get the following error: ERROR: SSL error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) I've run the following commands with...

need more info

Hello everyone. I run my webserver and tests inside a docker environment and my web browser is in my host computer. As I've read in #190 chromedriver can't be used...

Can you please update the readme. Because the new way of creating a payment module(gateway) is completly different from what the readme says. Unfortunatly I can't find a good documentation,...

the PHPcs included in this pack is not being maintained anymore but there are alternatives like this one https://github.com/shevaua/vscode-phpcs

This PR is only a proof of concept so we can test some approaches for allowing custom fields in Blocks checkout and WooPay. So don't expect a polished PR for...

block: checkout
status: stale
focus: checkout

This PR is only a POC so we can test different approaches to create a way of adding custom fields in the checkout page. To test it - Checkout to...

block: checkout
status: stale
focus: checkout

Phpstorm offers the option to copy the path relative to the repository root not just the workspace root. When working on plugins inside Wordpress that makes it so much easier.

é possível esconder a calculadora para produtos virtuais editando o arquivo: wp-content/plugins/woo-correios-calculo-de-frete-na-pagina-do-produto/assets/js/cfpp.js substituir: ``` $('.variations_form').on('show_variation', function() { $("#cfpp").show(); }); ``` por: ``` $('.variations_form').on('show_variation', function() { var data = $(".variations_form.cart").attr("data-product_variations"); data...