[UCOD][PRE-PROD][22]-uco/resendDrTranOtp #5

Open
omarshahbaz wants to merge 1 commits from UCOD-22 into UCO-PRE-PRODUCTION-2026

@ -19,7 +19,7 @@ public class TransactionController {
@PostMapping(UCOURI.GET_DR_TRANSACTION_PIN)
public TransactionPinResponseModel getDrTransactionOtp(@RequestBody TransactionOtpRequestModel transactionOtpRequestModel) {
return transactionService.sendOtpAndValidateTranPin(transactionOtpRequestModel,true);
return transactionService.sendOtpAndValidateTranPin(transactionOtpRequestModel,false);
}
@PostMapping(UCOURI.RESEND_GET_DR_TRANSACTION_PIN)

Loading…
Cancel
Save