Kartikeya Hegde

Results 34 issues of Kartikeya Hegde

# Description Implement token flow for other payment methods currently it's only supported for cards

A-core
C-feature
E-medium
P-low

# Description Implement Verify flow for the connectors. Verify flow makes sure if the card is valid or not for future payments like mandate etc. # Connectors to implement -...

A-connector-integration
C-feature
E-easy
P-high

# Description Implement mandate data fetching functionality for connectors. # Connectors to implement for - [ ] Adyen - [ ] Checkout - [ ] Braintree - [ ] Authorizedotnet...

A-connector-integration
C-feature
E-easy
P-high

## Type of Change - [x] Enhancement ## Description Written documentation for Payment Method routes ## Motivation and Context N/A ## How did you test it? Manual ## Checklist -...

C-doc
S-waiting-on-review

## Type of Change - [x] Enhancement ## Description Add crate attribute to operation macro make it usable in other crates. ## Motivation and Context With this change this macro...

S-waiting-on-review
A-macros

## Type of Change - [x] Refactoring ## Description Do not panic while getting db connection. Instead of that just throw 500 error. This PR also makes connection timeout in...

A-core
S-waiting-on-review
M-configuration-changes

## Type of Change - [x] Enhancement ## Description Created a global flag to check if redis is available or not if it's not available send 500 error to all...

A-core
S-waiting-on-review

### Feature Description Currently we don't have any way to manually invalidate cache that's stored in redis and in-memory, Add a route that given a key will invalidate both of...

A-framework
C-feature
E-easy
P-medium
good first issue
help wanted

## Type of Change - [x] Bugfix ## Description In case of a contract change the old data in redis would cause deserialization error, So remove the old data from...

A-core
S-waiting-on-review

# Context Currently we are setting `created_at` and `modified_at` in the database during insert through Posgresql `now()` function which gives the current time according to the current time zone. But...

C-bug
P-high