Narayan Bhat
Narayan Bhat
## Type of Change - [x] Refactoring ## Description Change the `return_url` type in payment_intent in data models. ### Additional Changes - [x] This PR modifies the database schema ```sql...
### Feature Description Currently, the payments create request in documentation has only one example.  It will be better to have multiple examples which...
Add a field called `updated` to the payments response. This field will have the ISO timestamp at which the payment was updated. This field should have the value from `modified_at`...
### Feature Description Currently all the connector configuration is present in the `development.toml` file. But this configuration is not developer specific, this remains the same whoever uses it, this configuration...
### Feature Description Currently to store the connector credentials the structure / type that is being used is based on the number of keys that the connector needs. The exact...
I'm trying to get started with running rust on my newly purchased rpi pico w ( with wifi support ). Initially when I set everything up and run the blinky...
It may so happen that there might be a slight delay in the network to receive the access token from connector. So when we store the access token with expiry...
## Type of Change - [x] Refactoring ## Description When a card or any payment method is saved, the billing address associated with it is also stored. This has to...
## Type of Change - [x] New feature ## Description This PR adds support for a config which controls whether to use the `billing` as `payment_method_billing`. Based on this config...