NTP-24754 | Added isArcProtected flag in UPI Lite case (#14762)

This commit is contained in:
Ujjwal Kumar
2025-01-30 17:10:10 +05:30
committed by GitHub
parent 468da5005b
commit a498c43782
2 changed files with 2 additions and 0 deletions

View File

@@ -269,6 +269,7 @@ constructor(
paymentMode = null,
instrumentType = null,
txnRequestType = null,
isArcProtected = linkedAccountEntity.isArcProtected,
),
deviceData = deviceInfoProvider.getDeviceData(),
)

View File

@@ -3185,6 +3185,7 @@ constructor(
paymentMode = TransactionInitiationType.PAY_TO_UPI_ID.name,
instrumentType = TransactionInstrumentType.TRANSACTION.name,
txnRequestType = null,
isArcProtected = linkedAccountEntity.isArcProtected,
),
deviceData = deviceInfoProvider.getDeviceData(),
metaData = "",