@ -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)