Sampras Lopes
Sampras Lopes
## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring - [ ] Dependency updates ## Description Reuse reqwest clients for...
Get more insights for network connections created to external clients/services. We currently use reqwest to make api calls and a major chunk of API call is spent over api calls...
## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description - Add a...
Tracked in #1587 Implement Code coverage for PR's via CI Objectives - run tests as part of CI - generate codeCov for these tests & auto-publish the report as part...
#### Context As any other codebase, unit tests are vital to maintain stability & correctness of code.. Currently while the project has some amount of tests, We still don't have...
## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation...
## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation -...
Currently payment methods related functionality:- 1. save cards 2. get cards from locker 3. tokenize cards in connector 4. vault 5. get saved payment methods for customer etc are very...
### Feature Description This issue covers one of the problems mentioned in #119, about using [the newtype pattern](https://rust-unofficial.github.io/patterns/patterns/behavioural/newtype.html) for zip/pin codes. We want to make sure that the we have...
Spin out from https://github.com/juspay/hyperswitch/issues/172. Please refer to that issue for more information.