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: over capture status flag #2092

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

sagarnaikjuspay
Copy link
Contributor

@sagarnaikjuspay sagarnaikjuspay commented Jan 20, 2025

Type of Change

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

Description

changes in this pr

  1. Add the always_request_overcapture flag to Payment Settings (Profile). This flag should be passed during the profile creation call.
  2. Add the overcapture_status field to the More Payment Details section of payments. Possible values are not_applicable and applicable.
    Screenshot 2025-01-20 at 2 46 54 PM
    Screenshot 2025-01-20 at 2 47 11 PM

Motivation and Context

How did you test it?

default value of always_request_overcapture will be false but the flag is enabled the its will sent as true and more payment details under section under payment details page also should consists overcapture_status value

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@sagarnaikjuspay sagarnaikjuspay added S-waiting-on-review Status: This PR has been implemented and needs to be reviewed core Status: issues related to core labels Jan 20, 2025
@sagarnaikjuspay sagarnaikjuspay self-assigned this Jan 20, 2025
@sagarnaikjuspay sagarnaikjuspay requested a review from a team as a code owner January 20, 2025 09:21
Copy link

Review changes with  SemanticDiff

@sagarnaikjuspay sagarnaikjuspay linked an issue Jan 20, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Status: issues related to core S-waiting-on-review Status: This PR has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: overcapture_statue flag addition
1 participant