feat: load billing adapters #125

Merged
realaravinth merged 63 commits from load-billing-adapter into master 2025-01-11 19:41:14 +05:30
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5283f0544f - Show all commits

View file

@ -4,7 +4,7 @@
use super::*;
struct DeleteUserService;
pub struct DeleteUserService;
#[async_trait::async_trait]
impl DeleteUserUseCase for DeleteUserService {

View file

@ -7,7 +7,6 @@ use mockall::predicate::*;
use mockall::*;
use super::errors::*;
use super::*;
use crate::identity::application::port::output::{
db::{create_verification_otp::*, emp_id_exists::*, phone_exists::*},
phone::account_validation_otp::*,