diff --git a/connector-template/mod.rs b/connector-template/mod.rs
index b27a0774e714..7f21962109de 100644
--- a/connector-template/mod.rs
+++ b/connector-template/mod.rs
@@ -157,7 +157,7 @@ impl
Err(errors::ConnectorError::NotImplemented("get_url method".to_string()).into())
}
- fn get_request_body(&self, req: &types::PaymentsAuthorizeRouterData) -> CustomResult