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

Merged
naeem.ullah merged 1 commits from UCOD-22 into UCO-PRE-PRODUCTION-2026 5 hours ago

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

Loading…
Cancel
Save