Skip to content

Commit

Permalink
Fix Drop-in SignatureVerificationOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Jan 19, 2016
1 parent 5da516a commit 8ff1ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import com.braintreepayments.api.BraintreePaymentActivity;
import com.braintreepayments.api.BraintreePaymentTestActivity;
import com.braintreepayments.api.PayPalTestSignatureVerification;
import com.braintreepayments.api.PaymentRequest;
import com.braintreepayments.api.internal.SignatureVerificationTestUtils;
import com.braintreepayments.testutils.BraintreeActivityTestRule;

import org.junit.Before;
Expand All @@ -24,7 +24,7 @@ public class BraintreePaymentActivityTestRunner {

@Before
public void setUp() {
PayPalTestSignatureVerification.disableAppSwitchSignatureVerification();
SignatureVerificationTestUtils.disableSignatureVerification();
}

public BraintreePaymentActivity getActivity(String clientToken) {
Expand Down

0 comments on commit 8ff1ff0

Please sign in to comment.