feat(F-048): completed feature

This commit is contained in:
chattie
2026-08-19 07:17:14 +02:00
parent 8ee1938af9
commit 835ab66eda
187 changed files with 12361 additions and 1065 deletions

View File

@@ -257,8 +257,12 @@ describe('CheckoutService', () => {
throw new Error('should not transition on retry');
},
listOrders: async () => [],
getOrderAdmin: async () => { throw new Error('not used'); },
transitionAdmin: async () => { throw new Error('not used'); },
getOrderAdmin: async () => {
throw new Error('not used');
},
transitionAdmin: async () => {
throw new Error('not used');
},
getOrder: async (id) => ({
id,
userId: 'u-1',