mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +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:
@ -15,7 +15,7 @@ pub use common_utils::{
|
||||
fp_utils::when,
|
||||
validation::validate_email,
|
||||
};
|
||||
use data_models::payments::payment_intent::PaymentIntent;
|
||||
use data_models::payments::PaymentIntent;
|
||||
use error_stack::{IntoReport, ResultExt};
|
||||
use image::Luma;
|
||||
use nanoid::nanoid;
|
||||
|
||||
Reference in New Issue
Block a user