mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(storage_impl): split payment intent interface implementation (#1946)
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
pub mod payment_attempt;
|
||||
pub mod payment_intent;
|
||||
|
||||
use diesel_models::{payment_attempt::PaymentAttempt, payment_intent::PaymentIntent};
|
||||
|
||||
use crate::redis::kv_store::KvStorePartition;
|
||||
|
||||
Reference in New Issue
Block a user