mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(storage): update paymentintent object to provide a relation with attempts (#2502)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
pub mod payment_attempt;
|
||||
pub mod payment_intent;
|
||||
|
||||
use diesel_models::{payment_attempt::PaymentAttempt, payment_intent::PaymentIntent};
|
||||
use diesel_models::{payment_attempt::PaymentAttempt, PaymentIntent};
|
||||
|
||||
use crate::redis::kv_store::KvStorePartition;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user