mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
fix(router): decrease payment method token time based on payment_intent creation time (#1682)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -138,11 +138,12 @@ pub async fn list_customer_payment_method_api(
|
||||
state.get_ref(),
|
||||
&req,
|
||||
json_payload.into_inner(),
|
||||
|state, auth, _| {
|
||||
|state, auth, req| {
|
||||
cards::list_customer_payment_method(
|
||||
state,
|
||||
auth.merchant_account,
|
||||
auth.key_store,
|
||||
req,
|
||||
&customer_id,
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user