Skip to content

Commit 5bf5bf1

Browse files
Nishanth ChallaNishanth Challa
authored andcommitted
feat(connector): add Recurly to additional revenue recovery call
1 parent f09f19c commit 5bf5bf1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/hyperswitch_connectors/src/default_implementations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3604,6 +3604,7 @@ default_imp_for_additional_revenue_recovery_call!(
36043604
connectors::Placetopay,
36053605
connectors::Rapyd,
36063606
connectors::Razorpay,
3607+
connectors::Recurly,
36073608
connectors::Redsys,
36083609
connectors::Shift4,
36093610
connectors::Stax,

crates/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ payouts = ["api_models/payouts", "common_enums/payouts", "hyperswitch_connectors
3333
payout_retry = ["payouts"]
3434
recon = ["email", "api_models/recon"]
3535
retry = []
36-
v2 = ["customer_v2", "payment_methods_v2", "common_default", "api_models/v2", "diesel_models/v2", "hyperswitch_domain_models/v2", "storage_impl/v2", "kgraph_utils/v2", "common_utils/v2", "hyperswitch_connectors/v2","hyperswitch_interfaces/v2", "common_types/v2"]
36+
v2 = ["customer_v2", "payment_methods_v2", "common_default", "api_models/v2", "diesel_models/v2", "hyperswitch_domain_models/v2", "storage_impl/v2", "kgraph_utils/v2", "common_utils/v2", "hyperswitch_connectors/v2","hyperswitch_interfaces/v2", "common_types/v2","revenue_recovery"]
3737
v1 = ["common_default", "api_models/v1", "diesel_models/v1", "hyperswitch_domain_models/v1", "storage_impl/v1", "hyperswitch_interfaces/v1", "kgraph_utils/v1", "common_utils/v1", "hyperswitch_connectors/v1", "common_types/v1"]
3838
customer_v2 = ["api_models/customer_v2", "diesel_models/customer_v2", "hyperswitch_domain_models/customer_v2", "storage_impl/customer_v2"]
3939
payment_methods_v2 = ["api_models/payment_methods_v2", "diesel_models/payment_methods_v2", "hyperswitch_domain_models/payment_methods_v2", "storage_impl/payment_methods_v2", "common_utils/payment_methods_v2"]

0 commit comments

Comments
 (0)