Skip to content
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: handle redirections for iframed content #5591

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

kashif-m
Copy link
Contributor

@kashif-m kashif-m commented Aug 12, 2024

(cherry picked from commit db6df219a9cd12d619268f388b26c88692d858f8)

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

How did you test it?

[Payments] open links (no auth redirections)
Screen.Recording.2024-08-12.at.1.53.41.PM.mov
[Payments] open links (with auth redirections)
Screen.Recording.2024-08-12.at.1.54.19.PM.mov
[Payments] secure links (no auth redirections)
Screen.Recording.2024-08-12.at.1.52.21.PM.mov
[Payments] secure links (with auth redirections)
Screen.Recording.2024-08-12.at.1.49.31.PM.mov
[Payouts] secure links (with status page redirection)
Screen.Recording.2024-08-12.at.1.55.23.PM.mov

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

(cherry picked from commit db6df219a9cd12d619268f388b26c88692d858f8)
@kashif-m kashif-m self-assigned this Aug 12, 2024
@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Aug 12, 2024
@kashif-m kashif-m linked an issue Aug 12, 2024 that may be closed by this pull request
2 tasks
@kashif-m kashif-m added A-core Area: Core flows Payouts Area: Payouts Payment Links and removed M-api-contract-changes Metadata: This PR involves API contract changes labels Aug 12, 2024
@kashif-m kashif-m marked this pull request as ready for review August 13, 2024 09:09
@kashif-m kashif-m requested a review from a team as a code owner August 13, 2024 09:09
@jarnura
Copy link
Member

jarnura commented Sep 11, 2024

Remove console log after figuring out the log pipeline

jarnura
jarnura previously approved these changes Sep 11, 2024
@kashif-m kashif-m requested a review from jarnura September 11, 2024 11:09
@kashif-m
Copy link
Contributor Author

Remove console log after figuring out the log pipeline

Removed from payment links, will remove from payouts (in separate PR) once the log pipelines are in place

@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Sep 12, 2024
Merged via the queue into main with commit 1bb8f5e Sep 12, 2024
14 checks passed
@Gnanasundari24 Gnanasundari24 deleted the iframe-redirections branch September 12, 2024 13:54
pixincreate added a commit that referenced this pull request Sep 13, 2024
* 'main' of github.com:juspay/hyperswitch: (51 commits)
  feat(connector): [DEUTSCHEBANK] Integrate SEPA Payments (#5826)
  feat(payments_v2): payment intent diesel and domain models changes v2 (#5783)
  feat(connector): [Fiuu] ADD Wasm Configs (#5874)
  chore(version): 2024.09.13.0
  refactor(core): Update shipping_cost and order_tax_amount to net_amount of payment_attempt (#5844)
  refactor: return optional request body from build_request_v2 in ConnectorIntegrationV2 trait (#5865)
  feat(refunds): Refunds aggregate api (#5795)
  refactor: handle redirections for iframed content (#5591)
  refactor(payment_links): Update API contract for dynamic transaction details and upgrade UI (#5849)
  fix(router): add payment_method check in `get_mandate_type` (#5828)
  fix(connector): [ZSL] compare consr_paid_amt with the total amount for identifying partial payments (#5873)
  feat(connector): [Novalnet] add Payment flows for cards (#5726)
  chore(version): 2024.09.12.0
  fix(router): return `collect_billing_details_from_wallet_connector` if `always_collect_billing_details_from_wallet_connector ` is false in merchant payment method list (#5854)
  feat(opensearch): add profile_id and organization_id to /search APIs (#5705)
  build(deps): bump `sqlx` to `0.8.2` (#5859)
  refactor: Remove unwanted commented lines (#5851)
  feat(payments): add support for profile aggregates (#5845)
  Feat(connector): [Fiuu] Add DuitNow/FPX PaymentMethod (#5841)
  chore: remove Connectors enum dependency from ConnectorIntegrationV2 trait (#5840)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows Payment Links Payouts Area: Payouts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] handle redirections for iframed content served by HyperSwitch
4 participants