-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(connector): [ELAVON] Template PR #6309
Conversation
@@ -236,6 +237,7 @@ macro_rules! default_imp_for_new_connector_integration_refund { | |||
} | |||
|
|||
default_imp_for_new_connector_integration_refund!( | |||
connectors::Elavon, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please maintain alphabetical order
5030916
to
af6dfc7
Compare
2ded2e2
725be4b
to
2ded2e2
Compare
76b3a0a
457cea8
to
76b3a0a
Compare
crates/common_enums/src/enums.rs
Outdated
@@ -142,6 +140,133 @@ pub enum AttemptStatus { | |||
DeviceDataCollectionPending, | |||
} | |||
|
|||
#[derive( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove these extra changes
crates/api_models/src/enums.rs
Outdated
@@ -27,6 +27,302 @@ pub enum RoutingAlgorithm { | |||
Custom, | |||
} | |||
|
|||
/// A connector is an integration to fulfill payments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove these extra changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase with main
crates/api_models/src/enums.rs
Outdated
@@ -1,10 +1,10 @@ | |||
use std::str::FromStr; | |||
|
|||
pub use common_enums::*; | |||
#[cfg(feature = "dummy_connector")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cookieg13 I encountered some merge conflicts due to these changes, so it seems they may all be needed going forward.
efc701c
to
4f6bb81
Compare
8825c79
to
c9c16d6
Compare
Type of Change
Description
Template code added for new connector Elavon
https://developer.elavon.com/products/xml-api/v1/api-reference#tag/Process-Transaction-Online
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy