Skip to content

Commit

Permalink
fix: fix mapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
suschneider committed Sep 26, 2024
1 parent d31563b commit 0eb4d5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -16,6 +16,8 @@ describe('Recurring Order Mapper', () => {
calculated: false,
} as LineItemData,
],
payments: [{ id: 'payment_1' }],
paymentMethods: [{ id: 'payment_method_1' }],
} as RecurringOrderData;

describe('fromData', () => {

0 comments on commit 0eb4d5e

Please sign in to comment.