Skip to content

Commit

Permalink
chore(payment_links): code update after merging w main]
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif-m committed Jul 19, 2024
1 parent 1df15fd commit 54a9d45
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 @@ -68,7 +68,7 @@ pub async fn form_payment_link_data(
let db = &*state.store;
let payment_intent = db
.find_payment_intent_by_payment_id_merchant_id(
&(&state).into(),
&(state).into(),
&payment_id,
&merchant_id,
&key_store,
Expand Down

0 comments on commit 54a9d45

Please sign in to comment.