Skip to content

Commit

Permalink
fix(dhl_soap): set correct func name for soap evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Oct 24, 2024
1 parent 08f07d3 commit 299ebd7
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 183 deletions.
16 changes: 15 additions & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,25 @@
"shipping": "shipping",
"billing": "billing"
},
"errors": {
"INVALID_CREDENTIALS": {
"code": "401",
"message": "Invalid credentials"
},
"USER_NOT_LOGGED_IN": {
"code": "401",
"message": "Invalid authentication context, please log in first"
},
"ACTION_NOT_ALLOWED": {
"code": "403",
"message": "Action not allowed on this resource"
}
},
"stubs": {
"DHLSoap": {
"defaults": {
"ordering": {
"wsdl": "./wsdl/dhl/geschaeftskundenversand-api-3.4.0.wsdl",
"wsdl": "wsdl/dhl/geschaeftskundenversand-api-3.4.0.wsdl",
"version": [3, 4, 0],
"endpoint": "https://cig.dhl.de/services/sandbox/soap",
"username": null,
Expand Down
2 changes: 1 addition & 1 deletion cfg/config_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"logger": {
"console": {
"handleExceptions": false,
"level": "crit",
"level": "error",
"colorize": true,
"prettyPrint": true
}
Expand Down
Loading

0 comments on commit 299ebd7

Please sign in to comment.