mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(recon): add merchant and profile IDs in auth tokens (#5643)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -136,3 +136,6 @@ pub const MAX_ALLOWED_AMOUNT: i64 = 999999999;
|
||||
//payment attempt default unified error code and unified error message
|
||||
pub const DEFAULT_UNIFIED_ERROR_CODE: &str = "UE_000";
|
||||
pub const DEFAULT_UNIFIED_ERROR_MESSAGE: &str = "Something went wrong";
|
||||
|
||||
// Recon's feature tag
|
||||
pub const RECON_FEATURE_TAG: &str = "RECONCILIATION AND SETTLEMENT";
|
||||
|
||||
Reference in New Issue
Block a user