Skip to content

Commit

Permalink
feat(payment): PAYPAL-4607 trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-nick committed Oct 8, 2024
1 parent e3c6b6f commit 9050589
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ describe('BraintreeLocalMethodsPaymentStrategy', () => {
);

jest.spyOn(braintreeIntegrationService, 'initialize');

jest.spyOn(braintreeIntegrationService, 'getClient').mockReturnValue(
paymentMethodMock.clientToken,
);
Expand Down

0 comments on commit 9050589

Please sign in to comment.