Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -48,8 +48,6 @@ public class ApiService { | ... | @@ -48,8 +48,6 @@ public class ApiService { |
| 48 | String customsUrl; | 48 | String customsUrl; |
| 49 | @Value("${api.address.complete-msg-url}") | 49 | @Value("${api.address.complete-msg-url}") |
| 50 | String completeMsgUrl; | 50 | String completeMsgUrl; |
| 51 | - @Value("${api.address.basf-hscode-url}") | ||
| 52 | - String basfHscodeUrl; | ||
| 53 | 51 | ||
| 54 | @Autowired | 52 | @Autowired |
| 55 | ReceiptMessageRepository receiptMessageRepository; | 53 | ReceiptMessageRepository receiptMessageRepository; | ... | ... |
-
Please register or login to post a comment