Narayan Bhat
Narayan Bhat
## Type of Change - [x] Dependency Update ## Description ## Motivation and Context ## How did you test it? ## Checklist - [ ] I formatted the code `cargo...
## Type of Change - [x] Refactoring ## Description There might be some delay in network due to which the access token which was not expired locally, might have expired...
## Type of Change - [x] New feature ## Description This PR allows the `payment_method_billing` to be updated in the payments update flow. ## Motivation and Context ## How did...
## Type of Change - [x] Refactoring ## Description Since the payment_method_billing has been made optional, If passed in the request, it will be present in the response too. ###...
Most of the examples of usb logging have two pico connected in some way. Is it possible to have usb communication with just a single pico in rust?
## Type of Change - [x] Enhancement ## Description In case of 4xx, we need to log the content length of the request from the `content-length` header. This PR adds...
## Type of Change - [x] Bugfix ## Description Previously we were relying on the `X_FORWARDED_FOR` header value for extracting the ip address. This value would be available if there...
## Type of Change - [x] New feature ## Description This PR adds an id type to validate the reference id that we receive in the api. ### Additional Changes...
## Type of Change - [x] New feature ## Description This PR adds a route to retrieve merchant account ## Motivation and Context ## How did you test it? -...
## Description This Pull Request adds a feature to limit the uploads if the `./uploads` dir is full. The size of `./uploads` dir can be set by the config key...