-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(tokenio): Add Template PR #8095
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
Conversation
ff68228
to
b37234f
Compare
@@ -2173,6 +2190,7 @@ default_imp_for_file_upload!( | |||
connectors::Threedsecureio, | |||
connectors::Thunes, | |||
connectors::Trustpay, | |||
connectors::Tokenio, |
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 everywhere in this file.
@@ -1295,6 +1303,7 @@ default_imp_for_new_connector_integration_payouts_eligibility!( | |||
connectors::Threedsecureio, | |||
connectors::Thunes, | |||
connectors::Trustpay, | |||
connectors::Tokenio, |
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 everywhere in this file.
@@ -125,6 +125,7 @@ stripe.base_url_file_upload = "https://files.stripe.com/" | |||
stripebilling.base_url = "https://api.stripe.com/" | |||
taxjar.base_url = "https://api.taxjar.com/v2/" | |||
thunes.base_url = "https://api.limonetik.com/" | |||
tokenio.base_url = "https://api.token.io" |
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.
Is it the same url for all the environments ?
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.
Yes We have raised the query though
157d3d0
91342ff
to
157d3d0
Compare
Type of Change
Description
Template PR for TOkenio
Additional Changes
Motivation and Context
How did you test it?
No testing required
Checklist
cargo +nightly fmt --all
cargo clippy