diff --git a/android/navi-insurance/src/main/java/com/navi/insurance/network/retrofit/RetrofitService.kt b/android/navi-insurance/src/main/java/com/navi/insurance/network/retrofit/RetrofitService.kt index f792a634ba..a7c2b965c0 100644 --- a/android/navi-insurance/src/main/java/com/navi/insurance/network/retrofit/RetrofitService.kt +++ b/android/navi-insurance/src/main/java/com/navi/insurance/network/retrofit/RetrofitService.kt @@ -250,18 +250,18 @@ interface RetrofitService { @Body request: PaymentHashRequest ): Response> - @POST("/mandate/register") + @POST("/gi/mandate/register") suspend fun initiateMandateRegistration( @Body data: MandateRegistrationRequest, @Query("type") type: String? = null ): Response> - @POST("/mandate/generate-hash") + @POST("/gi/mandate/generate-hash") suspend fun generateHashForMandate( @Body request: AutoPayHashRequest ): Response> - @GET("/mandate/register/status") + @GET("/gi/mandate/register/status") suspend fun getMandateStatus( @Query("referenceId") referenceId: String, @Query("clientStatus") clientStatus: String?, @@ -1110,7 +1110,7 @@ interface RetrofitService { @Path("preQuoteId") preQuoteId: String ): Response> - @GET("/mandate/setup") + @GET("/gi/mandate/setup") suspend fun fetchIncentiviseAutopayResponse( @Query("pageType") pageType: String? = null, @Query("policyId") policyId: String? = null