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(payments):Card bin Update #7194

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

Conversation

mrudulvajpayee4935
Copy link
Contributor

@mrudulvajpayee4935 mrudulvajpayee4935 commented Feb 5, 2025

Type of Change

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

Description

Add create and update, bulk update APIs for cards_info table. These APIs will be used to update card bin details stored in cards_info table.

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 to test migration-btach

curl --location 'http://localhost:8080/cards/update-batch' \
--header 'api-key: test_admin' \
--form 'file=@"/Users/mrudul.vajpayee/Downloads/visa_test.csv"'

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

@mrudulvajpayee4935 mrudulvajpayee4935 requested review from a team as code owners February 5, 2025 11:00
Copy link

semanticdiff-com bot commented Feb 5, 2025

@mrudulvajpayee4935 mrudulvajpayee4935 self-assigned this Feb 5, 2025
@mrudulvajpayee4935 mrudulvajpayee4935 added M-api-contract-changes Metadata: This PR involves API contract changes A-core Area: Core flows labels Feb 5, 2025
@hyperswitch-bot hyperswitch-bot bot removed the M-api-contract-changes Metadata: This PR involves API contract changes label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant