mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
6 lines
187 B
Rust
6 lines
187 B
Rust
/// Max payment intent fulfillment expiry
|
|
pub const MAX_ORDER_FULFILLMENT_EXPIRY: i64 = 1800;
|
|
|
|
/// Min payment intent fulfillment expiry
|
|
pub const MIN_ORDER_FULFILLMENT_EXPIRY: i64 = 60;
|