From 8dfaa7e0f7dd79a24e36d03afada1830aa3aa226 Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Mon, 17 Nov 2025 15:05:39 +0000 Subject: [PATCH] fix: Update SilverPay BaseUrl to http://10.0.0.51:5500 for integration testing --- LittleShop/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LittleShop/appsettings.Development.json b/LittleShop/appsettings.Development.json index b52ba2b..bb136cf 100644 --- a/LittleShop/appsettings.Development.json +++ b/LittleShop/appsettings.Development.json @@ -9,7 +9,7 @@ "ExpiryInHours": 2 }, "SilverPay": { - "BaseUrl": "http://localhost:8001", + "BaseUrl": "http://10.0.0.51:5500", "ApiKey": "sp_test_key_development", "WebhookSecret": "webhook_secret_dev", "DefaultWebhookUrl": "http://localhost:5000/api/orders/payments/webhook",