mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(router): Add Smart Routing to route payments efficiently (#2665)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shashank_attarde <shashank.attarde@juspay.in> Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com> Co-authored-by: Amisha Prabhat <55580080+Aprabhat19@users.noreply.github.com>
This commit is contained in:
@ -369,6 +369,7 @@ async fn payments_create_core() {
|
||||
req,
|
||||
services::AuthFlow::Merchant,
|
||||
payments::CallConnectorAction::Trigger,
|
||||
None,
|
||||
api::HeaderPayload::default(),
|
||||
)
|
||||
.await
|
||||
@ -539,6 +540,7 @@ async fn payments_create_core_adyen_no_redirect() {
|
||||
req,
|
||||
services::AuthFlow::Merchant,
|
||||
payments::CallConnectorAction::Trigger,
|
||||
None,
|
||||
api::HeaderPayload::default(),
|
||||
)
|
||||
.await
|
||||
|
||||
@ -135,6 +135,7 @@ async fn payments_create_core() {
|
||||
req,
|
||||
services::AuthFlow::Merchant,
|
||||
payments::CallConnectorAction::Trigger,
|
||||
None,
|
||||
api::HeaderPayload::default(),
|
||||
)
|
||||
.await
|
||||
@ -313,6 +314,7 @@ async fn payments_create_core_adyen_no_redirect() {
|
||||
req,
|
||||
services::AuthFlow::Merchant,
|
||||
payments::CallConnectorAction::Trigger,
|
||||
None,
|
||||
api::HeaderPayload::default(),
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user