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

chore: add api reference for blocklist #3336

Merged
merged 11 commits into from
Jan 12, 2024
Merged

Conversation

prajjwalkumar17
Copy link
Contributor

@prajjwalkumar17 prajjwalkumar17 commented Jan 11, 2024

Type of Change

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

Description

This PR adds the api contracts(utoipa) for blocklist apis.

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?

The test cases can be found out here in this PR.

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
  • I added a CHANGELOG entry if applicable

@prajjwalkumar17 prajjwalkumar17 added the C-doc Category: Documentation updates label Jan 11, 2024
@prajjwalkumar17 prajjwalkumar17 added this to the December 2023 Release milestone Jan 11, 2024
@prajjwalkumar17 prajjwalkumar17 self-assigned this Jan 11, 2024
@prajjwalkumar17 prajjwalkumar17 requested a review from a team as a code owner January 11, 2024 19:39
@prajjwalkumar17 prajjwalkumar17 added the C-refactor Category: Refactor label Jan 12, 2024
vspecky
vspecky previously approved these changes Jan 12, 2024
@prajjwalkumar17 prajjwalkumar17 linked an issue Jan 12, 2024 that may be closed by this pull request
9 tasks
@likhinbopanna likhinbopanna added this pull request to the merge queue Jan 12, 2024
Merged via the queue into main with commit f381d86 Jan 12, 2024
11 checks passed
@likhinbopanna likhinbopanna deleted the chore_api_specs_blocklist branch January 12, 2024 13:13
pixincreate added a commit that referenced this pull request Jan 13, 2024
* 'main' of github.com:juspay/hyperswitch: (22 commits)
  chore(version): 2024.01.12.1
  chore: add api reference for blocklist (#3336)
  chore(config): add merchant_secret config for webhooks for  cashtocode and volt in wasm dashboard (#3333)
  chore(version): 2024.01.12.0
  fix: update amount_capturable based on intent_status and payment flow (#3278)
  feat: add support for card extended bin in payment attempt (#3312)
  feat(connector): [cybersource] Implement 3DS flow for cards (#3290)
  chore: remove connector auth TOML files from `.gitignore` and `.dockerignore` (#3330)
  fix(refund): add merchant_connector_id in refund (#3303)
  feat(connector): [BOA/CYB] Store AVS response in connector_metadata (#3271)
  feat(outgoingwebhookevent): adding api for query to fetch outgoing webhook events log (#3310)
  feat(router): payment_method block (#3056)
  feat(connector): [Volt] Add support for refund webhooks  (#3326)
  feat(users): invite user without email (#3328)
  feat(euclid_wasm): config changes for NMI (#3329)
  refactor(router): restricted list payment method Customer to api-key based (#3100)
  feat(connector): [BOA/Cyb] Include merchant metadata in capture and void requests (#3308)
  fix(router): add config to avoid connector tokenization for `apple pay` `simplified flow` (#3234)
  refactor(router): flagged order_details validation to skip validation (#3116)
  fix(core): surcharge with saved card failure (#3318)
  ...
pixincreate added a commit that referenced this pull request Jan 18, 2024
…-router

* 'main' of github.com:juspay/hyperswitch:
  fix(payment_link): added expires_on in payment response (#3332)
  fix(connector_onboarding): Check if connector exists for the merchant account and add reset tracking id API (#3229)
  chore(version): 2024.01.12.1
  chore: add api reference for blocklist (#3336)
@prajjwalkumar17 prajjwalkumar17 removed a link to an issue Jan 24, 2024
9 tasks
@prajjwalkumar17 prajjwalkumar17 linked an issue Jan 24, 2024 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
C-doc Category: Documentation updates C-refactor Category: Refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOCS] Add Api-Refrence for Blocklist
5 participants