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:
@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user