Merge pull request '[UCOD][PRE-PROD][22]-uco/resendDrTranOtp' (#5) from UCOD-22 into UCO-PRE-PRODUCTION-2026

Reviewed-on: https://ct.mfsys.com.pk/Digital-banking/UCO-BS/pulls/5
UCO-PRE-PRODUCTION-2026
Naeem Ullah 2 days ago
commit 9508dfc3b6

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