feat: add invoice table (#9348)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Prajjwal Kumar
2025-09-23 15:07:57 +05:30
committed by GitHub
parent d477f3c64a
commit 61949c55e2
13 changed files with 389 additions and 3 deletions

View File

@ -24,6 +24,7 @@ pub mod fraud_check;
pub mod generic_link;
pub mod gsm;
pub mod hyperswitch_ai_interaction;
pub mod invoice;
#[cfg(feature = "kv_store")]
pub mod kv;
pub mod locker_mock_up;