mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat(payment_link): added display_sdk_only option for displaying only sdk without payment details (#4363)
This commit is contained in:
@ -68,3 +68,6 @@ pub const DEFAULT_SDK_LAYOUT: &str = "tabs";
|
||||
|
||||
/// Payment intent default client secret expiry (in seconds)
|
||||
pub const DEFAULT_SESSION_EXPIRY: i64 = 15 * 60;
|
||||
|
||||
/// Default bool for Display sdk only
|
||||
pub const DEFAULT_DISPLAY_SDK_ONLY: bool = false;
|
||||
|
||||
Reference in New Issue
Block a user