@labdigital/commercetools-mock 2.14.1 → 2.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/services/my-customer.test.ts +23 -0
- package/src/services/my-customer.ts +7 -3
package/dist/index.js
CHANGED
|
@@ -6922,7 +6922,7 @@ var MyCustomerService = class extends AbstractService {
|
|
|
6922
6922
|
message: "Account with the given credentials not found.",
|
|
6923
6923
|
errors: [
|
|
6924
6924
|
{
|
|
6925
|
-
code: "
|
|
6925
|
+
code: "InvalidCurrentPassword",
|
|
6926
6926
|
message: "Account with the given credentials not found."
|
|
6927
6927
|
}
|
|
6928
6928
|
]
|