mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(payments): add client_secret auth for payments retrieve (#1663)
This commit is contained in:
committed by
GitHub
parent
be5d55c98f
commit
b428298030
@ -486,6 +486,7 @@ impl PaymentRedirectFlow for PaymentRedirectSync {
|
||||
encoded_data: None,
|
||||
}
|
||||
}),
|
||||
client_secret: None,
|
||||
};
|
||||
payments_core::<api::PSync, api::PaymentsResponse, _, _, _>(
|
||||
state,
|
||||
|
||||
Reference in New Issue
Block a user