mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
refactor(customers): add offset and limit to customers list (#5735)
This commit is contained in:
@ -32,6 +32,8 @@ pub const DEFAULT_SESSION_EXPIRY: i64 = 15 * 60;
|
||||
/// The length of a merchant fingerprint secret
|
||||
pub const FINGERPRINT_SECRET_LENGTH: usize = 64;
|
||||
|
||||
pub const DEFAULT_LIST_API_LIMIT: u16 = 10;
|
||||
|
||||
// String literals
|
||||
pub(crate) const UNSUPPORTED_ERROR_MESSAGE: &str = "Unsupported response type";
|
||||
pub(crate) const LOW_BALANCE_ERROR_MESSAGE: &str = "Insufficient balance in the payment method";
|
||||
|
||||
Reference in New Issue
Block a user