From 0f6dc46f1fe85caf3ee30cb367e855bab0e80e41 Mon Sep 17 00:00:00 2001 From: hongwei Date: Tue, 11 Oct 2022 16:45:32 +0200 Subject: [PATCH] CustomerAccountLinkNotFound --- obp-api/src/main/scala/code/api/util/ErrorMessages.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obp-api/src/main/scala/code/api/util/ErrorMessages.scala b/obp-api/src/main/scala/code/api/util/ErrorMessages.scala index 15689c34f..a63c1f6bd 100644 --- a/obp-api/src/main/scala/code/api/util/ErrorMessages.scala +++ b/obp-api/src/main/scala/code/api/util/ErrorMessages.scala @@ -401,7 +401,7 @@ object ErrorMessages { val InvalidCardNumber = "OBP-30200: Card not found. Please specify a valid value for CARD_NUMBER. " - val CustomerAccountLinkNotFound = "OBP-30204:Customer Account Link not found" + val CustomerAccountLinkNotFound = "OBP-30204: Customer Account Link not found" val EntitlementIsBankRole = "OBP-30205: This entitlement is a Bank Role. Please set bank_id to a valid bank id." val EntitlementIsSystemRole = "OBP-30206: This entitlement is a System Role. Please set bank_id to empty string."