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:
@ -113,7 +113,7 @@ pub fn mk_app(
|
||||
> {
|
||||
let mut server_app = get_application_builder(request_body_limit, state.conf.cors.clone());
|
||||
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
#[cfg(all(feature = "dummy_connector", feature = "v1"))]
|
||||
{
|
||||
use routes::DummyConnector;
|
||||
server_app = server_app.service(DummyConnector::server(state.clone()));
|
||||
|
||||
Reference in New Issue
Block a user