This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/controller/proxy-injector/server.go b/controller/proxy-injector/server.go | |
index bf172c21..b9522cdf 100644 | |
--- a/controller/proxy-injector/server.go | |
+++ b/controller/proxy-injector/server.go | |
@@ -7,7 +7,6 @@ import ( | |
"io/ioutil" | |
"net/http" | |
- pem "github.com/linkerd/linkerd2/pkg/tls" | |
log "github.com/sirupsen/logrus" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package controllers | |
import com.micronautics.paypal.PaypalTransaction | |
import play.api._ | |
import play.api.mvc._ | |
object PayPalController extends Controller { | |
var live = true | |
def url = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package controllers | |
import play.api._ | |
import play.api.mvc._ | |
import org.apache.commons.httpclient.HttpClient | |
import org.apache.commons.httpclient.methods.GetMethod | |
import models.Purchase | |
object Paypal extends Controller { | |
NewerOlder