feat(payment_link): Add support for saved payment method option for payment link (#4373)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2024-04-17 17:07:33 +05:30
committed by GitHub
parent ca47ea9b13
commit 14341cad27
6 changed files with 43 additions and 5 deletions

View File

@ -4490,6 +4490,7 @@ pub struct PaymentLinkDetails {
pub merchant_description: Option<String>,
pub sdk_layout: String,
pub display_sdk_only: bool,
pub enabled_saved_payment_method: bool,
}
#[derive(Debug, serde::Serialize)]