We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
O authorizationCode esta vindo com valor vazio quando faz uma new Transaction para a rede. Uma solução o authorizationCode esta vindo dentro do Brand o que pode ser adicionado no projeto. Resposta do código abaixo: object(Rede\Transaction)[4] private 'amount' => int 99 private 'additional' => null private 'authorization' => null private 'authorizationCode' => null private 'brandTid' => null private 'brand' => object(Rede\Brand)[12] private 'name' => string 'Mastercard' (length=10) private 'returnCode' => string '00' (length=2) private 'returnMessage' => string 'Success.' (length=8) private 'authorizationCode' => string '586083' (length=6) private 'cancelId' => null private 'capture' => null private 'cardBin' => string '544828' (length=6) private 'cardHolderName' => string 'Teste' (length=5) private 'cardNumber' => string '5448280000000007' (length=16) private 'cart' => null private 'dateTime' =>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
O authorizationCode esta vindo com valor vazio quando faz uma new Transaction para a rede. Uma solução o authorizationCode esta vindo dentro do Brand o que pode ser adicionado no projeto.
Resposta do código abaixo:
object(Rede\Transaction)[4]
private 'amount' => int 99
private 'additional' => null
private 'authorization' => null
private 'authorizationCode' => null
private 'brandTid' => null
private 'brand' =>
object(Rede\Brand)[12]
private 'name' => string 'Mastercard' (length=10)
private 'returnCode' => string '00' (length=2)
private 'returnMessage' => string 'Success.' (length=8)
private 'authorizationCode' => string '586083' (length=6)
private 'cancelId' => null
private 'capture' => null
private 'cardBin' => string '544828' (length=6)
private 'cardHolderName' => string 'Teste' (length=5)
private 'cardNumber' => string '5448280000000007' (length=16)
private 'cart' => null
private 'dateTime' =>
The text was updated successfully, but these errors were encountered: