Fix : update the config

This commit is contained in:
Manendra Pal Singh
2026-02-26 15:00:28 +05:30
parent 80f1cc0f10
commit 1293c241f7
2 changed files with 23 additions and 25 deletions

View File

@@ -1,25 +1,20 @@
routingRules:
- domain: "ONDC:TRV10"
version: "2.0.0"
routingType: "bpp"
routingType: "url"
target:
url: "https://gateway.example.com"
url: "https://services-backend/trv/v1"
endpoints:
- search
- on_select
- on_init
- on_confirm
- on_status
- on_update
- on_cancel
- domain: "ONDC:TRV10"
version: "2.0.0"
routingType: "bpp"
routingType: "msgq"
target:
topic_id: "trv_topic_id1"
endpoints:
- select
- init
- confirm
- status
- cancel
- domain: "ONDC:TRV12"
version: "2.0.0"
routingType: "bpp"
endpoints:
- select
- init
- confirm
- status
- on_search

View File

@@ -1,20 +1,23 @@
routingRules:
- domain: "ONDC:TRV10"
version: "2.0.0"
routingType: "url"
target:
url: "https://services-backend/trv/v1"
routingType: "bap"
endpoints:
- on_search
- on_select
- on_init
- on_confirm
- on_status
- on_update
- on_cancel
- domain: "ONDC:TRV10"
- domain: "ONDC:TRV11"
version: "2.0.0"
routingType: "msgq"
target:
topic_id: "trv_topic_id1"
routingType: "bap"
endpoints:
- on_search
- on_search
- on_select
- on_init
- on_confirm
- on_status
- on_update
- on_cancel