We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb468b commit 8698ae5Copy full SHA for 8698ae5
1 file changed
tests/Integration/IntegrationTestCase.php
@@ -43,7 +43,7 @@ protected function setUp(): void
43
}
44
45
$this->nfe = new Client(
46
- apiKey: $apiKey,
+ apiKey: $apiKey,
47
dataApiKey: getenv('NFE_SDK_E2E_DATA_API_KEY') ?: null,
48
);
49
$this->companyId = $companyId;
0 commit comments