-
Notifications
You must be signed in to change notification settings - Fork 75
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
Remoção do espaço em branco no fim de cada linha #1
Open
roalvesrj
wants to merge
70
commits into
Zizaco:master
Choose a base branch
from
cagartner:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Adicionados os códigos 41068 e 40096 referentes a PAC Contrato e SEDEX Contrato respectivamente. Na forma atual do plugin, mesmo colocando o id e senha da empresa, não retorna os valores corretos.
Adição de mais formas de envio de PAC e SEDEX
adicionando campo encaminhado no rastreio de encomendas
Adição de forma de envio: ESedex
Looks better, right?
Better syntax highlight on README.md
Implementado opções customizadas para cálculo de frete
Alterado código de serviço de PAC e SEDEX atualizados na api em 05/05/2017
…podem vir a utilizar os códigos em suas aplicações
Desacoplando a variável tipos de dentro do método de frete
Adicionando testes unitários
Ajuste para novo endpoint dos correios
Alterar o protocolo da url de rastreamento de "http" para "https". A atual somente com Http não está mais funcionando.
Atualizar Url de Rastreamento
Remove ocorrências de c2a0 na consulta de cep e adiciona is_array no teste de rastreio
Normalização de espaço em branco retornado do DOMDocument no PHP retorna cadeias de caracteres. Substituída a função trim() por expressão regular.
roalvesrj
changed the title
Update CorreiosConsulta.php
Remoção do espaço em branco no fim de cada linha
Dec 11, 2019
Corrige a função de sanitização dos valores
Corrige a função de sanitização dos valores
Alteração no tratamento de espaços em branco
A API do correios está obrigando que cada "codigo" de frete seja feito por consulta, desta forma eu adequei o script para que cada "codigo" seja feito em uma consulta separada e seja concatenado posteriormente os resultados.
Nova Adequação Correios
Adicionado o tipo do frete no retorno. ex: "Pac", "Sedex", etc
Adicionado Tipo do Frete no retorno
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.
Cagartner.zip
Normalização de espaço em branco retornado. O DOMDocument no PHP retorna cadeias de caracteres ao invés de espaço em si. Substituída a função trim() da linha 176 por expressão regular.