diff --git a/ServiceHost/Areas/Client/Controllers/FinancialController.cs b/ServiceHost/Areas/Client/Controllers/FinancialController.cs index 8cb66001..4063e49d 100644 --- a/ServiceHost/Areas/Client/Controllers/FinancialController.cs +++ b/ServiceHost/Areas/Client/Controllers/FinancialController.cs @@ -89,7 +89,7 @@ public class FinancialController : ClientBaseController if (gatewayResponse.IsSuccess) { _ = await _paymentTransactionApplication.SetTransactionId(transaction.SendId, gatewayResponse.TransactionId); - return op.Succcedded(_paymentGateway.GetStartPayUrl(gatewayResponse.TransactionId)); + return Redirect(_paymentGateway.GetStartPayUrl(gatewayResponse.TransactionId)); } if (gatewayResponse.ErrorCode.HasValue)