1
0
mirror of https://github.com/google/nomulus synced 2026-02-07 05:21:15 +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:
mcilwain
2018-07-02 12:24:54 -07:00
committed by jianglai
parent 7023b818b7
commit 32b3563126
67 changed files with 28 additions and 3352 deletions

View File

@@ -56,9 +56,6 @@ final class UpdateKmsKeyringCommand implements RemoteApiCommand {
byte[] input = Files.readAllBytes(inputPath);
switch (keyringKeyName) {
case BRAINTREE_PRIVATE_KEY:
kmsUpdater.setBraintreePrivateKey(deserializeString(input));
break;
case BRDA_RECEIVER_PUBLIC_KEY:
kmsUpdater.setBrdaReceiverPublicKey(deserializePublicKey(input));
break;