-
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): [NOMUPAY] Add template code #6382
Conversation
ba76e76
to
3494814
Compare
resolve the failing checks and add openapi changes as well |
3494814
to
1eafd83
Compare
8f397de
to
047bb9d
Compare
config/development.toml
Outdated
@@ -237,6 +238,7 @@ multisafepay.base_url = "https://testapi.multisafepay.com/" | |||
netcetera.base_url = "https://{{merchant_endpoint_prefix}}.3ds-server.prev.netcetera-cloud-payment.ch" | |||
nexinets.base_url = "https://apitest.payengine.de/v1" | |||
nexixpay.base_url = "https://xpaysandbox.nexigroup.com/api/phoenix-0.0/psp/api/v1" | |||
nomupay.base_url = "https://payout-api.sandbox.nomupay.com" |
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 fix the alphabetical here
config/docker_compose.toml
Outdated
@@ -247,6 +248,7 @@ cards = [ | |||
"netcetera", | |||
"nexinets", | |||
"nexixpay", | |||
"nomupay", |
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.
same
@@ -53,6 +53,7 @@ pub struct Connectors { | |||
pub netcetera: ConnectorParams, | |||
pub nexinets: ConnectorParams, | |||
pub nexixpay: ConnectorParams, | |||
pub nomupay: ConnectorParams, |
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.
same
loadtest/config/development.toml
Outdated
@@ -213,6 +214,7 @@ cards = [ | |||
"netcetera", | |||
"nexinets", | |||
"nexixpay", | |||
"nomupay", |
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.
same
95857f2
to
51c9e21
Compare
a2d8841
adf5a81
to
a2d8841
Compare
a2d8841
to
5ea5cc6
Compare
308a230
0680bdd
to
308a230
Compare
689f364
44c632c
to
689f364
Compare
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Type of Change
Description
Template connector code for Nomupay payout
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy