mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): added Payment link new design (#2731)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com> Co-authored-by: Kashif <kashif@protonmail.com>
This commit is contained in:
@ -29,3 +29,15 @@ pub const SURCHARGE_PERCENTAGE_PRECISION_LENGTH: u8 = 2;
|
||||
|
||||
/// Header Key for application overhead of a request
|
||||
pub const X_HS_LATENCY: &str = "x-hs-latency";
|
||||
|
||||
/// SDK Default Theme const
|
||||
pub const DEFAULT_SDK_THEME: &str = "#7EA8F6";
|
||||
|
||||
/// Default Payment Link Background color
|
||||
pub const DEFAULT_BACKGROUND_COLOR: &str = "#E5E5E5";
|
||||
|
||||
/// Default product Img Link
|
||||
pub const DEFAULT_PRODUCT_IMG: &str = "https://i.imgur.com/On3VtKF.png";
|
||||
|
||||
/// Default Merchant Logo Link
|
||||
pub const DEFAULT_MERCHANT_LOGO: &str = "https://i.imgur.com/RfxPFQo.png";
|
||||
|
||||
Reference in New Issue
Block a user