-
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(core): Add Support for Payments Dynamic Tax Calculation Based on Shipping Address #5619
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
6c808db
feat: add taxjar api
swangi-kumari 6cf9a5a
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari b6514e0
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari 9564f4e
chore: run formatter
hyperswitch-bot[bot] 39f8e50
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 337b7ba
refactor: merege main
swangi-kumari 4bc9a19
Merge branch 'tax-jar-api' of https://github.com/juspay/hyperswitch i…
swangi-kumari 461c6aa
refactor: resolve clippy
swangi-kumari bc79ada
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari 3cd1f09
feat: update order_tax_amount in payment_data_payment_intent_tax_details
swangi-kumari 60cbfb1
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari 51f8c11
refactor: formatting
swangi-kumari 72e9e13
refactor: resolve clippy errors
swangi-kumari 0428e30
refactor: add session update api
swangi-kumari 7441b2b
refactor: change type of shipping and order details
swangi-kumari 73d7923
chore: run formatter
hyperswitch-bot[bot] a27d6af
refactor: tax jar integration
swangi-kumari 778a14f
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] a794c41
feat: update trackers
swangi-kumari 0d4243b
Merge branch 'tax-jar-api' of https://github.com/juspay/hyperswitch i…
swangi-kumari d888f61
feat: call tax jar in payment create and update
swangi-kumari 503d79d
feat: connector call succesfu
swangi-kumari 9f8589d
refactor: formatting
swangi-kumari 541af03
refactor: add shipping_addres_id
swangi-kumari 82db69f
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari 1533be1
refactor: update shipping add id and populate net amount in response
swangi-kumari 5e03bbd
refactor: remove println and some refactoring
swangi-kumari ea3decd
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari 4785eae
refactor: solve clippy and generate schema_v2
swangi-kumari 52b7dbf
refactor: rename trait
swangi-kumari 3702622
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari d64919c
refactor: generate open-api
swangi-kumari 7669161
refactor: clippy
swangi-kumari f87bfe3
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari 03a932b
refactor: resolve conflicts
swangi-kumari 57f6678
refactor: resolve comments
swangi-kumari 090b345
refactor: add Dynamic Tax Calculation to openapi
swangi-kumari 128e2fe
refactor: resolve comments
swangi-kumari 4de2043
refactor: update payment_method_type in payment attempt of get tracker
swangi-kumari 4714515
refactor: amount changes
swangi-kumari 59275e0
refactor: resolve comments
swangi-kumari b645321
refactor: add update_by and shipping details
swangi-kumari 5636e60
refactor: amount
swangi-kumari b1e6041
refactor: remove
swangi-kumari 398d845
Merge remote-tracking branch 'origin' into tax-jar-api
swangi-kumari 4b0d9aa
refactor: solve clippy
swangi-kumari 0b69be0
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 09d8890
refactor: resolve clippy_v2
swangi-kumari ee4782d
refactor: fix
swangi-kumari 05932ee
refactor: resolve comments
swangi-kumari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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 this part of the payment lifecycle ?,
if not this can be none
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 this is part of payment life cycle.