Skip to content

Commit

Permalink
Merge branch 'add_ctx_generic' of github.com:juspay/hyperswitch into …
Browse files Browse the repository at this point in the history
…add_ctx_generic
  • Loading branch information
Chethan-rao committed Oct 4, 2023
2 parents 06a4eff + 5357b83 commit 704fa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/payments/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ pub async fn make_pm_data<'a, F: Clone, R, Ctx: router_types::handler::PaymentMe

pub async fn store_in_vault_and_generate_ppmt(
state: &AppState,
payment_method_data: &api::PaymentMethodData,
payment_method_data: &api_models::payments::PaymentMethodData,
payment_intent: &PaymentIntent,
payment_attempt: &PaymentAttempt,
payment_method: enums::PaymentMethod,
Expand Down

0 comments on commit 704fa8b

Please sign in to comment.