feat(F-048): completed feature
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user