@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.cjs
CHANGED
|
@@ -6959,7 +6959,7 @@ var MyCustomerService = class extends AbstractService {
|
|
|
6959
6959
|
message: "Account with the given credentials not found.",
|
|
6960
6960
|
errors: [
|
|
6961
6961
|
{
|
|
6962
|
-
code: "
|
|
6962
|
+
code: "InvalidCurrentPassword",
|
|
6963
6963
|
message: "Account with the given credentials not found."
|
|
6964
6964
|
}
|
|
6965
6965
|
]
|