chore: rebrand pagarme to stone - #612
Merged
Merged
Conversation
|
Por favor, catalogue-o seguindo as instruções nesta documentação. [Via VPN]. 💁 Qualquer problema ou dúvida, estamos no Slack, basta abrir um ticket no canal #help-foundation-platform. |
evald-rafael
force-pushed
the
chore/rebrand-pagarme-to-stone
branch
from
July 8, 2026 18:04
1b91bc4 to
35ff79d
Compare
evald-rafael
force-pushed
the
chore/rebrand-pagarme-to-stone
branch
from
July 8, 2026 19:16
35ff79d to
235e860
Compare
Move translation string initialization from constructor to a private getPaymentMethods() method. This prevents the _load_textdomain_just_in_time warning in WordPress 6.7.0+ by deferring translation loading until after the init hook, following WordPress best practices. Fixes: Translation loading triggered too early notice Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
evald-rafael
marked this pull request as ready for review
July 10, 2026 12:44
mauriciomoccelin
approved these changes
Jul 10, 2026
fabiano-mallmann
approved these changes
Jul 10, 2026
fabiano-mallmann
force-pushed
the
chore/rebrand-pagarme-to-stone
branch
from
July 14, 2026 19:58
3f23cd7 to
044a78d
Compare
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objetivo
Realizar o rebrand (mudança de marca) visual e textual do plugin de pagamentos para WooCommerce, alterando as referências visíveis de "Pagar.me" para "Stone". A mudança visa atualizar a experiência do usuário final e do administrador na plataforma do WordPress, mantendo a integridade da lógica interna da aplicação.
Tarefa
https://allstone.atlassian.net/browse/HPIP-402https://allstone.atlassian.net/browse/HPIP-357Como?
As alterações foram divididas em duas frentes principais:
AbstractGateway.php,GooglePay.php,Settings.php, etc.) e models do plugin para refletir o nome "Stone".woo-pagarme-payments.phpe do arquivoreadme.txt..dev):docker-compose.ymleDockerfilelocais para injetar a pasta demu-pluginsno container, além de um aumento preventivo no limite de memória PHP (memory_limit = 2048M) para os ambientes locais de teste.Acompanhamento
Evidências
Os testes foram realizados utilizando o ambiente local montado via Docker.
Como testar?
Suba o ambiente de desenvolvimento local utilizando o Docker:
cd .dev docker-compose up -dAcesse o painel administrativo do WordPress (/wp-admin) e verifique se o menu lateral do WooCommerce e as telas de configuração do plugin agora exibem a marca Stone em vez de Pagar.me.
Realize um fluxo de checkout completo com os métodos de pagamento ativos (Boleto, Pix, Cartão) e valide se:
Guia para o Desenvolvedor
Guia para o Revisor