Update paddle, and support invoice line item

This commit is contained in:
Yaojia Wang
2026-02-03 21:28:06 +01:00
parent c4e3773df1
commit 35988b1ebf
41 changed files with 6832 additions and 48 deletions

View File

@@ -133,6 +133,7 @@ class TestInferenceServiceInitialization:
use_gpu=False,
dpi=150,
enable_fallback=True,
enable_business_features=False,
)
@patch('backend.pipeline.pipeline.InferencePipeline')