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(connector): [bluesnap] add connector_txn_id fallback for webhook #3315

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

SamraatBansal
Copy link
Contributor

@SamraatBansal SamraatBansal commented Jan 10, 2024

Type of Change

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

Description

add connector_txn_id fallback for webhook

Additional Changes

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

Motivation and Context

#3316

How did you test it?

Trigger webhooks from Bluesnap with and without merchant_transaction_id and receive outgoing webhooks from Hyperswitch

Screenshot 2024-01-10 at 7 13 24 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
  • I added a CHANGELOG entry if applicable

@SamraatBansal SamraatBansal added A-connector-integration Area: Connector integration P-high Priority: High S-waiting-on-review Status: This PR has been implemented and needs to be reviewed C-refactor Category: Refactor labels Jan 10, 2024
@SamraatBansal SamraatBansal self-assigned this Jan 10, 2024
@SamraatBansal SamraatBansal requested a review from a team as a code owner January 10, 2024 13:44
@likhinbopanna likhinbopanna added this pull request to the merge queue Jan 10, 2024
Merged via the queue into main with commit a69e876 Jan 10, 2024
17 of 19 checks passed
@likhinbopanna likhinbopanna deleted the fix/bluesnap-dispute-webhook branch January 10, 2024 14:48
pixincreate added a commit that referenced this pull request Jan 11, 2024
* 'main' of github.com:juspay/hyperswitch:
  ci: use git commands for pushing commits and tags in nightly release workflows (#3314)
  refactor(connector): [bluesnap] add connector_txn_id fallback for webhook (#3315)
  feat(core): add new payments webhook events (#3212)
  chore: nits and small code improvements found during investigation of PR#3168 (#3259)
  refactor: removed basilisk feature (#3281)
  fix(euclid_wasm): Update braintree config prod (#3288)
  feat(payment_link): add status page for payment link (#3213)
  chore(version): 2024.01.10.0
  chore(postman): update Postman collection files
@SanchithHegde SanchithHegde removed P-high Priority: High S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration C-refactor Category: Refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] : [Bluesnap] Add connector_transaction_id as fallback for webhooks
5 participants