-
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): add template code for recurly #7284
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,402 @@ | |||
use masking::Secret; |
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.
you can delete this file.
@@ -0,0 +1,421 @@ | |||
use hyperswitch_domain_models::payment_method_data::{Card, PaymentMethodData}; |
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.
Why is this file present in both the crates, hyperswitch_connectors and router ?
@@ -99,6 +99,7 @@ powertranz.base_url = "https://staging.ptranz.com/api/" | |||
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/" | |||
rapyd.base_url = "https://sandboxapi.rapyd.net" | |||
razorpay.base_url = "https://sandbox.juspay.in/" | |||
recurly.base_url = "https://$.recurly.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.
recurly.base_url = "https://$.recurly.com" | |
recurly.base_url = "https://{{merchant_site_name}}.recurly.com" |
Can you make the same changes in all other places ?
Type of Change
Description
connector integration template code for recurly.
Issue: This PR closes the issue #7283
Additional Changes
Motivation and Context
How did you test it?
No testing required since its a template code
Checklist
cargo +nightly fmt --all
cargo clippy