mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02: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:
parent
7023b818b7
commit
32b3563126
67 changed files with 28 additions and 3352 deletions
|
@ -1,8 +0,0 @@
|
|||
<!doctype html>
|
||||
<!-- gsutil cp -a public-read -z html brainframe-alpha.html gs://domain-registry-alpha/brainframe.html -->
|
||||
<!-- curl https://domain-registry-alpha.storage.googleapis.com/brainframe.html -->
|
||||
<script src="https://js.braintreegateway.com/v2/braintree.js"></script>
|
||||
<script src="https://domain-registry-alpha.appspot.com/assets/js/brain_bin.js"></script>
|
||||
<body style="margin:0">
|
||||
<form><div id="brainframe"></div></form>
|
||||
<script>registry.registrar.BrainFrame.main('https://domain-registry-alpha.appspot.com', 'brainframe');</script>
|
|
@ -1,14 +0,0 @@
|
|||
<!doctype html>
|
||||
<!-- Production iframe sandbox for Braintree iframe -->
|
||||
<!-- -->
|
||||
<!-- In order to securely embed Braintree's iframe, this iframe must be -->
|
||||
<!-- served from a separate origin. To do this, we manually deploy this -->
|
||||
<!-- as a static HTML file to a cloud storage bucket, as follows: -->
|
||||
<!-- -->
|
||||
<!-- gsutil cp -a public-read -z html brainframe.html gs://domain-registry/brainframe.html -->
|
||||
<!-- curl https://domain-registry.storage.googleapis.com/brainframe.html -->
|
||||
<script src="https://js.braintreegateway.com/v2/braintree.js"></script>
|
||||
<script src="https://domain-registry.appspot.com/assets/js/brain_bin.js"></script>
|
||||
<body style="margin:0">
|
||||
<form><div id="brainframe"></div></form>
|
||||
<script>registry.registrar.BrainFrame.main('https://domain-registry.appspot.com', 'brainframe');</script>
|
|
@ -1,11 +0,0 @@
|
|||
<!doctype html>
|
||||
<!-- This can only be used by admins in a testing environment. -->
|
||||
<!-- This iframe provides no isolation of Braintree from Console. -->
|
||||
<script src="https://js.braintreegateway.com/v2/braintree.js"></script>
|
||||
<script>var CLOSURE_NO_DEPS = true;</script>
|
||||
<script src="/assets/sources/closure_library/closure/goog/base.js"></script>
|
||||
<script src="/assets/sources/domain_registry/java/google/registry/ui/deps.js"></script>
|
||||
<body style="margin:0">
|
||||
<form><div id="brainframe"></div></form>
|
||||
<script>goog.require('registry.registrar.BrainFrame.main');</script>
|
||||
<script>registry.registrar.BrainFrame.main('*', 'brainframe');</script>
|
|
@ -1,4 +0,0 @@
|
|||
<!doctype html>
|
||||
<!-- Brainframe for integration testing. -->
|
||||
<form><div id="brainframe"></div></form>
|
||||
<script>window.parent.postMessage('{"type": "payment_method", "method": {"type": "CreditCard", "nonce": "imanonce", "details": {"cardType": "Visa", "lastTwo": "00"}}}', '*');</script>
|
Loading…
Add table
Add a link
Reference in a new issue