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

UCOD-22
Omar Shahbaz 2 days ago
parent 2e9d366f87
commit 5e053d7ca1

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