mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(payments_v2): add finish redirection endpoint (#6549)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
This commit is contained in:
@ -66,10 +66,15 @@ pub enum ApiEventsType {
|
||||
},
|
||||
Routing,
|
||||
ResourceListAPI,
|
||||
#[cfg(feature = "v1")]
|
||||
PaymentRedirectionResponse {
|
||||
connector: Option<String>,
|
||||
payment_id: Option<id_type::PaymentId>,
|
||||
},
|
||||
#[cfg(feature = "v2")]
|
||||
PaymentRedirectionResponse {
|
||||
payment_id: id_type::GlobalPaymentId,
|
||||
},
|
||||
Gsm,
|
||||
// TODO: This has to be removed once the corresponding apiEventTypes are created
|
||||
Miscellaneous,
|
||||
|
||||
Reference in New Issue
Block a user