Skip to content

Commit

Permalink
fix: the Admin should get more details about coupons (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneleon1 authored Jul 21, 2024
1 parent 189d16f commit 8b17f90
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 510 deletions.
2 changes: 1 addition & 1 deletion src/__test__/category.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('Category Creation Tests', () => {
country: 'RW',
status: 'Pending',
trackingNumber: '123456',
paid: false,
paid: true,
});
await orderRepository.save(order);

Expand Down
Loading

0 comments on commit 8b17f90

Please sign in to comment.