Skip to content

Commit

Permalink
Rename constant to EU_VAT_WSDL_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 authored Jul 14, 2022
1 parent 9f18747 commit 40bd39d
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, $this->oEuropa->getApiUrl());
$this->assertEquals(Europa::EU_VAT_API . Europa::EU_VAT_WSDL_ENDPOINT, $this->oEuropa->getApiUrl());
}
}

0 comments on commit 40bd39d

Please sign in to comment.