Skip to content

Commit

Permalink
Update constant name (use _URL suffix)
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Mar 3, 2024
1 parent 9a421cb commit e37ce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Vat/Provider/EuropaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ protected function setUp(): void

public function testApiUrl(): void
{
$this->assertEquals(Europa::EU_VAT_API . Europa::EU_VAT_WSDL_ENDPOINT, $this->oEuropa->getApiUrl());
$this->assertEquals(Europa::EU_VAT_API_URL . Europa::EU_VAT_WSDL_ENDPOINT, $this->oEuropa->getApiUrl());
}
}

0 comments on commit e37ce24

Please sign in to comment.