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",