-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 829 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<DOCTYPE HTML!>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<link rel='stylesheet' href="./css/style.css"
</head>
<body>
<a href="https://test-restgw.transferwise.com/oauth/authorize?response_type=code&client_id=f272f4a3-ecc1-44fe-b3f4-9a20e9433f4e&redirect_uri=http://localhost:8000/donate?target=3995210_GB_GBP_38285680_309648_Martin_Borek">Donate</a>
<br/>
<a href="https://test-restgw.transferwise.com/oauth/authorize?response_type=code&client_id=f272f4a3-ecc1-44fe-b3f4-9a20e9433f4e&redirect_uri=http://localhost:8000/register">Generate button</a>
%if targetAccount:
<p>targetAccount: {{targetAccount}}</p>
%end
%if access_token:
<p>access_token: {{access_token}}</p>
%end
%if sourceAccounts:
<p>sourceAccounts: {{sourceAccounts}}</p>
%end
</body>
</html>