From d0f4b6142dba996b793d8ff62de3fb1771bff8d8 Mon Sep 17 00:00:00 2001 From: qijieye Date: Mon, 11 May 2026 15:18:24 +0200 Subject: [PATCH] Search both PAYMENT/LEGACY_PAYMENT batch --- Client/Batch/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Batch/index.ts b/Client/Batch/index.ts index 949f4877..3ea440dc 100644 --- a/Client/Batch/index.ts +++ b/Client/Batch/index.ts @@ -17,7 +17,7 @@ export class Batch extends List { return await this.connection.get(`${this.folder}/${batchId}`) } async listByType( - type: model.Batch.Type, + type: model.Batch.Type[], previous?: Paginated, page?: number, size?: number,