feat(freight): shop freight templates, server-side checkout fees, company dictionary (add-freight-templates)

This commit is contained in:
Chengdong Zhang
2026-09-24 15:03:51 +08:00
parent 5b426486ac
commit 473d19d089
44 changed files with 2409 additions and 67 deletions
+1
View File
@@ -16,6 +16,7 @@ impl TestApp {
}
pub async fn spawn_state() -> vmall_api::state::AppState {
let _ = tracing_subscriber::fmt().with_test_writer().try_init();
let config = Config {
database_url: TEST_DB_URL.into(),
redis_url: TEST_REDIS_URL.into(),