mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor: separate DB queries and HTML creation for payout links (#4967)
Signed-off-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-C02FC60MMD6M.local> Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> Signed-off-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-G961M60MK7.local> Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-C02FC60MMD6M.local> Co-authored-by: Srujan chikke <chikke.srujan@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-G961M60MK7.local>
This commit is contained in:
@ -20,6 +20,7 @@ pub mod events;
|
||||
pub mod file;
|
||||
#[allow(unused)]
|
||||
pub mod fraud_check;
|
||||
pub mod generic_link;
|
||||
pub mod gsm;
|
||||
#[cfg(feature = "kv_store")]
|
||||
pub mod kv;
|
||||
@ -54,9 +55,10 @@ 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::*, customers::*, dispute::*, ephemeral_key::*,
|
||||
events::*, file::*, locker_mock_up::*, mandate::*, merchant_account::*,
|
||||
events::*, file::*, generic_link::*, locker_mock_up::*, mandate::*, merchant_account::*,
|
||||
merchant_connector_account::*, payment_attempt::*, payment_intent::*, payment_method::*,
|
||||
payout_attempt::*, payouts::*, process_tracker::*, refund::*, reverse_lookup::*,
|
||||
user_authentication_method::*,
|
||||
};
|
||||
|
||||
/// The types and implementations provided by this module are required for the schema generated by
|
||||
|
||||
Reference in New Issue
Block a user