-
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 to iatapay along with amount conversion code to connector template #4866
Merged
Gnanasundari24
merged 144 commits into
main
from
5188-amount-conversion-do-amount-conversion-for-iatapay
Jul 1, 2024
Merged
refactor(connector): Add amount conversion framework to iatapay along with amount conversion code to connector template #4866
Gnanasundari24
merged 144 commits into
main
from
5188-amount-conversion-do-amount-conversion-for-iatapay
Jul 1, 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
…flow with connector as Stripe" (#5108)
… into 5188-amount-conversion-do-amount-conversion-for-iatapay
Base automatically changed from
5187-amount-conversion-do-amount-conversion-for-paypal
to
main
June 28, 2024 06:46
hyperswitch-bot
bot
added
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Jun 28, 2024
hyperswitch-bot
bot
removed
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Jun 28, 2024
jarnura
approved these changes
Jun 28, 2024
jagan-jaya
approved these changes
Jun 28, 2024
AkshayaFoiger
approved these changes
Jul 1, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jul 1, 2024
Gnanasundari24
deleted the
5188-amount-conversion-do-amount-conversion-for-iatapay
branch
July 1, 2024 11:36
pixincreate
added a commit
that referenced
this pull request
Jul 2, 2024
…ror-handling-in-cypress * 'main' of github.com:juspay/hyperswitch: fix(auth_methods): Add checks for duplicate `auth_method` in create API (#5161) chore(version): 2024.07.02.0 fix(router): rename the browser name header to `x-browser-name` (#5162) fix(router): mark retry payment as failure if `connector_tokenization` fails (#5114) fix(connector): [Paypal] dispute webhook deserialization failure (#5111) feat(analytics): Add v2 payment analytics (payment-intents analytics) (#5150) feat(globalsearch): Implement tag-based filters in global search (#5151) refactor(connector): Add amount conversion framework to iatapay along with amount conversion code to connector template (#4866) feat(payment_link): add multiple custom css support in business level (#5137) feat(connector): [Bambora Apac] Template for integration (#5062) feat(tls): add support for https in actix web (#5089) chore(ci): fix ci tests failing by removing them (#5167) chore(version): 2024.07.01.0 chore(postman): update Postman collection files ci(postman): log request id for user tests (#5159) chore(euclid_wasm): make field domain optional wasm (#5154)
SanchithHegde
removed
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
high-risk
labels
Jul 7, 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 IATAPAY
Note: Iatapay works in BaseUnit
along with amount conversion code to connector template
Additional Changes
Motivation and Context
How did you test it?
Flows to test in Iatapay
Authorise
Refund
Checklist
cargo +nightly fmt --all
cargo clippy