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

@ -463,9 +463,8 @@ pub struct PaymentLinkConfig {
#[serde(deny_unknown_fields)]
pub struct PaymentLinkColorSchema {
pub primary_color: Option<String>,
pub primary_accent_color: Option<String>,
pub secondary_color: Option<String>,
pub background_primary_color: Option<String>,
pub sdk_theme: Option<String>,
}
#[derive(Clone, Debug, Deserialize, ToSchema, Serialize)]