-
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(pm_list): add required fields for giropay #3194
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
bd1c1dc
add dynamic fields for sofort aci
AkshayaFoiger b3d0f99
add dynamic field changes for sofort aci
AkshayaFoiger dd67fee
add dynamic field changes for sofort aci
AkshayaFoiger 0bd5824
add globalpay and mollie dynamic fields for sofort
AkshayaFoiger 588c6b3
add dynamic fields for sofort
AkshayaFoiger 8679744
chore: run formatter
hyperswitch-bot[bot] eb36df4
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 289503c
add dynamic fields for aci and adyen giropay
AkshayaFoiger 333ee50
add dynamic fields for giropay
AkshayaFoiger 2bfb7ba
chore: run formatter
hyperswitch-bot[bot] 701affa
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] e790955
add mandate req field for stripe sofort
AkshayaFoiger 678eb53
chore: run formatter
hyperswitch-bot[bot] 4c4e0c0
Merge branch 'main' into dynamic_field/sofort
AkshayaFoiger bd59a2e
make fields manditory
AkshayaFoiger 3f52d5f
Merge branch 'main' into dynamic_field/sofort
AkshayaFoiger 51fc9a0
add mandate config and refactor stripe sofort
AkshayaFoiger 4737bf5
refactor stripe transformer
AkshayaFoiger 8749233
remove extra field
AkshayaFoiger 28cb2cd
correct field path
AkshayaFoiger 17ee23d
Update crates/router/src/connector/paypal/transformers.rs
AkshayaFoiger 9bc80d4
Merge branch 'main' into dynamic_field/sofort
AkshayaFoiger 1b7c138
fix clippy error
AkshayaFoiger 2bc92a4
fix clippy error
AkshayaFoiger 1717524
chore: run formatter
hyperswitch-bot[bot] 6d65743
resolve comment: make stripe country req
AkshayaFoiger cb87d75
Update crates/router/src/configs/defaults.rs
AkshayaFoiger ea7eb37
add comment
AkshayaFoiger 9c0af54
add re field for stripe
AkshayaFoiger 5821804
chore: run formatter
hyperswitch-bot[bot] ab92bbf
resolve comment
AkshayaFoiger b5b9fc7
update default.rs
AkshayaFoiger 29c16bd
Merge branch 'dynamic_field/sofort' into dynamic_field/giropay
AkshayaFoiger 3a3585d
chore: run formatter
hyperswitch-bot[bot] c0ccd99
Merge branch 'main' into dynamic_field/sofort
AkshayaFoiger f8f868d
make aci country a mandatory field
AkshayaFoiger bdf11fc
refactor giropay required fields
AkshayaFoiger f87f157
Merge branch 'dynamic_field/sofort' into dynamic_field/giropay
AkshayaFoiger 845121c
add configs
AkshayaFoiger d988c81
Merge branch 'main' into dynamic_field/giropay
AkshayaFoiger d740753
Merge branch 'main' into dynamic_field/giropay
AkshayaFoiger 457bb72
correct the typo
AkshayaFoiger 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
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.
if Adyen supports mandates, could you please confirm if this config is present in toml file?
Could you please check for other connectors?
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.
Adyen supports mandates. I will add it to the config files
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.
Also, make sure you update the env files which is located at https://github.com/juspay/hyperswitch/tree/main/config/deployments