Skip to content

Commit

Permalink
post merge v2 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
racnan committed Dec 17, 2024
1 parent a84a4dc commit 01deb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ impl<F: Send + Clone> GetTracker<F, payments::PaymentIntentData<F>, PaymentsUpda
_profile: &domain::Profile,
key_store: &domain::MerchantKeyStore,
_header_payload: &hyperswitch_domain_models::payments::HeaderPayload,
_platform_merchant_account: Option<&domain::MerchantAccount>,
) -> RouterResult<operations::GetTrackerResponse<payments::PaymentIntentData<F>>> {
let db = &*state.store;
let key_manager_state = &state.into();
Expand Down
1 change: 1 addition & 0 deletions crates/router/src/routes/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ pub async fn payments_get_intent(
req,
global_payment_id.clone(),
header_payload.clone(),
auth.platform_merchant_account,
)
},
&auth::HeaderAuth(auth::ApiKeyAuth),
Expand Down

0 comments on commit 01deb60

Please sign in to comment.