Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
a6940d61
Commit
a6940d61
authored
Sep 08, 2020
by
Thomas Löffler
Browse files
Add WSDL namespace again
parent
3864883d
Pipeline
#9546
failed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter/Classes/Api/Configuration.php
View file @
a6940d61
...
...
@@ -77,7 +77,9 @@ class Configuration implements SingletonInterface
{
switch
((
string
)
Environment
::
getContext
())
{
case
'Testing'
:
return
'https://extensions.typo3.dev/wsdl/tx_ter/'
;
case
'Production'
:
return
'https://extensions.typo3.org/wsdl/tx_ter/'
;
default
:
return
'https://ter.ddev.site/wsdl/tx_ter/'
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment