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:
Sai Harsha Vardhan
2025-09-20 12:33:02 +05:30
committed by GitHub
parent 0513c2cd71
commit 0b263179af
8 changed files with 102 additions and 21 deletions

View File

@ -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,

View File

@ -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,