mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
refactor(storage): remove id from payment intent, attempt and remove datamodel ext from payment intent (#4923)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in>
This commit is contained in:
@ -497,7 +497,9 @@ pub async fn payment_intent_list(
|
||||
state.into_inner(),
|
||||
&req,
|
||||
payload,
|
||||
|state, auth, req, _| payments::list_payments(state, auth.merchant_account, req),
|
||||
|state, auth, req, _| {
|
||||
payments::list_payments(state, auth.merchant_account, auth.key_store, req)
|
||||
},
|
||||
&auth::ApiKeyAuth,
|
||||
api_locking::LockAction::NotApplicable,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user