Skip to content

Commit 9050589

Browse files
committed
feat(payment): PAYPAL-4607 trigger
1 parent e3c6b6f commit 9050589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/braintree-integration/src/braintree-local-payment-methods/braintree-local-methods-payment-strategy.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ describe('BraintreeLocalMethodsPaymentStrategy', () => {
7979
);
8080

8181
jest.spyOn(braintreeIntegrationService, 'initialize');
82+
8283
jest.spyOn(braintreeIntegrationService, 'getClient').mockReturnValue(
8384
paymentMethodMock.clientToken,
8485
);

0 commit comments

Comments
 (0)