-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Pagamentos] - Implementar flag para ativar e desativar os pagamentos #30
Labels
Comments
carolinasouza0
added a commit
that referenced
this issue
Jun 5, 2024
carolinasouza0
added a commit
that referenced
this issue
Jun 5, 2024
carolinasouza0
added a commit
that referenced
this issue
Jun 5, 2024
carolinasouza0
added a commit
that referenced
this issue
Jun 5, 2024
carolinasouza0
added a commit
that referenced
this issue
Jun 5, 2024
carolinasouza0
added a commit
that referenced
this issue
Jun 5, 2024
erleibiazzio
added a commit
that referenced
this issue
Jun 6, 2024
…de pagamentos da configuração de fases Ref.: #30
erleibiazzio
added a commit
that referenced
this issue
Jun 6, 2024
…ampos sejam atualizados em tempo real Ref.: #30
erleibiazzio
added a commit
that referenced
this issue
Jun 6, 2024
…tro do componente opportunity-payment-table Ref.: #30
carolinasouza0
added a commit
that referenced
this issue
Jun 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Descrição
Hoje o plugin de pagamentos fica sempre ativo em todas as oportunidades, precisamos alterar esse comportamento.
A idea e que exista uma flag salva na primeira fase da oportunidade que defina quando o sistema de pagamentos estrá habilitado.
Tarefa
Plugin.php
editar registro do metadadohas_payment_phase
parahas_payment_phase
boolean
, deve estar registrado na oportunidade e será controlado atravez de um botão que será exibido após a fase de publicação de resultados na aba deConfiguração de fases
ver print abaixopayment-config
no plugins de pagamentoComportamento do botão
Habilitar fase de pagamento
enquanto o plugin esta desativadohas_payment_phase
for =false
has_payment_phase
for =true
inserir no lugar do botão ima tag<li>
com os campos de configuração do CNAB240. lembre-se que esse LI terá o mesmo comportamento das demais fases, ele se inicia fexado e tem um botão de expandir para exibir o conteúdo da configuração. Ver print abaixohas_payment_phase
for =false
Observações
feature/payment-v2
do plugin de pagamentosThe text was updated successfully, but these errors were encountered: