Skip to content

Commit

Permalink
refactor(router): fixed error message for payment which already has s…
Browse files Browse the repository at this point in the history
…tatus
  • Loading branch information
sahkal committed Nov 21, 2023
1 parent d16f31b commit cd7d1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/payment_link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub async fn intiate_payment_link_flow(
storage_enums::IntentStatus::RequiresCapture,
storage_enums::IntentStatus::RequiresMerchantAction,
],
"create payment link",
"use payment link for",
)?;

let payment_link = db
Expand Down

0 comments on commit cd7d1b4

Please sign in to comment.