diff --git a/config/onix/bapTxnReciever-routing.yaml b/config/onix/bapTxnReciever-routing.yaml index b1d5a44..ca4a478 100644 --- a/config/onix/bapTxnReciever-routing.yaml +++ b/config/onix/bapTxnReciever-routing.yaml @@ -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 \ No newline at end of file + - on_search \ No newline at end of file diff --git a/config/onix/bppTxnCaller-routing.yaml b/config/onix/bppTxnCaller-routing.yaml index ca4a478..3382537 100644 --- a/config/onix/bppTxnCaller-routing.yaml +++ b/config/onix/bppTxnCaller-routing.yaml @@ -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 \ No newline at end of file + - on_search + - on_select + - on_init + - on_confirm + - on_status + - on_update + - on_cancel