adyen-admin 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +5 -0
- data/.travis.yml +3 -0
- data/CHANGES.md +16 -0
- data/Gemfile +4 -0
- data/LICENSE +26 -0
- data/README.md +57 -0
- data/Rakefile +24 -0
- data/VERSION +1 -0
- data/adyen-admin.gemspec +25 -0
- data/lib/adyen-admin/client.rb +26 -0
- data/lib/adyen-admin/skin.rb +180 -0
- data/lib/adyen-admin.rb +16 -0
- data/spec/adyen-admin/client_spec.rb +21 -0
- data/spec/adyen-admin/skin_spec.rb +177 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Client/_login/passes_with_correct_username_password.yml +661 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/_all/returns_the_skins.yml +269 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/_download/gets_the_file.yml +275 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/_test_url/returns_url_to_test.yml +941 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/_upload/valid_set/increases_version.yml +7769 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/_version/returns_live_value.yml +77 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/_version/returns_test_value.yml +77 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/_version/returns_uploaded_value.yml +666 -0
- data/spec/fixtures/cassettes/login.yml +668 -0
- data/spec/fixtures/skins/DV3tf95f/css/screen.css +262 -0
- data/spec/fixtures/skins/DV3tf95f/inc/order_data.txt +1 -0
- data/spec/fixtures/skins/JH0815/css/screen.css +262 -0
- data/spec/fixtures/skins/JH0815/skin.html.erb +13 -0
- data/spec/fixtures/skins/base/css/print.css +7 -0
- data/spec/fixtures/skins/base/css/screen_ie6.css +1 -0
- data/spec/fixtures/skins/base/img/Airliner.airjamaica.a340.arp.750pix.jpg +0 -0
- data/spec/fixtures/skins/base/img/Eurofighter.jpg +0 -0
- data/spec/fixtures/skins/base/img/bg_gr.jpg +0 -0
- data/spec/fixtures/skins/base/img/blog_gr.jpg +0 -0
- data/spec/fixtures/skins/base/img/category.gif +0 -0
- data/spec/fixtures/skins/base/img/mig.jpg +0 -0
- data/spec/fixtures/skins/base/img/top1.jpg +0 -0
- data/spec/fixtures/skins/base/img/top2.jpg +0 -0
- data/spec/fixtures/skins/base/img/top3.jpg +0 -0
- data/spec/fixtures/skins/base/inc/cfooter.txt +15 -0
- data/spec/fixtures/skins/base/inc/cheader.txt +11 -0
- data/spec/fixtures/skins/base/inc/pmfooter.txt +1 -0
- data/spec/fixtures/skins/base/inc/pmheader.txt +4 -0
- data/spec/fixtures/skins/base/res/resources.properties +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/css/print.css +17 -0
- data/spec/fixtures/skins/example-7hFAQnmt/css/screen.css +704 -0
- data/spec/fixtures/skins/example-7hFAQnmt/css/screen_ie6.css +7 -0
- data/spec/fixtures/skins/example-7hFAQnmt/img/banner_top.png +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/img/bg.gif +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/img/bg_buttons.png +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/img/button_template.xcf +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/img/gradient.png +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/img/logo.png +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/img/logo.xcf +0 -0
- data/spec/fixtures/skins/example-7hFAQnmt/inc/cfooter.txt +1 -0
- data/spec/fixtures/skins/example-7hFAQnmt/inc/cheader.txt +2 -0
- data/spec/fixtures/skins/example-7hFAQnmt/inc/pmfooter.txt +1 -0
- data/spec/fixtures/skins/example-7hFAQnmt/inc/pmheader.txt +2 -0
- data/spec/fixtures/skins/example-7hFAQnmt/metadata.yml +5 -0
- data/spec/spec_helper.rb +21 -0
- metadata +228 -0
@@ -0,0 +1,668 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://ca-test.adyen.com/ca/ca/login.shtml
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ""
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- "*/*"
|
12
|
+
User-Agent:
|
13
|
+
- Mechanize/2.3 Ruby/1.9.2p290 (http://github.com/tenderlove/mechanize/)
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip,deflate,identity
|
16
|
+
Accept-Charset:
|
17
|
+
- ISO-8859-1,utf-8;q=0.7,*;q=0.7
|
18
|
+
Accept-Language:
|
19
|
+
- en-us,en;q=0.5
|
20
|
+
Cookie:
|
21
|
+
- JSESSIONID=8B6F6027FB64519949B432989D3DBB65.test5e
|
22
|
+
Host:
|
23
|
+
- ca-test.adyen.com
|
24
|
+
Connection:
|
25
|
+
- keep-alive
|
26
|
+
Keep-Alive:
|
27
|
+
- 300
|
28
|
+
response:
|
29
|
+
status:
|
30
|
+
code: 200
|
31
|
+
message: OK
|
32
|
+
headers:
|
33
|
+
Date:
|
34
|
+
- Tue, 10 Apr 2012 17:04:15 GMT
|
35
|
+
Server:
|
36
|
+
- Apache
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache, no-store, must-revalidate, max-age=0, post-check=0, pre-check=0
|
39
|
+
Pragma:
|
40
|
+
- no-cache
|
41
|
+
Expires:
|
42
|
+
- "-1"
|
43
|
+
X-Frame-Options:
|
44
|
+
- SAMEORIGIN
|
45
|
+
Content-Language:
|
46
|
+
- en-GB
|
47
|
+
Keep-Alive:
|
48
|
+
- timeout=15, max=100
|
49
|
+
Connection:
|
50
|
+
- Keep-Alive
|
51
|
+
Transfer-Encoding:
|
52
|
+
- chunked
|
53
|
+
Content-Type:
|
54
|
+
- text/html;charset=UTF-8
|
55
|
+
body:
|
56
|
+
encoding: US-ASCII
|
57
|
+
string: |
|
58
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
59
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
60
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
61
|
+
<head>
|
62
|
+
|
63
|
+
<title>Adyen PSP System</title>
|
64
|
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
65
|
+
<meta http-equiv="content-style-type" content="text/css" />
|
66
|
+
<meta http-equiv="imagetoolbar" content="no" />
|
67
|
+
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
|
68
|
+
|
69
|
+
<link rel="shortcut icon" href="/ca/img/adyen/favicon.ico" type="image/ico"/>
|
70
|
+
|
71
|
+
<script type="text/javascript" src="/ca/js/functions.js"></script>
|
72
|
+
<script src="/ca/js/prototype.js" type="text/javascript"></script>
|
73
|
+
<script src="/ca/js/scriptaculous.js" type="text/javascript"></script>
|
74
|
+
|
75
|
+
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style.css" />
|
76
|
+
<!--[if lt IE 7]>
|
77
|
+
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style_ie6.css" />
|
78
|
+
<![endif]-->
|
79
|
+
|
80
|
+
<link rel="alternate" title="Payments Per Hour RSS" href="https://ca-test.adyen.com/reports/token/rss/lasttx/Company/SoundCloud/?user=skinadmin%40Company.SoundCloud&amp%3Bkey=1334075779504&amp%3Btoken=KV7veoeR9GsL%2FH%2BZrgI1Yhiio5I%3D" type="application/rss+xml" />
|
81
|
+
<link rel="alternate" title="Authorised Volume RSS" href="https://ca-test.adyen.com/reports/token/rss/authorisedtxrss/Company/SoundCloud/?user=skinadmin%40Company.SoundCloud&amp%3Bkey=1334075779504&amp%3Btoken=KV7veoeR9GsL%2FH%2BZrgI1Yhiio5I%3D" type="application/rss+xml" />
|
82
|
+
<link rel="alternate" title="System Messages RSS" href="https://ca-test.adyen.com/reports/token/rss/systemmessagesrss/Company/SoundCloud/?user=skinadmin%40Company.SoundCloud&amp%3Bkey=1334075779504&amp%3Btoken=KV7veoeR9GsL%2FH%2BZrgI1Yhiio5I%3D" type="application/rss+xml" />
|
83
|
+
|
84
|
+
</head>
|
85
|
+
<body>
|
86
|
+
|
87
|
+
<div id="topbar"><div class="iefillerdiv"></div></div>
|
88
|
+
<div id="middlebarcontainer">
|
89
|
+
<div id="middlebar">
|
90
|
+
<a href="/ca/ca/overview/default.shtml"><img id="mainlogo" src="/ca/img/adyen.png" alt="Logo"/>
|
91
|
+
<img id="testsystemwarning" src="/ca/img/adyen_test.png" alt="test"/></a>
|
92
|
+
<img id="maintagline" src="/ca/img/adyen_tagline.png" alt="Complex Finance, Online Insight" />
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
<div id="bottombar"><div id="bottombar2"></div></div>
|
96
|
+
|
97
|
+
<div id="maincontent">
|
98
|
+
<div id="boxleft">
|
99
|
+
<div id="infobox">
|
100
|
+
<ul class="nav">
|
101
|
+
</ul>
|
102
|
+
<div id="infoboxcontent">
|
103
|
+
<div>
|
104
|
+
<div style="padding-left: 0px;">
|
105
|
+
<a class="accountnav" href="/ca/ca/accounts/choose.shtml?setActiveAccountKey=Company.SoundCloud"
|
106
|
+
style="text-decoration: underline; color: #666;" >SoundCloud</a>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
|
110
|
+
<div style="text-align: left; margin-top: 5px">
|
111
|
+
<!--a class="icon" href="/ca/ca/overview/default.shtml" title="Home"><img src="/ca/img/home.gif" alt="Home"/></a-->
|
112
|
+
<a class="icon" href="/ca/ca/overview/default.shtml"><img src="/ca/img/home.png" alt="Home"/> home</a><br/>
|
113
|
+
<a class="icon" href="/ca/logoff.shtml" title="Sign Off"><img src="/ca/img/exit.png" alt="Sign Off"/> sign off</a>
|
114
|
+
</div>
|
115
|
+
</div>
|
116
|
+
</div>
|
117
|
+
|
118
|
+
|
119
|
+
<div class="bbarlmenu">
|
120
|
+
<div class="bbarrmenu">
|
121
|
+
<div class="bbarmenu">
|
122
|
+
</div>
|
123
|
+
</div>
|
124
|
+
</div>
|
125
|
+
|
126
|
+
</div>
|
127
|
+
|
128
|
+
<div id="contentbg">
|
129
|
+
<div id="content">
|
130
|
+
<div id="contentwrapper">
|
131
|
+
|
132
|
+
<div id="subcontent">
|
133
|
+
<ul id="help">
|
134
|
+
<li class="palette7">
|
135
|
+
<h3 class="bg">Signing On</h3>
|
136
|
+
<div class="border">
|
137
|
+
All fields are case-sensitive. If you have trouble signing on, check that the "Caps Lock" isn't on. </div>
|
138
|
+
</li>
|
139
|
+
</ul>
|
140
|
+
|
141
|
+
<script type="text/javascript" language="javascript">
|
142
|
+
function createCookie(name,value,days) {
|
143
|
+
path = "/ca/";
|
144
|
+
if (path == "") path = "/";
|
145
|
+
if (days) {
|
146
|
+
var date = new Date();
|
147
|
+
date.setTime(date.getTime()+(days*24*60*60*1000));
|
148
|
+
var expires = "; expires="+date.toGMTString();
|
149
|
+
} else {
|
150
|
+
var expires = "";
|
151
|
+
}
|
152
|
+
document.cookie = name+"="+value+expires+"; path="+path+(window.location.protocol.indexOf('https:')==0?'; Secure':'');
|
153
|
+
}
|
154
|
+
|
155
|
+
function eraseCookie(name) {
|
156
|
+
createCookie(name,"",-1);
|
157
|
+
}
|
158
|
+
|
159
|
+
function handleCookie() {
|
160
|
+
if(document.getElementById("rememberMe").checked == true) {
|
161
|
+
if(document.getElementById("accountTextInput")) {
|
162
|
+
createCookie("defaultAccount", document.getElementById("accountTextInput").value,7);
|
163
|
+
} else {
|
164
|
+
createCookie("defaultAccount", document.getElementById("accountHiddenInput").value,7);
|
165
|
+
}
|
166
|
+
} else {
|
167
|
+
eraseCookie("defaultAccount")
|
168
|
+
}
|
169
|
+
}
|
170
|
+
</script>
|
171
|
+
<h1 class="pagetitle">Please Sign On</h1>
|
172
|
+
|
173
|
+
<form method="post" autocomplete="off" onsubmit="handleCookie();" action="config/j_security_check">
|
174
|
+
<table class="data">
|
175
|
+
<tr>
|
176
|
+
<th class="row"><label for="accountTextInput">Account:</label></th>
|
177
|
+
<td><input type="text" id="accountTextInput" name="j_account" /></td>
|
178
|
+
</tr>
|
179
|
+
<tr>
|
180
|
+
<th class="row"><label for="j_username">User Name:</label></th>
|
181
|
+
<td><input type="text" id="j_username" name="j_username" /></td>
|
182
|
+
</tr>
|
183
|
+
|
184
|
+
<script type="text/javascript" language="javascript">
|
185
|
+
var elToFocus = document.getElementById("accountTextInput");
|
186
|
+
if( null == elToFocus ) {
|
187
|
+
elToFocus = document.getElementById("j_username");
|
188
|
+
}
|
189
|
+
elToFocus.focus();
|
190
|
+
</script>
|
191
|
+
<tr>
|
192
|
+
<th class="row"><label for="j_password">Password:</label></th>
|
193
|
+
<td><input type="password" id="j_password" name="j_password" /></td>
|
194
|
+
</tr>
|
195
|
+
|
196
|
+
<tr>
|
197
|
+
<td colspan="2"><label for="rememberMe">Remember my account on this computer</label> <input type="checkbox"
|
198
|
+
id="rememberMe" name="rememberMe" /></td>
|
199
|
+
</tr>
|
200
|
+
|
201
|
+
<tr>
|
202
|
+
<td colspan="2"><br />
|
203
|
+
<input type="hidden" name="j_formHash" value="495Or9VfCwFVjeprwJW5L/wCm15pdE=" />
|
204
|
+
<input type="submit" class="button" value="Submit" /></td>
|
205
|
+
</tr>
|
206
|
+
</table>
|
207
|
+
</form>
|
208
|
+
<br/>
|
209
|
+
<a href="/ca/forgotPassword.shtml">Forgot your password?</a>
|
210
|
+
</div>
|
211
|
+
|
212
|
+
<div class="bbarl">
|
213
|
+
<div class="bbarr">
|
214
|
+
<div class="bbar">
|
215
|
+
</div>
|
216
|
+
</div>
|
217
|
+
</div>
|
218
|
+
</div>
|
219
|
+
|
220
|
+
|
221
|
+
</div>
|
222
|
+
</div>
|
223
|
+
</div>
|
224
|
+
</body>
|
225
|
+
</html>
|
226
|
+
|
227
|
+
http_version:
|
228
|
+
recorded_at: Tue, 10 Apr 2012 17:04:15 GMT
|
229
|
+
- request:
|
230
|
+
method: post
|
231
|
+
uri: https://ca-test.adyen.com/ca/ca/config/j_security_check
|
232
|
+
body:
|
233
|
+
encoding: UTF-8
|
234
|
+
string: j_account=SoundCloud&j_username=skinadmin&j_password=12312311&j_formHash=495Or9VfCwFVjeprwJW5L%2FwCm15pdE%3D
|
235
|
+
headers:
|
236
|
+
Accept:
|
237
|
+
- "*/*"
|
238
|
+
User-Agent:
|
239
|
+
- Mechanize/2.3 Ruby/1.9.2p290 (http://github.com/tenderlove/mechanize/)
|
240
|
+
Accept-Encoding:
|
241
|
+
- gzip,deflate,identity
|
242
|
+
Accept-Charset:
|
243
|
+
- ISO-8859-1,utf-8;q=0.7,*;q=0.7
|
244
|
+
Accept-Language:
|
245
|
+
- en-us,en;q=0.5
|
246
|
+
Cookie:
|
247
|
+
- JSESSIONID=8B6F6027FB64519949B432989D3DBB65.test5e
|
248
|
+
Host:
|
249
|
+
- ca-test.adyen.com
|
250
|
+
Referer:
|
251
|
+
- &id001 !ruby/object:URI::HTTPS
|
252
|
+
fragment:
|
253
|
+
host: ca-test.adyen.com
|
254
|
+
opaque:
|
255
|
+
parser:
|
256
|
+
password:
|
257
|
+
path: /ca/ca/login.shtml
|
258
|
+
port: 443
|
259
|
+
query:
|
260
|
+
registry:
|
261
|
+
scheme: https
|
262
|
+
user:
|
263
|
+
Content-Type:
|
264
|
+
- application/x-www-form-urlencoded
|
265
|
+
Content-Length:
|
266
|
+
- "108"
|
267
|
+
Connection:
|
268
|
+
- keep-alive
|
269
|
+
Keep-Alive:
|
270
|
+
- 300
|
271
|
+
response:
|
272
|
+
status:
|
273
|
+
code: 302
|
274
|
+
message: Moved Temporarily
|
275
|
+
headers:
|
276
|
+
Date:
|
277
|
+
- Tue, 10 Apr 2012 17:04:15 GMT
|
278
|
+
Server:
|
279
|
+
- Apache
|
280
|
+
Set-Cookie:
|
281
|
+
- JSESSIONID=3BD7564D9EB16875CA95ACC9F308C3A8.test5e; Path=/ca/; Secure; HttpOnly
|
282
|
+
Location:
|
283
|
+
- https://ca-test.adyen.com/ca/
|
284
|
+
Content-Length:
|
285
|
+
- "0"
|
286
|
+
Keep-Alive:
|
287
|
+
- timeout=15, max=100
|
288
|
+
Connection:
|
289
|
+
- Keep-Alive
|
290
|
+
Content-Type:
|
291
|
+
- text/plain; charset=UTF-8
|
292
|
+
body:
|
293
|
+
encoding: US-ASCII
|
294
|
+
string: ""
|
295
|
+
http_version:
|
296
|
+
recorded_at: Tue, 10 Apr 2012 17:04:15 GMT
|
297
|
+
- request:
|
298
|
+
method: get
|
299
|
+
uri: https://ca-test.adyen.com/ca/
|
300
|
+
body:
|
301
|
+
encoding: US-ASCII
|
302
|
+
string: ""
|
303
|
+
headers:
|
304
|
+
Accept:
|
305
|
+
- "*/*"
|
306
|
+
User-Agent:
|
307
|
+
- Mechanize/2.3 Ruby/1.9.2p290 (http://github.com/tenderlove/mechanize/)
|
308
|
+
Accept-Encoding:
|
309
|
+
- gzip,deflate,identity
|
310
|
+
Accept-Charset:
|
311
|
+
- ISO-8859-1,utf-8;q=0.7,*;q=0.7
|
312
|
+
Accept-Language:
|
313
|
+
- en-us,en;q=0.5
|
314
|
+
Cookie:
|
315
|
+
- JSESSIONID=3BD7564D9EB16875CA95ACC9F308C3A8.test5e
|
316
|
+
Host:
|
317
|
+
- ca-test.adyen.com
|
318
|
+
Referer:
|
319
|
+
- *id001
|
320
|
+
Connection:
|
321
|
+
- keep-alive
|
322
|
+
Keep-Alive:
|
323
|
+
- 300
|
324
|
+
response:
|
325
|
+
status:
|
326
|
+
code: 302
|
327
|
+
message: Moved Temporarily
|
328
|
+
headers:
|
329
|
+
Date:
|
330
|
+
- Tue, 10 Apr 2012 17:04:15 GMT
|
331
|
+
Server:
|
332
|
+
- Apache
|
333
|
+
Location:
|
334
|
+
- https://ca-test.adyen.com/ca/ca/overview/default.shtml
|
335
|
+
Content-Language:
|
336
|
+
- en-GB
|
337
|
+
Content-Length:
|
338
|
+
- "0"
|
339
|
+
Keep-Alive:
|
340
|
+
- timeout=15, max=100
|
341
|
+
Connection:
|
342
|
+
- Keep-Alive
|
343
|
+
Content-Type:
|
344
|
+
- text/plain; charset=UTF-8
|
345
|
+
body:
|
346
|
+
encoding: US-ASCII
|
347
|
+
string: ""
|
348
|
+
http_version:
|
349
|
+
recorded_at: Tue, 10 Apr 2012 17:04:15 GMT
|
350
|
+
- request:
|
351
|
+
method: get
|
352
|
+
uri: https://ca-test.adyen.com/ca/ca/overview/default.shtml
|
353
|
+
body:
|
354
|
+
encoding: US-ASCII
|
355
|
+
string: ""
|
356
|
+
headers:
|
357
|
+
Accept:
|
358
|
+
- "*/*"
|
359
|
+
User-Agent:
|
360
|
+
- Mechanize/2.3 Ruby/1.9.2p290 (http://github.com/tenderlove/mechanize/)
|
361
|
+
Accept-Encoding:
|
362
|
+
- gzip,deflate,identity
|
363
|
+
Accept-Charset:
|
364
|
+
- ISO-8859-1,utf-8;q=0.7,*;q=0.7
|
365
|
+
Accept-Language:
|
366
|
+
- en-us,en;q=0.5
|
367
|
+
Cookie:
|
368
|
+
- JSESSIONID=3BD7564D9EB16875CA95ACC9F308C3A8.test5e
|
369
|
+
Host:
|
370
|
+
- ca-test.adyen.com
|
371
|
+
Referer:
|
372
|
+
- *id001
|
373
|
+
Connection:
|
374
|
+
- keep-alive
|
375
|
+
Keep-Alive:
|
376
|
+
- 300
|
377
|
+
response:
|
378
|
+
status:
|
379
|
+
code: 200
|
380
|
+
message: OK
|
381
|
+
headers:
|
382
|
+
Date:
|
383
|
+
- Tue, 10 Apr 2012 17:04:15 GMT
|
384
|
+
Server:
|
385
|
+
- Apache
|
386
|
+
Cache-Control:
|
387
|
+
- no-cache, no-store, must-revalidate, max-age=0, post-check=0, pre-check=0
|
388
|
+
Pragma:
|
389
|
+
- no-cache
|
390
|
+
Expires:
|
391
|
+
- "-1"
|
392
|
+
X-Frame-Options:
|
393
|
+
- SAMEORIGIN
|
394
|
+
Content-Language:
|
395
|
+
- en-GB
|
396
|
+
Keep-Alive:
|
397
|
+
- timeout=15, max=100
|
398
|
+
Connection:
|
399
|
+
- Keep-Alive
|
400
|
+
Transfer-Encoding:
|
401
|
+
- chunked
|
402
|
+
Content-Type:
|
403
|
+
- text/html;charset=UTF-8
|
404
|
+
body:
|
405
|
+
encoding: US-ASCII
|
406
|
+
string: |
|
407
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
408
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
409
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
410
|
+
<head>
|
411
|
+
|
412
|
+
<title>Adyen PSP System</title>
|
413
|
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
414
|
+
<meta http-equiv="content-style-type" content="text/css" />
|
415
|
+
<meta http-equiv="imagetoolbar" content="no" />
|
416
|
+
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
|
417
|
+
|
418
|
+
<link rel="shortcut icon" href="/ca/img/adyen/favicon.ico" type="image/ico"/>
|
419
|
+
|
420
|
+
<script type="text/javascript" src="/ca/js/functions.js"></script>
|
421
|
+
<script src="/ca/js/prototype.js" type="text/javascript"></script>
|
422
|
+
<script src="/ca/js/scriptaculous.js" type="text/javascript"></script>
|
423
|
+
|
424
|
+
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style.css" />
|
425
|
+
<!--[if lt IE 7]>
|
426
|
+
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style_ie6.css" />
|
427
|
+
<![endif]-->
|
428
|
+
|
429
|
+
<link rel="alternate" title="Payments Per Hour RSS" href="https://ca-test.adyen.com/reports/token/rss/lasttx/Company/SoundCloud/?user=skinadmin%40Company.SoundCloud&amp%3Bkey=1334075779504&amp%3Btoken=KV7veoeR9GsL%2FH%2BZrgI1Yhiio5I%3D" type="application/rss+xml" />
|
430
|
+
<link rel="alternate" title="Authorised Volume RSS" href="https://ca-test.adyen.com/reports/token/rss/authorisedtxrss/Company/SoundCloud/?user=skinadmin%40Company.SoundCloud&amp%3Bkey=1334075779504&amp%3Btoken=KV7veoeR9GsL%2FH%2BZrgI1Yhiio5I%3D" type="application/rss+xml" />
|
431
|
+
<link rel="alternate" title="System Messages RSS" href="https://ca-test.adyen.com/reports/token/rss/systemmessagesrss/Company/SoundCloud/?user=skinadmin%40Company.SoundCloud&amp%3Bkey=1334075779504&amp%3Btoken=KV7veoeR9GsL%2FH%2BZrgI1Yhiio5I%3D" type="application/rss+xml" />
|
432
|
+
|
433
|
+
</head>
|
434
|
+
<body>
|
435
|
+
|
436
|
+
<div id="topbar"><div class="iefillerdiv"></div></div>
|
437
|
+
<div id="middlebarcontainer">
|
438
|
+
<div id="middlebar">
|
439
|
+
<a href="/ca/ca/overview/default.shtml"><img id="mainlogo" src="/ca/img/adyen.png" alt="Logo"/>
|
440
|
+
<img id="testsystemwarning" src="/ca/img/adyen_test.png" alt="test"/></a>
|
441
|
+
<img id="maintagline" src="/ca/img/adyen_tagline.png" alt="Complex Finance, Online Insight" />
|
442
|
+
</div>
|
443
|
+
</div>
|
444
|
+
<div id="bottombar"><div id="bottombar2"></div></div>
|
445
|
+
|
446
|
+
<div id="maincontent">
|
447
|
+
<div id="boxleft">
|
448
|
+
<div id="infobox">
|
449
|
+
<ul class="nav">
|
450
|
+
</ul>
|
451
|
+
<div id="infoboxcontent">
|
452
|
+
<div id="merchantlogo">
|
453
|
+
<a href="/ca/ca/accounts/manage.shtml"><img src="/ca/ca/image.shtml?cachingId=Company.SoundCloud&name=accountLogo&mimeType=image%2Fpng" alt="merchantlogo"/></a>
|
454
|
+
</div>
|
455
|
+
<div>
|
456
|
+
<div style="padding-left: 0px;">
|
457
|
+
<a class="accountnav" href="/ca/ca/accounts/choose.shtml?setActiveAccountKey=Company.SoundCloud"
|
458
|
+
style="text-decoration: underline; color: #666;" >SoundCloud</a>
|
459
|
+
</div>
|
460
|
+
</div>
|
461
|
+
|
462
|
+
<div style="text-align: left; margin-top: 5px">
|
463
|
+
<!--a class="icon" href="/ca/ca/overview/default.shtml" title="Home"><img src="/ca/img/home.gif" alt="Home"/></a-->
|
464
|
+
<a class="icon" href="/ca/logoff.shtml" title="Sign Off"><img src="/ca/img/exit.png" alt="Sign Off"/> sign off</a>
|
465
|
+
<br/><a class="icon" href="/ca/ca/accounts/choose.shtml?chooseUserAccount=true"><img src="/ca/img/bookmark.png" alt="bookmarks"/> bookmarks</a>
|
466
|
+
</div>
|
467
|
+
</div>
|
468
|
+
</div>
|
469
|
+
|
470
|
+
|
471
|
+
<div class="bbarlmenu">
|
472
|
+
<div class="bbarrmenu">
|
473
|
+
<div class="bbarmenu">
|
474
|
+
</div>
|
475
|
+
</div>
|
476
|
+
</div>
|
477
|
+
|
478
|
+
<div id="menu">
|
479
|
+
<ul class="nav">
|
480
|
+
<li class="navfirstli"> </li>
|
481
|
+
<li class="activelink" ><a href="/ca/ca/overview/default.shtml">Home</a></li>
|
482
|
+
<li ><a href="/ca/ca/payments/showList.shtml">Payments</a></li>
|
483
|
+
<li ><a href="/ca/ca/accounts/choose.shtml">Accounts</a></li>
|
484
|
+
<li ><a href="/ca/ca/reports/choose.shtml">Reports</a></li>
|
485
|
+
<li ><a href="/ca/ca/skin/skins.shtml">Skins</a></li>
|
486
|
+
<li ><a href="/ca/ca/config/choose.shtml">Settings</a></li>
|
487
|
+
<li ><a href="/ca/ca/support/start.shtml">Support</a></li>
|
488
|
+
</ul>
|
489
|
+
</div>
|
490
|
+
<div class="bbarlmenu">
|
491
|
+
<div class="bbarrmenu">
|
492
|
+
<div class="bbarmenu">
|
493
|
+
</div>
|
494
|
+
</div>
|
495
|
+
</div>
|
496
|
+
</div>
|
497
|
+
|
498
|
+
<div id="contentbg">
|
499
|
+
<div id="content">
|
500
|
+
<div id="contentwrapper">
|
501
|
+
|
502
|
+
<script type="text/javascript" src="/ca/js/FusionCharts.js"></script>
|
503
|
+
|
504
|
+
<div id="subcontent">
|
505
|
+
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
<div style="float: right; text-align: right; font-size: 0.8em;"><h1 title="Page Generation Time">2012-04-10 19:04:15 CEST</h1>
|
512
|
+
<span class="topright">
|
513
|
+
<a href="/ca/ca/overview/default.shtml?configure=true" title="Configure this page">
|
514
|
+
<img src="/ca/img/icons/layout_edit.png" alt="Edit Layout" /> Customise this page </a>
|
515
|
+
</span>
|
516
|
+
</div>
|
517
|
+
|
518
|
+
<h1 class="pagetitle">Welcome skinadmin</h1>
|
519
|
+
|
520
|
+
|
521
|
+
<div id="portal" class="portal">
|
522
|
+
|
523
|
+
|
524
|
+
<div class="portal-column" id="portal-column-1">
|
525
|
+
<div class="portal-column-base"> [ column 1 ] </div>
|
526
|
+
<div id="login_info" class="block">
|
527
|
+
<h3 class="handle">
|
528
|
+
<a class="block-toggle"><span>toggle</span></a>
|
529
|
+
Login Info
|
530
|
+
</h3>
|
531
|
+
<div class="content">
|
532
|
+
You are logged in under the SoundCloud
|
533
|
+
Company account.<br />
|
534
|
+
Your last login was on <b>2012-04-10 19:04:14 CEST</b>.
|
535
|
+
</div>
|
536
|
+
</div>
|
537
|
+
<div id="system_messages" class="block">
|
538
|
+
<h3 class="handle">
|
539
|
+
<a class="block-toggle"><span>toggle</span></a>
|
540
|
+
System Messages
|
541
|
+
</h3>
|
542
|
+
<div class="content">
|
543
|
+
<div style="float: right; padding: 0px;"><a href="/ca/ca/systemmessage/editsystemmessagesubscription.shtml"><img style="vertical-align: middle" alt="[ add ]" title="Edit System Message Subscriptions" src="/ca/img/icons/comment_edit.png" /></a></div>
|
544
|
+
<img style="vertical-align: middle" alt="URGENT" src="/ca/img/icons/error.png" />
|
545
|
+
<a href="15342" onclick="return toggleElementVisibility(document.getElementById('system_message_15342'))">SoundCloudCOM is NOT accepting Notifications</a>
|
546
|
+
<span style="font-size: 0.8em; font-style: italic" >
|
547
|
+
(2012-04-07 18:32:14 CEST)
|
548
|
+
</span>
|
549
|
+
<div style="border: 1px solid grey; display: none" id="system_message_15342">
|
550
|
+
<div style="background-color: #ddd; padding: 0px;"><b>NOTIFICATIONS</b>
|
551
|
+
<span style="font-size: 0.8em; font-style: italic">
|
552
|
+
</span>
|
553
|
+
</div>
|
554
|
+
SoundCloudCOM is NOT accepting Notifications on url http://warteschlange.de:8888/adyen/notify. Please check the notification url of this merchant.
|
555
|
+
</div>
|
556
|
+
<br />
|
557
|
+
</div>
|
558
|
+
</div>
|
559
|
+
<div id="last_24hours_guage" class="block">
|
560
|
+
<h3 class="handle">
|
561
|
+
<a class="block-toggle"><span>toggle</span></a>
|
562
|
+
Authorisations Last 24 Hours
|
563
|
+
</h3>
|
564
|
+
<div class="content">
|
565
|
+
<div style="text-align: center" id="chart2div">
|
566
|
+
<p> </p>
|
567
|
+
<p>FusionCharts needs Adobe Flash Player to run. If you're unable to see the chart here,
|
568
|
+
it means that your browser does not seem to have the Flash Player Installed. You
|
569
|
+
can downloaded it <a href="http://www.adobe.com/products/flashplayer/" onlick="return wopen(this);">here</a> for free.</p>
|
570
|
+
</div>
|
571
|
+
<script type="text/javascript">
|
572
|
+
var chart1 = new FusionCharts("/ca/Charts/AngularGauge.swf", "sampleChart", "180", "110", "0", "0","#FFFFFF","noScale","EN");
|
573
|
+
//debugMode, registerWithJS, c, scaleMode, lang, detectFlashVersion, autoInstallRedirect
|
574
|
+
chart1.setDataURL("/ca/ca/reports/chartdata/speedometer.shtml?random=1334077455761");
|
575
|
+
chart1.render("chart2div");
|
576
|
+
</script> </div>
|
577
|
+
</div>
|
578
|
+
</div>
|
579
|
+
<div class="portal-column" id="portal-column-2">
|
580
|
+
<div class="portal-column-base"> [ column 2 ] </div>
|
581
|
+
<div id="payment_search" class="block">
|
582
|
+
<h3 class="handle">
|
583
|
+
<a class="block-toggle"><span>toggle</span></a>
|
584
|
+
Payment Search
|
585
|
+
</h3>
|
586
|
+
<div class="content">
|
587
|
+
<form method="post" action="/ca/ca/payments/modifySearch.shtml">
|
588
|
+
<img class="fr" src="/ca/img/AdyenG_small.png" /> <input type="text" size="30" name="query" value="" />
|
589
|
+
<br/>
|
590
|
+
<input type="hidden" id="payments_skipList" name="skipList" value="" />
|
591
|
+
<input type="submit" name="search" onclick="document.getElementById('payments_skipList').value = ''" value="Search" />
|
592
|
+
<input type="submit" name="search" onclick="document.getElementById('payments_skipList').value = 'firstResult'" value="I'm Feeling Lucky" /></form>
|
593
|
+
<div style="clear: both; font-size: 0.9em;">Search for payments by entering some search terms in the field above (e.g. amount, reference number, shopper email, etc...).</div>
|
594
|
+
</div>
|
595
|
+
</div>
|
596
|
+
<div id="transaction_history_graph" class="block">
|
597
|
+
<h3 class="handle">
|
598
|
+
<a class="block-toggle"><span>toggle</span></a>
|
599
|
+
Transaction History Graph
|
600
|
+
</h3>
|
601
|
+
<div class="content">
|
602
|
+
<div style="text-align: center" id="chart1div">
|
603
|
+
<p> </p>
|
604
|
+
<p>FusionCharts needs Adobe Flash Player to run. If you're unable to see the chart here,
|
605
|
+
it means that your browser does not seem to have the Flash Player Installed. You
|
606
|
+
can downloaded it <a href="http://www.adobe.com/products/flashplayer/" onlick="return wopen(this);">here</a> for free.</p>
|
607
|
+
</div>
|
608
|
+
<script type="text/javascript">
|
609
|
+
var chart1 = new FusionCharts("/ca/Charts/MSLine.swf", "sampleChart", "374", "180", "0", "1","#FFFFFF","noScale","EN","1","0");
|
610
|
+
//debugMode, registerWithJS, c, scaleMode, lang, detectFlashVersion, autoInstallRedirect
|
611
|
+
chart1.setDataURL("/ca/ca/reports/chartdata/chart_weekhistory.shtml?random=1334077455762");
|
612
|
+
chart1.render("chart1div");
|
613
|
+
</script> </div>
|
614
|
+
</div>
|
615
|
+
<div id="system_overview" class="block">
|
616
|
+
<h3 class="handle">
|
617
|
+
<a class="block-toggle"><span>toggle</span></a>
|
618
|
+
System Overview
|
619
|
+
</h3>
|
620
|
+
<div class="content">
|
621
|
+
<table class="data">
|
622
|
+
<tr>
|
623
|
+
<th class="row">
|
624
|
+
Current system time:
|
625
|
+
</th>
|
626
|
+
<td>
|
627
|
+
2012-04-10 19:04:15 CEST
|
628
|
+
</td>
|
629
|
+
</tr>
|
630
|
+
<tr>
|
631
|
+
<th class="row">
|
632
|
+
Backoffice up-to-date till:
|
633
|
+
</th>
|
634
|
+
<td>
|
635
|
+
<span title="All payments made till this time are listed in the payments list. Newer payments may not be visible yet.">2012-04-10 19:03:23 CEST</span>
|
636
|
+
</td>
|
637
|
+
</tr>
|
638
|
+
</table> </div>
|
639
|
+
</div>
|
640
|
+
</div>
|
641
|
+
<div class="portal-column" id="portal-column-3">
|
642
|
+
<div class="portal-column-base"> [ column 3 ] </div>
|
643
|
+
</div>
|
644
|
+
<div class="portal-column" id="portal-column-4">
|
645
|
+
<div class="portal-column-base"> [ column 4 ] </div>
|
646
|
+
</div>
|
647
|
+
</div>
|
648
|
+
</div>
|
649
|
+
|
650
|
+
|
651
|
+
<div class="bbarl">
|
652
|
+
<div class="bbarr">
|
653
|
+
<div class="bbar">
|
654
|
+
</div>
|
655
|
+
</div>
|
656
|
+
</div>
|
657
|
+
</div>
|
658
|
+
|
659
|
+
|
660
|
+
</div>
|
661
|
+
</div>
|
662
|
+
</div>
|
663
|
+
</body>
|
664
|
+
</html>
|
665
|
+
|
666
|
+
http_version:
|
667
|
+
recorded_at: Tue, 10 Apr 2012 17:04:15 GMT
|
668
|
+
recorded_with: VCR 2.0.1
|