refactor(subscription): move subscription related modules in router to new crate (#9863)

Co-authored-by: Ankit Kumar Gupta <ankit.gupta.001@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Gaurav Rawat <104276743+GauravRawat369@users.noreply.github.com>
This commit is contained in:
Jagan
2025-10-16 19:46:22 +05:30
committed by GitHub
parent 0fe4f230c1
commit aec128802e
38 changed files with 1102 additions and 766 deletions

View File

@ -232,7 +232,7 @@ impl MockDb {
}
}
pub fn get_master_key(&self) -> &[u8] {
pub fn master_key(&self) -> &[u8] {
&[
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32,