@@ -15,4 +15,4 @@ |
||
| 15 | 15 | } catch (\Exception $e) { |
| 16 | 16 | echo str_replace("\n", "<br/>", $e->getMessage()); |
| 17 | 17 | } |
| 18 | - |
|
| 19 | 18 | \ No newline at end of file |
| 19 | + |
|
| 20 | 20 | \ No newline at end of file |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | "tpAmb" => 2, |
| 17 | 17 | "razaosocial" => "SUA RAZAO SOCIAL LTDA", |
| 18 | 18 | "cnpj" => "99999999999999", |
| 19 | - "siglaUF" => "AM", //existe apenas no AM e GO |
|
| 19 | + "siglaUF" => "AM", //existe apenas no AM e GO |
|
| 20 | 20 | "schemes" => "PL_009_V4", |
| 21 | 21 | "versao" => '4.00', |
| 22 | 22 | "tokenIBPT" => "AAAAAAA", |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | |
| 52 | 52 | $xml = file_get_contents(__DIR__ . "/nfe.xml"); |
| 53 | 53 | $response = $tools->sefazEPEC($xml); |
| 54 | - file_put_contents(__DIR__. '/nfe_epec.xml', $xml); |
|
| 54 | + file_put_contents(__DIR__ . '/nfe_epec.xml', $xml); |
|
| 55 | 55 | echo FakePretty::prettyPrint($response); |
| 56 | 56 | |
| 57 | 57 | } catch (\Exception $e) { |