feat(payments): [Payment links] Add configs for payment link#7288
Merged
Gnanasundari24 merged 1 commit intomainfrom Feb 18, 2025
Merged
feat(payments): [Payment links] Add configs for payment link#7288Gnanasundari24 merged 1 commit intomainfrom
Gnanasundari24 merged 1 commit intomainfrom
Conversation
Changed Files
|
33d9682 to
ff28cab
Compare
sahkal
reviewed
Feb 17, 2025
Comment on lines
684
to
713
Contributor
There was a problem hiding this comment.
instead of writing these redundant lines of code again and again, can we use the macro get_payment_link_config_value!
e0ee462 to
071e835
Compare
kashif-m
previously approved these changes
Feb 18, 2025
sahkal
reviewed
Feb 18, 2025
Comment on lines
635
to
650
Contributor
There was a problem hiding this comment.
you can append the following values in line 610 only right!
Contributor
Author
There was a problem hiding this comment.
doing that throws error. The macro call at 635 is actually returning option<..> values, but the previous macro call does not return option.
Contributor
There was a problem hiding this comment.
Okay! this is because we have default values for the above params.
sahkal
previously approved these changes
Feb 18, 2025
071e835 to
27fc5e8
Compare
kashif-m
approved these changes
Feb 18, 2025
sahkal
approved these changes
Feb 18, 2025
jarnura
approved these changes
Feb 18, 2025
dgeee13
commented
Feb 18, 2025
| let locking_action = payload.get_locking_input(flow.clone()); | ||
|
|
||
| api::server_wrap( | ||
| Box::pin(api::server_wrap( |
Contributor
Author
dgeee13
added a commit
that referenced
this pull request
Feb 21, 2025
dgeee13
added a commit
that referenced
this pull request
Feb 21, 2025
dgeee13
added a commit
that referenced
this pull request
Feb 21, 2025
pixincreate
added a commit
that referenced
this pull request
Feb 21, 2025
* 'main' of github.com:juspay/hyperswitch: fix(connector): [DATATRANS] Fix Force Sync Flow (#7331) chore(version): 2025.02.21.0 fix(connector): [DATATRANS] Add new payment status (#7327) feat(router): [Xendit] add support for split payments (#7143) fix(payment_methods_v2): update fingerprint implementation in v2 (#7270) feat(router): Add Payments - List endpoint for v2 (#7191) feat(core): add support for confirmation flow for click to pay (#6982) chore(version): 2025.02.20.0 fix(connector): [SCRIPT] Update template generating script and updated connector doc (#7301) ci(cypress): add assertions for `requires_cvv` (#7296) refactor(utils): match string for state with SDK's naming convention (#7300) feat(core): add hypersense integration api (#7218) chore(version): 2025.02.19.0 feat(connector): [Moneris] Add payments flow (#7249) feat(core): api ,domain and diesel model changes for extended authorization (#6607) feat(payments): [Payment links] Add configs for payment link (#7288)
This file contains hidden or 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
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
Added below configs for payment link
Additional Changes
Motivation and Context
How did you test it?
Tested locally
Update business_profile configs
Create payment link
Payment link

Secured Payment link

Checklist
cargo +nightly fmt --allcargo clippy