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

@ -3150,6 +3150,7 @@ pub struct PaymentLinkDetails {
pub merchant_logo: String,
pub return_url: String,
pub merchant_name: String,
pub order_details: Vec<pii::SecretSerdeValue>,
pub order_details: Option<Vec<OrderDetailsWithAmount>>,
pub max_items_visible_after_collapse: i8,
pub sdk_theme: Option<String>,
}