Skip to content

Commit

Permalink
Refactor(core): Reverts Inclusion of constraint graph for merchant Pa…
Browse files Browse the repository at this point in the history
…yment Method list (#4839)
  • Loading branch information
prajjwalkumar17 authored May 31, 2024
1 parent 5cb84f6 commit f74b9b6
Show file tree
Hide file tree
Showing 7 changed files with 458 additions and 1,084 deletions.
2 changes: 0 additions & 2 deletions crates/euclid/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ pub enum MandateAcceptanceType {
pub enum PaymentType {
SetupMandate,
NonMandate,
NewMandate,
UpdateMandate,
}

#[derive(
Expand Down
1 change: 0 additions & 1 deletion crates/router/src/core/payment_methods.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub mod cards;
pub mod surcharge_decision_configs;
pub mod transformers;
pub mod utils;
pub mod vault;

pub use api_models::enums::Connector;
Expand Down
684 changes: 457 additions & 227 deletions crates/router/src/core/payment_methods/cards.rs

Large diffs are not rendered by default.

Loading

0 comments on commit f74b9b6

Please sign in to comment.