Skip to content

Commit

Permalink
alterando dados do arquivo de teste de chamada ao recurso
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Augusto (POKER) committed Apr 26, 2018
1 parent b1d28cd commit a678f90
Showing 1 changed file with 36 additions and 21 deletions.
57 changes: 36 additions & 21 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?php
<style>
.div {
padding: 5px;
border: 1px solid black;
background-color: silver;
color: black;
}
</style>

namespace Umbrella\Ya;
<?php

require("vendor/autoload.php");

Expand Down Expand Up @@ -57,6 +64,7 @@
"orgaoSistema" => null,
"orgaoUsuarios" => null
],
"cedente" => "1231230",
"convenio" => 4928031,
"agencia" => 3739,
"digitoAgencia" => 7,
Expand All @@ -78,23 +86,24 @@
"tipoDocumento" => 2,
"tipoOrigem" => 2,
"taxa" => [
"taxa" => 273,
"convenioBancario" => [
"convenioBancario" => 229,
"orgao" => 1707,
"carteira" => 23,
"convenio" => 4928031,
"agencia" => 3739,
"digitoAgencia" => 7,
"conta" => 16065,
"digitoConta" => 2
],
"valorFixo" => false,
"taxa" => 273,
"convenioBancario" => [
"convenioBancario" => 229,
"cedente" => "0000002",
"orgao" => 1707,
"carteira" => 23,
"convenio" => "492XX31",
"agencia" => "3XX9",
"digitoAgencia" => 7,
"conta" => 16065,
"digitoConta" => 2
],
"valorFixo" => false,
],
"isPago" => false,
"nossoNumero" => "00000000668",
"numeroDocumento" => 668,
"linhaDigitavel" => "23793739019000000006868001606505874730000020000",
"linhaDigitavel" => "29993739019000000006868001606505874730000020000",
"representacaoNumerica" => null,
"valor" => "200.00",
"desconto" => "0.00",
Expand All @@ -106,10 +115,13 @@
"baixa" => false,
"pessoa" => [
"pessoa" => 3723770,
"municipio" => 6001,
"nome" => "SERGIO HAELTON DE OLIVEIRA GIL",
"cpfCnpj" => "59314788768",
"identidade" => "038498234",
"municipio" => [
"nome" => "",
"uf" => [ "sigla" => "PB" ]
],
"nome" => "SERG DE OLIVE",
"cpfCnpj" => "59123788768",
"identidade" => "038123234",
"orgaoEmissor" => "SSP",
"ufEmissor" => 100133,
"dtEmissao" => null,
Expand All @@ -124,7 +136,7 @@
"bairro" => "BARRA DA TIJUCA",
"distrito" => null,
"cep" => "22640100",
"email" => "WALENCAR@ASAP-DOCUMENTOS.COM.BR",
"email" => "WAASNCAR@ASasdASDS.COM.BR",
"dddTelefone" => "11",
"telefone" => "33051172",
"dddFax" => null,
Expand Down Expand Up @@ -168,9 +180,12 @@
exit;
}

echo "<hr>{$fileRemessa}<br><pre>";
echo "{$fileRemessa}<br><hr><pre>";

print_r(file_get_contents($fileRemessa));

exit('<hr>');
echo "<h1>fim</h1>";


?>

0 comments on commit a678f90

Please sign in to comment.