mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(business_profile_v2): business profile v2 create and retrieve endpoint (#5606)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
5
crates/api_models/src/consts.rs
Normal file
5
crates/api_models/src/consts.rs
Normal file
@ -0,0 +1,5 @@
|
||||
/// 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;
|
||||
Reference in New Issue
Block a user