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:
Sahkal Poddar
2023-11-10 14:39:32 +05:30
committed by GitHub
parent 20c4226a36
commit 2a4f5d1371
7 changed files with 721 additions and 651 deletions

View File

@ -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";