mirror of
https://github.com/google/nomulus
synced 2026-04-22 01:00:44 +00:00
Delete all Braintree code
We never launched this, don't planning on launching it now anyway, and it's rotted over the past two years anyway. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202993577
This commit is contained in:
@@ -54,7 +54,6 @@ public final class FakeKeyringModule {
|
||||
private static final String MARKSDB_DNL_LOGIN = "dnl:yolo";
|
||||
private static final String MARKSDB_LORDN_PASSWORD = "yolo";
|
||||
private static final String MARKSDB_SMDRL_LOGIN = "smdrl:yolo";
|
||||
private static final String BRAINTREE_PRIVATE_KEY = "braintree123";
|
||||
private static final String JSON_CREDENTIAL = "json123";
|
||||
|
||||
@Provides
|
||||
@@ -145,11 +144,6 @@ public final class FakeKeyringModule {
|
||||
return rdeReceiverKey;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getBraintreePrivateKey() {
|
||||
return BRAINTREE_PRIVATE_KEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user