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

@ -209,4 +209,4 @@ pub const VAULT_GET_FINGERPRINT_FLOW_TYPE: &str = "get_fingerprint_vault";
pub const DYNAMIC_ROUTING_MAX_VOLUME: u8 = 100;
/// Click To Pay
pub const CLICK_TO_PAY: &str = "CLICK_TO_PAY";
pub const CLICK_TO_PAY: &str = "click_to_pay";