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

feat(payment_methods_session_v2): update flow of Payment Method Session #7157

Open
wants to merge 5 commits into
base: payment_methods_session
Choose a base branch
from

Conversation

ShivanshMathurJuspay
Copy link
Contributor

Type of Change

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

Description

Payment Method Session update flow is implemented for the

Additional Changes

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

Motivation and Context

How did you test it?

curl --location --request PUT 'http://localhost:8080/v2/payment-methods-session/12345_pms_0194bbed8bdc7f63a6c5b30ebacf43d9' \ --header 'x-profile-id: pro_d849jqOjGaRbVqJAex1b' \ --header 'Authorization: api-key=dev_W6NtZznmZkoKCNK7mFzrA06zdjh0VZdDIvOr4nnGx38BrblQElradDGVjEc2pfXx' \ --header 'Content-Type: application/json' \ --data-raw '{ "billing": { "address": { "first_name": "MATHUR_TESTSTAS", "last_name": "SHIVANSH" }, "email": "example@example.com" } }'

Screenshot 2025-01-31 at 4 12 27 PM

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

@ShivanshMathurJuspay ShivanshMathurJuspay requested review from a team as code owners January 31, 2025 10:56
Copy link

semanticdiff-com bot commented Jan 31, 2025

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant