mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat: cards info api (#749)
Co-authored-by: Jagan <jaganelavarasan@gmail.com> Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in> Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
pub mod address;
|
||||
pub mod api_keys;
|
||||
pub mod cache;
|
||||
pub mod cards_info;
|
||||
pub mod configs;
|
||||
pub mod connector_response;
|
||||
pub mod customers;
|
||||
@ -55,6 +56,7 @@ pub trait StorageInterface:
|
||||
+ queue::QueueInterface
|
||||
+ refund::RefundInterface
|
||||
+ reverse_lookup::ReverseLookupInterface
|
||||
+ cards_info::CardsInfoInterface
|
||||
+ 'static
|
||||
{
|
||||
async fn close(&mut self) {}
|
||||
|
||||
Reference in New Issue
Block a user