NTP-17003 | Vedant Aggarwal | Cred Data fix (#16230)

This commit is contained in:
vedant aggarwal
2025-05-20 15:31:02 +05:30
committed by GitHub
parent 87c6fc21b2
commit 89515e188a

View File

@@ -122,7 +122,7 @@ class CredItemsProvider {
dLength = accountEntity.otpLength,
),
CredItem(
type = CREDTYPE_OTP,
type = CREDTYPE_PIN,
subtype = CREDTYPE_ATMPIN,
dType = CREDTYPE_DEBIT_NUM,
dLength = accountEntity.atmPinLength,