Skip to content

Commit

Permalink
refactor(docs): remove abbreviation
Browse files Browse the repository at this point in the history
committed from GitHub web

Co-authored-by: Sanchith Hegde <[email protected]>
  • Loading branch information
kashif-m and SanchithHegde authored Jul 29, 2024
1 parent a5da70f commit 5e0814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/api_models/src/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5332,7 +5332,7 @@ pub struct RetrievePaymentLinkResponse {
pub status: PaymentLinkStatus,
#[schema(value_type = Option<Currency>)]
pub currency: Option<api_enums::Currency>,
/// Secure payment link (with security checks and listing SPMs)
/// Secure payment link (with security checks and listing saved payment methods)
pub secure_link: Option<String>,
}

Expand Down

0 comments on commit 5e0814a

Please sign in to comment.