mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(router): payment_method block (#3056)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
pub mod address;
|
||||
pub mod api_keys;
|
||||
pub mod authorization;
|
||||
pub mod blocklist;
|
||||
pub mod blocklist_fingerprint;
|
||||
pub mod blocklist_lookup;
|
||||
pub mod business_profile;
|
||||
pub mod cache;
|
||||
pub mod capture;
|
||||
@ -68,6 +71,7 @@ pub trait StorageInterface:
|
||||
+ dyn_clone::DynClone
|
||||
+ address::AddressInterface
|
||||
+ api_keys::ApiKeyInterface
|
||||
+ blocklist_lookup::BlocklistLookupInterface
|
||||
+ configs::ConfigInterface
|
||||
+ capture::CaptureInterface
|
||||
+ customers::CustomerInterface
|
||||
@ -85,6 +89,8 @@ pub trait StorageInterface:
|
||||
+ PaymentAttemptInterface
|
||||
+ PaymentIntentInterface
|
||||
+ payment_method::PaymentMethodInterface
|
||||
+ blocklist::BlocklistInterface
|
||||
+ blocklist_fingerprint::BlocklistFingerprintInterface
|
||||
+ scheduler::SchedulerInterface
|
||||
+ payout_attempt::PayoutAttemptInterface
|
||||
+ payouts::PayoutsInterface
|
||||
|
||||
Reference in New Issue
Block a user