mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
refactor(storage_impl): Integrate the composite store from external crate (#1921)
This commit is contained in:
6
crates/storage_impl/src/payments.rs
Normal file
6
crates/storage_impl/src/payments.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use diesel_models::{payment_attempt::PaymentAttempt, payment_intent::PaymentIntent};
|
||||
|
||||
use crate::redis::kv_store::KvStorePartition;
|
||||
|
||||
impl KvStorePartition for PaymentIntent {}
|
||||
impl KvStorePartition for PaymentAttempt {}
|
||||
Reference in New Issue
Block a user