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

Adicionando classe para assinar o mesmo xml várias vezes em tags diferentes. #307

Closed
wants to merge 4 commits into from

Conversation

gersonfs
Copy link
Contributor

@gersonfs gersonfs commented Jul 1, 2024

Tive que mudar de private para protected algumas chamadas e de self para static outras para poder sobrescrever.

@gersonfs
Copy link
Contributor Author

gersonfs commented Jul 2, 2024

Seria isso @robmachado ? Procurei reaproveitar o máximo de código existente, por isso tive que fazer pequenas modificações na classe Signer

@gersonfs
Copy link
Contributor Author

gersonfs commented Jul 2, 2024

@robmachado outra forma que pensei, era criar um atributo estático do tipo booleano na classe Signer para desativar essa verificação da assinatura.
Usaria-se assim:

Signer::$disableExistingSignatureCheck = true;
Signer::sign(...);

Ou um parâmetro novo no final

Signer::sign(..., false);

@robmachado
Copy link
Contributor

Em principio, eu não quero alterações na classe Signer, pode replicar o conteúdo em outra classe.

@gersonfs gersonfs closed this Jul 2, 2024
@gersonfs gersonfs deleted the signer-multi branch July 2, 2024 16:27
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.

2 participants