fix(router): change click_to_pay const to snake_case and remove camel_case serde rename for clicktopay metadata (#6852)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2024-12-16 19:24:50 +05:30
committed by GitHub
parent 165ead6108
commit 3d4fd2f719
5 changed files with 37 additions and 39 deletions

View File

@ -6984,7 +6984,6 @@ pub struct ExtendedCardInfoResponse {
}
#[derive(Debug, Clone, Eq, PartialEq, serde::Serialize, ToSchema)]
#[serde(rename_all = "camelCase")]
pub struct ClickToPaySessionResponse {
pub dpa_id: String,
pub dpa_name: String,