mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-07 23:48:49 +08:00
fix(router): associate parent payment token with payment_method_id as hyperswitch token for saved cards (#2130)
Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
This commit is contained in:
@ -19,7 +19,7 @@ use storage_impl::errors as storage_impl_errors;
|
||||
pub use user::*;
|
||||
|
||||
pub use self::{
|
||||
api_error_response::ApiErrorResponse,
|
||||
api_error_response::{ApiErrorResponse, NotImplementedMessage},
|
||||
customers_error_response::CustomersErrorResponse,
|
||||
sch_errors::*,
|
||||
storage_errors::*,
|
||||
|
||||
Reference in New Issue
Block a user