mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(payment_methods): added kv support for payment_methods table (#4311)
Co-authored-by: Akshay S <akshay.s@Akshay-Subramanian-D66TQ6D97K.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
5
crates/storage_impl/src/payment_method.rs
Normal file
5
crates/storage_impl/src/payment_method.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use diesel_models::PaymentMethod;
|
||||
|
||||
use crate::redis::kv_store::KvStorePartition;
|
||||
|
||||
impl KvStorePartition for PaymentMethod {}
|
||||
Reference in New Issue
Block a user