Commit f3eef3f4fb3eef6e68da995bd6b85d071abd5080

Authored by AlexDiatlov
1 parent 8c4ed65c

show stage 2 tender url in console output

@@ -2294,6 +2294,7 @@ Library openprocurement_client.utils @@ -2294,6 +2294,7 @@ Library openprocurement_client.utils
2294 ... ${tender} 2294 ... ${tender}
2295 ... access_token=${tender.access.token} 2295 ... access_token=${tender.access.token}
2296 Log ${reply} 2296 Log ${reply}
  2297 + Log ${\n}${API_HOST_URL}/api/${API_VERSION}/tenders/${reply.data.id}${\n} WARN
2297 2298
2298 ############################################################################## 2299 ##############################################################################
2299 # CONTRACT SIGNING 2300 # CONTRACT SIGNING
Please register or login to post a comment