mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(user): generate and delete sample data (#2987)
Co-authored-by: Rachit Naithani <rachit.naithani@juspay.in> Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
This commit is contained in:
@ -9,6 +9,8 @@ use crate::{
|
||||
|
||||
pub mod dashboard_metadata;
|
||||
pub mod password;
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
pub mod sample_data;
|
||||
|
||||
impl UserFromToken {
|
||||
pub async fn get_merchant_account(&self, state: AppState) -> UserResult<MerchantAccount> {
|
||||
|
||||
Reference in New Issue
Block a user