mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
simplify response descriptions and improve error
This commit is contained in:
@@ -174,7 +174,7 @@ describe("CBE Unified Bill (payment service as biller)", () => {
|
||||
});
|
||||
expect(res.status).toBe(200);
|
||||
expect(res.body.Response_Code).toBe("2");
|
||||
expect(res.body.Response_Description).toContain("already used by a different payment");
|
||||
expect(res.body.Response_Description).toBe("Duplicate End_To_End_Txn_Id");
|
||||
});
|
||||
|
||||
it("rejects a second debit on the same bill", async () => {
|
||||
|
||||
Reference in New Issue
Block a user