diff --git a/NetinaShop.Api/Controller/PaymentController.cs b/NetinaShop.Api/Controller/PaymentController.cs index 4099936..015d893 100644 --- a/NetinaShop.Api/Controller/PaymentController.cs +++ b/NetinaShop.Api/Controller/PaymentController.cs @@ -41,11 +41,11 @@ public class PaymentController : ICarterModule if (Status == "OK") { var result = await paymentService.VerifyPaymentAsync(authority: Authority, cancellationToken); - return TypedResults.Redirect($"https://vesmook.com/purchase-callback?refid={result.Item1}&paymentStatus=true&factorNumber={result.Item2}", true); + return TypedResults.Redirect($"https://vesmeh.com/purchase-callback?refid={result.Item1}&paymentStatus=true&factorNumber={result.Item2}", true); } else { - return TypedResults.Redirect($"https://vesmook.com/purchase-callback?refid=0&paymentStatus=false&factorNumber=0", true); + return TypedResults.Redirect($"https://vesmeh.com/purchase-callback?refid=0&paymentStatus=false&factorNumber=0", true); } } catch (Exception e)