From 310b89d622710f9272bee26f8faf93e1be77e9b2 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 26 May 2026 14:48:56 +0200 Subject: [PATCH] bug fixes on preorder, modified logic --- .../Nop.Web/App_Data/appsettings.json | 2 +- Presentation/Nop.Web/Nop.Web.csproj | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/Presentation/Nop.Web/App_Data/appsettings.json b/Presentation/Nop.Web/App_Data/appsettings.json index 1682296c..ebb97bd3 100644 --- a/Presentation/Nop.Web/App_Data/appsettings.json +++ b/Presentation/Nop.Web/App_Data/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True", + "ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_PROD;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True", "DataProvider": "sqlserver", "SQLCommandTimeout": null, "WithNoLock": false diff --git a/Presentation/Nop.Web/Nop.Web.csproj b/Presentation/Nop.Web/Nop.Web.csproj index a0f2d762..55b0df70 100644 --- a/Presentation/Nop.Web/Nop.Web.csproj +++ b/Presentation/Nop.Web/Nop.Web.csproj @@ -51,6 +51,48 @@ Always + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +