refactor(access_token): use merchant_connector_id for storing access token (#4462)

This commit is contained in:
Narayan Bhat
2024-04-26 11:42:41 +05:30
committed by GitHub
parent 94c581ebd4
commit d98551d80a
5 changed files with 48 additions and 23 deletions

View File

@ -2,6 +2,7 @@
#![warn(missing_docs, missing_debug_implementations)]
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR" ), "/", "README.md"))]
pub mod access_token;
pub mod consts;
pub mod crypto;
pub mod custom_serde;