Updated code.

This commit is contained in:
piyushkag
2025-03-21 13:21:04 +05:30
parent ce21dc23f6
commit bbcbe0d894
4 changed files with 117 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestHeader;
import java.net.URI;
import java.util.Map;
@FeignClient(value = "vat-check-service", url = GepafinConstant.CHECK_VATNUMBER_V2_NEW_URL)
@FeignClient(value = "vat-check-service", url = GepafinConstant.CHECK_VATNUMBER_V2_NEW_URL_IT_ADVANCE)
public interface VatCheckService {