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