juspay/hyperswitch

[FEATURE] Implement `PayoutsInterface` for `MockDb`

Open

#4,150 opened on Mar 20, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Rust (4,676 forks)batch import
A-frameworkC-featuregood first issuehelp wanted

Repository metrics

Stars
 (42,690 stars)
PR merge metrics
 (Avg merge 6d 22h) (213 merged PRs in 30d)

Description

Feature Description

MockDb allows consumers to run hyperswitch without psql. This needs to be added for payout tables - payouts and payout_attempt

Possible Implementation

Similar to how it's being done for other tables.

See #172 for more information.

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

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

Contributor guide