-
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
refactor(connector): add amount conversion framework for noon #4843
Merged
likhinbopanna
merged 111 commits into
main
from
5182-amount-conversion-do-amount-conversion-for-noon
Jun 19, 2024
Merged
refactor(connector): add amount conversion framework for noon #4843
likhinbopanna
merged 111 commits into
main
from
5182-amount-conversion-do-amount-conversion-for-noon
Jun 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…m/juspay/hyperswitch into change_core_amount_to_domain_type
…m/juspay/hyperswitch into change_core_amount_to_domain_type
…m/juspay/hyperswitch into change_core_amount_to_domain_type
…m/juspay/hyperswitch into change_core_amount_to_domain_type
…m/juspay/hyperswitch into change_core_amount_to_domain_type
…https://github.com/juspay/hyperswitch into 5182-amount-conversion-do-amount-conversion-for-noon
sahkal
added
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
high-risk
labels
Jun 5, 2024
Base automatically changed from
5178-amount-conversion-do-amount-conversion-for-bluesnap
to
main
June 12, 2024 07:25
…2-amount-conversion-do-amount-conversion-for-noon
SamraatBansal
requested changes
Jun 12, 2024
SamraatBansal
requested changes
Jun 14, 2024
SamraatBansal
approved these changes
Jun 19, 2024
Narayanbhat166
approved these changes
Jun 19, 2024
likhinbopanna
deleted the
5182-amount-conversion-do-amount-conversion-for-noon
branch
June 19, 2024 10:51
pixincreate
added a commit
that referenced
this pull request
Jun 20, 2024
…ress-skip * 'main' of github.com:juspay/hyperswitch: (27 commits) feat(cypress): add 2 more payout connectors and bank transfer support for payout (#4993) chore(version): 2024.06.20.0 Refactor(core): reverts the payment method list filtering using constraint graph (#5044) feat(router): add payment method type duplication check for `google_pay` (#5023) refactor(storage): remove `id` from payment intent, attempt and remove datamodel ext from payment intent (#4923) fix(events): Correct parsing of API events with user event_type for Clickhouse (#5022) fix(connector): add local bank redirect type in compatibility layer, default the country to AT for Local Bank Redirect and add creds_identifier in access token (#5038) refactor(connector): add amount conversion framework for noon (#4843) fix(logging): fix stack overflow on recording restricted keys (#4423) feat(core): Add logger for sessions call failure (#5036) chore(version): 2024.06.19.0 fix(opensearch): handle index not present errors in search api (#4965) feat(multitenancy): add tenant_id as a field for data pipeline and support individual database for clickhouse (#4867) refactor: add basic counter metrics for IMC (#5006) fix(payment_methods): populate card fields while saving card again during metadata change condition (#5019) feat(router): Override the `setup_future_usage` to `on_session` based on the merchant config (#5016) chore(docker-compose): pass correct configuration values for running SDK demo app (#5012) refactor: Move trait ConnectorIntegration to crate hyperswitch_interfaces (#4946) chore(version): 2024.06.17.0 chore(process_tracker): use `const` instead of `String` for `business_status` (#4849) ...
14 tasks
SanchithHegde
removed
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
high-risk
labels
Jun 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
This PR adds amount conversion framework to noon.
Note: Noon works in major unit String
Additional Changes
Motivation and Context
How did you test it?
Authorise
Setup Mandate
Recurring mandate
Refund
Manual Capture
Capture Call
Checklist
cargo +nightly fmt --all
cargo clippy