Skip to content

Commit 0bb8710

Browse files
committed
changed error name
1 parent c797293 commit 0bb8710

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Controllers/Examples/eSignature/EG020PhoneAuthentication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function createController(): void
4040
'error.html',
4141
[
4242
'error_code' => "400",
43-
'error_message' => ManifestService::getCommonTexts()['RecipientShouldDifferFromSender'],
43+
'error_message' => ManifestService::getCommonTexts()['IdenticalEmailsNotAllowedErrorMessage'],
4444
'common_texts' => ManifestService::getCommonTexts()
4545
]
4646
);

src/Controllers/Examples/eSignature/EG022KbAuthentication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function createController(): void
4242
'error.html',
4343
[
4444
'error_code' => "400",
45-
'error_message' => ManifestService::getCommonTexts()['RecipientShouldDifferFromSender'],
45+
'error_message' => ManifestService::getCommonTexts()['IdenticalEmailsNotAllowedErrorMessage'],
4646
'common_texts' => ManifestService::getCommonTexts()
4747
]
4848
);

src/Controllers/Examples/eSignature/EG023IDVAuthentication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function createController(): void
4444
'error.html',
4545
[
4646
'error_code' => "400",
47-
'error_message' => ManifestService::getCommonTexts()['RecipientShouldDifferFromSender'],
47+
'error_message' => ManifestService::getCommonTexts()['IdenticalEmailsNotAllowedErrorMessage'],
4848
'common_texts' => ManifestService::getCommonTexts()
4949
]
5050
);

0 commit comments

Comments
 (0)