-
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): [Gocardless] add boilerplate code #2179
Conversation
@@ -76,7 +77,7 @@ impl ConnectorAuthentication { | |||
/// Will panic if `CONNECTOR_AUTH_FILE_PATH` env is not set | |||
#[allow(clippy::expect_used)] | |||
pub fn new() -> Self { | |||
// Do `export CONNECTOR_AUTH_FILE_PATH="/hyperswitch/crates/router/tests/connectors/sample_auth.toml"` | |||
// Do `export CONNECTOR_AUTH_FILE_PATH="/hyperswitch/crates/router/tests/connectors/sample_sample_auth.toml"` |
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.
This was added by the script, Will revert in next PR<
@@ -142,6 +142,7 @@ impl<const T: u8> | |||
} | |||
|
|||
default_imp_for_complete_authorize!( | |||
connector::Gocardless, |
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 the order here as well as in the other default implementations.
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.
@prasunna09 I resolved it in a separate PR -#2180. Will raise once testing is completed
Type of Change
Description
Gocardless new connector integration
Additional Changes
Checklist
cargo +nightly fmt --all
cargo clippy