mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
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:
committed by
GitHub
parent
165ead6108
commit
3d4fd2f719
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user