mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): Add Smart Routing to route payments efficiently (#2665)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shashank_attarde <shashank.attarde@juspay.in> Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com> Co-authored-by: Amisha Prabhat <55580080+Aprabhat19@users.noreply.github.com>
This commit is contained in:
@ -46,3 +46,5 @@ pub(crate) const QR_IMAGE_DATA_SOURCE_STRING: &str = "data:image/png;base64";
|
||||
pub(crate) const MERCHANT_ID_FIELD_EXTENSION_ID: &str = "1.2.840.113635.100.6.32";
|
||||
|
||||
pub(crate) const METRICS_HOST_TAG_NAME: &str = "host";
|
||||
pub const MAX_ROUTING_CONFIGS_PER_MERCHANT: usize = 100;
|
||||
pub const ROUTING_CONFIG_ID_LENGTH: usize = 10;
|
||||
|
||||
Reference in New Issue
Block a user