mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(core): remove connector response table and use payment_attempt instead (#2644)
This commit is contained in:
committed by
GitHub
parent
e67e808d70
commit
966369b6f2
@ -4,7 +4,7 @@ pub mod business_profile;
|
||||
pub mod capture;
|
||||
pub mod cards_info;
|
||||
pub mod configs;
|
||||
pub mod connector_response;
|
||||
|
||||
pub mod customers;
|
||||
pub mod dispute;
|
||||
pub mod encryption;
|
||||
@ -44,10 +44,10 @@ use diesel_impl::{DieselArray, OptionalDieselArray};
|
||||
pub type StorageResult<T> = error_stack::Result<T, errors::DatabaseError>;
|
||||
pub type PgPooledConn = async_bb8_diesel::Connection<diesel::PgConnection>;
|
||||
pub use self::{
|
||||
address::*, api_keys::*, cards_info::*, configs::*, connector_response::*, customers::*,
|
||||
dispute::*, ephemeral_key::*, events::*, file::*, locker_mock_up::*, mandate::*,
|
||||
merchant_account::*, merchant_connector_account::*, payment_attempt::*, payment_intent::*,
|
||||
payment_method::*, process_tracker::*, refund::*, reverse_lookup::*,
|
||||
address::*, api_keys::*, cards_info::*, configs::*, customers::*, dispute::*, ephemeral_key::*,
|
||||
events::*, file::*, locker_mock_up::*, mandate::*, merchant_account::*,
|
||||
merchant_connector_account::*, payment_attempt::*, payment_intent::*, payment_method::*,
|
||||
process_tracker::*, refund::*, reverse_lookup::*,
|
||||
};
|
||||
|
||||
/// The types and implementations provided by this module are required for the schema generated by
|
||||
|
||||
Reference in New Issue
Block a user