mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): add flag to wait for post message in threeDSMethodData for three_ds_invoke next action in Payments Confirm (#9454)
This commit is contained in:
committed by
GitHub
parent
0513c2cd71
commit
0b263179af
@ -597,6 +597,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentCreatePaymentLinkConfig,
|
||||
api_models::payments::ThreeDsData,
|
||||
api_models::payments::ThreeDsMethodData,
|
||||
api_models::payments::ThreeDsMethodKey,
|
||||
api_models::payments::PollConfigResponse,
|
||||
api_models::payments::PollConfig,
|
||||
api_models::payments::ExternalAuthenticationDetailsResponse,
|
||||
|
||||
@ -566,6 +566,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentCreatePaymentLinkConfig,
|
||||
api_models::payments::ThreeDsData,
|
||||
api_models::payments::ThreeDsMethodData,
|
||||
api_models::payments::ThreeDsMethodKey,
|
||||
api_models::payments::PollConfigResponse,
|
||||
api_models::payments::PollConfig,
|
||||
api_models::payments::ExternalAuthenticationDetailsResponse,
|
||||
|
||||
Reference in New Issue
Block a user