juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
11.66k stars 1.23k forks source link

[REFACTOR]: [Braintree] Remove Default Case Handling #4058

Closed swangi-kumari closed 4 months ago

swangi-kumari commented 6 months ago

:memo: Feature Description

:hammer: Possible Implementation

:bookmark: Note: All the changes needed should be contained within hyperswitch/crates/router/src/connector/braintree/transformer.rs

:package: Have you spent some time checking if this feature request has been raised before?

:package: Have you read the Contributing Guidelines?

:sparkles: Are you willing to submit a PR?

JamesM25 commented 4 months ago

Hello,

I was hoping to open a pull request for this issue today, however I was not able to find any instances of the default match case _ in the transformers.rs file for Braintree.

If I am understanding this issue correctly, I believe it can be closed without any further changes, unless I am missing something?

Sakilmostak commented 4 months ago

Hello @JamesM25 , It seems like there is no default cases available in this transformers, so you are correct. I will be closing this issue, sorry for the inconvenience. You can pick any of the similar issues, I will assign them to you.