Skip to content

Commit

Permalink
src/donations:c Add affiliateId to donation mock
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Oct 21, 2023
1 parent 9afc6e9 commit fc1907c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/donations/donations.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe('DonationsController', () => {
type: DonationType.donation,
status: DonationStatus.succeeded,
amount: 10,
affiliateId: null,
extCustomerId: 'gosho',
extPaymentIntentId: 'pm1',
extPaymentMethodId: 'bank',
Expand Down

0 comments on commit fc1907c

Please sign in to comment.