Skip to content

Commit

Permalink
fix(dhl): typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Dec 3, 2024
1 parent 1b7c5c1 commit 29d4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/dhl_soap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class DHLSoap extends Stub {
WEAK_ERROR: {
id: '',
code: 207,
message: '{entity} {id} week validation error! {details}',
message: '{entity} {id} weak validation error! {details}',
},
INVALID_ADDRESS: {
id: '',
Expand Down

0 comments on commit 29d4809

Please sign in to comment.