Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adição de mensagem quando pix estiver fora de ar na hora de renovar QRCode #103

Merged
merged 11 commits into from
Dec 7, 2022

Conversation

vinidziuba
Copy link
Contributor

@vinidziuba vinidziuba commented Nov 21, 2022

O que mudou

Adição de novas mensagens de erro para pix fora do ar

Motivação

Informar cliente que não foi possivel gerar o QRCODE

Solução proposta

Adicionar mensagens naa validação de geração de QRCode

Como testar

Tentar gerar um qrcode expirado , quando pix estiver fora do ar.

@leydiane-matias-vindi leydiane-matias-vindi requested review from leo-araujo, a team and ozavanelli and removed request for a team November 21, 2022 18:59
@acmesquita
Copy link
Contributor

Olá @vinidziuba Tudo bem? Poderia atualizar a corpo do PR com uma descrição sobre a mudança?
Exemplo: "Foram adicionadas mensagens de retorno nos cenários ..."
A sugestão vale para que no futuro entendamos quais foram os cenários que levaram essas adicionar, faz sentido?

@vinidziuba vinidziuba requested review from leo-araujo and removed request for ozavanelli November 29, 2022 19:00
@vinidziuba
Copy link
Contributor Author

@acmesquita Feito

@@ -67,18 +67,20 @@ public function execute()
$this->orderRepository->save($order);
$this->messageManager->addSuccessMessage(__("QR Code atualizado"));
return $resultRedirect;
} else {
$this->messageManager->addErrorMessage(__("Não foi possivel atualizar o QR Code. Tente novamente mais tarde."));
Copy link
Contributor

@acmesquita acmesquita Nov 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Como é a mesma mensagem repedida várias vezes, o que acha de colocar uma variável?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acmesquita Feito !

@acmesquita acmesquita merged commit c4f5575 into vindi:development Dec 7, 2022
carolineesteves pushed a commit to bizcommerce/vindi-magento2 that referenced this pull request Sep 13, 2024
fix: adjusting BillPaid webhook flow for when it is subscription and when it is not
carolineesteves pushed a commit to bizcommerce/vindi-magento2 that referenced this pull request Sep 13, 2024
Merge pull request vindi#103 from cedran/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants