diff --git a/config.sample.json b/config.sample.json
index bdc27a7..23a8476 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -10,13 +10,18 @@
         "request_timeout_ms": 10000
     },
     "products": {
+        "TELX": {
+            "name": "TELX",
+            "remote": "",
+            "active": 1
+        }
     },
-    "postpaid_products": {
-    },
-    "sds_ss": {
-        "url": "http://localhost:8187/request",
+    "postpaid_products": {},
+    "sds": {
+        "url": "http://localhost:8187",
         "request_timeout_ms": 10000,
         "username": "user",
-        "password": "1234"
+        "password": "1234",
+        "payment": "T"
     }
-}
+}
\ No newline at end of file