adyen-admin 0.0.7 → 0.0.8
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/CHANGES.md +3 -1
- data/README.md +8 -0
- data/VERSION +1 -1
- data/lib/adyen-admin/skin.rb +78 -28
- data/spec/adyen-admin/skin_spec.rb +121 -30
- data/spec/fixtures/cassettes/Adyen_Admin_Client/_get/raises_authenticated_error_when_not_logged_in.yml +9 -9
- data/spec/fixtures/cassettes/Adyen_Admin_Client/_login/passes_with_correct_username_password.yml +35 -47
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all/freezes_local_skins.yml +4 -4
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all/returns_the_skins.yml +4 -4
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all_remote/returns_the_skins.yml +4 -4
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all_remote/sets_local_path.yml +4 -4
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_decompile/new_remote_skin/downloads_and_decompiles_skin.yml +133 -58
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_download/gets_the_file.yml +65 -65
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_download/is_a_zipfile.yml +65 -65
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_find/returns_no_skin.yml +4 -4
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_find/returns_the_skin.yml +4 -4
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/{_version → _remote_version}/returns_live_value.yml +5 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/{_version → _remote_version}/returns_test_value.yml +6 -6
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/{_version → _remote_version}/returns_uploaded_value.yml +7 -7
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_test_url/returns_url_to_test.yml +17 -17
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_update/create_skin_yml_file.yml +814 -0
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_upload/valid_set/increases_version.yml +907 -106
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_upload/valid_set/updates_skin_data.yml +6466 -0
- data/spec/fixtures/cassettes/login.yml +36 -48
- data/spec/fixtures/skins/DV3tf95f/skin.yml +6 -0
- metadata +28 -26
- data/spec/fixtures/skins/DV3tf95f/metadata.yml +0 -5
- data/spec/fixtures/skins/example-7hFAQnmt/metadata.yml +0 -5
data/spec/fixtures/cassettes/Adyen_Admin_Client/_login/passes_with_correct_username_password.yml
CHANGED
@@ -29,7 +29,7 @@ http_interactions:
|
|
29
29
|
message: OK
|
30
30
|
headers:
|
31
31
|
Date:
|
32
|
-
- Thu,
|
32
|
+
- Thu, 19 Apr 2012 17:34:59 GMT
|
33
33
|
Server:
|
34
34
|
- Apache
|
35
35
|
Cache-Control:
|
@@ -41,7 +41,7 @@ http_interactions:
|
|
41
41
|
X-Frame-Options:
|
42
42
|
- SAMEORIGIN
|
43
43
|
Set-Cookie:
|
44
|
-
- JSESSIONID=
|
44
|
+
- JSESSIONID=5ADB491929A3C3D44F26348B92C51849.test5e; Path=/ca/; Secure; HttpOnly
|
45
45
|
Content-Language:
|
46
46
|
- en-GB
|
47
47
|
Keep-Alive:
|
@@ -66,15 +66,15 @@ http_interactions:
|
|
66
66
|
<meta http-equiv="imagetoolbar" content="no" />
|
67
67
|
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
|
68
68
|
|
69
|
-
<link rel="shortcut icon" href="/ca/img/adyen/favicon.ico;jsessionid=
|
69
|
+
<link rel="shortcut icon" href="/ca/img/adyen/favicon.ico;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" type="image/ico"/>
|
70
70
|
|
71
|
-
<script type="text/javascript" src="/ca/js/functions.js;jsessionid=
|
72
|
-
<script src="/ca/js/prototype.js;jsessionid=
|
73
|
-
<script src="/ca/js/scriptaculous.js;jsessionid=
|
71
|
+
<script type="text/javascript" src="/ca/js/functions.js;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e"></script>
|
72
|
+
<script src="/ca/js/prototype.js;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" type="text/javascript"></script>
|
73
|
+
<script src="/ca/js/scriptaculous.js;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" type="text/javascript"></script>
|
74
74
|
|
75
|
-
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style.css;jsessionid=
|
75
|
+
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style.css;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" />
|
76
76
|
<!--[if lt IE 7]>
|
77
|
-
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style_ie6.css;jsessionid=
|
77
|
+
<link rel="stylesheet" type="text/css" href="/ca/css/adyen/style_ie6.css;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" />
|
78
78
|
<![endif]-->
|
79
79
|
|
80
80
|
|
@@ -84,9 +84,9 @@ http_interactions:
|
|
84
84
|
<div id="topbar"><div class="iefillerdiv"></div></div>
|
85
85
|
<div id="middlebarcontainer">
|
86
86
|
<div id="middlebar">
|
87
|
-
<a href="/ca/ca/overview/default.shtml;jsessionid=
|
88
|
-
<img id="testsystemwarning" src="/ca/img/adyen_test.png;jsessionid=
|
89
|
-
<img id="maintagline" src="/ca/img/adyen_tagline.png;jsessionid=
|
87
|
+
<a href="/ca/ca/overview/default.shtml;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e"><img id="mainlogo" src="/ca/img/adyen.png;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" alt="Logo"/>
|
88
|
+
<img id="testsystemwarning" src="/ca/img/adyen_test.png;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" alt="test"/></a>
|
89
|
+
<img id="maintagline" src="/ca/img/adyen_tagline.png;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" alt="Complex Finance, Online Insight" />
|
90
90
|
</div>
|
91
91
|
</div>
|
92
92
|
<div id="bottombar"><div id="bottombar2"></div></div>
|
@@ -101,9 +101,9 @@ http_interactions:
|
|
101
101
|
</div>
|
102
102
|
|
103
103
|
<div style="text-align: left; margin-top: 5px">
|
104
|
-
<!--a class="icon" href="/ca/ca/overview/default.shtml;jsessionid=
|
105
|
-
<a class="icon" href="/ca/ca/overview/default.shtml;jsessionid=
|
106
|
-
<a class="icon" href="/ca/logoff.shtml;jsessionid=
|
104
|
+
<!--a class="icon" href="/ca/ca/overview/default.shtml;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" title="Home"><img src="/ca/img/home.gif;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" alt="Home"/></a-->
|
105
|
+
<a class="icon" href="/ca/ca/overview/default.shtml;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e"><img src="/ca/img/home.png;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" alt="Home"/> home</a><br/>
|
106
|
+
<a class="icon" href="/ca/logoff.shtml;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" title="Sign Off"><img src="/ca/img/exit.png;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e" alt="Sign Off"/> sign off</a>
|
107
107
|
</div>
|
108
108
|
</div>
|
109
109
|
</div>
|
@@ -193,13 +193,13 @@ http_interactions:
|
|
193
193
|
|
194
194
|
<tr>
|
195
195
|
<td colspan="2"><br />
|
196
|
-
<input type="hidden" name="j_formHash" value="
|
196
|
+
<input type="hidden" name="j_formHash" value="507wQHp7yyuuyD6UXIdrX5+qrrJcxE=" />
|
197
197
|
<input type="submit" class="button" value="Submit" /></td>
|
198
198
|
</tr>
|
199
199
|
</table>
|
200
200
|
</form>
|
201
201
|
<br/>
|
202
|
-
<a href="/ca/forgotPassword.shtml;jsessionid=
|
202
|
+
<a href="/ca/forgotPassword.shtml;jsessionid=5ADB491929A3C3D44F26348B92C51849.test5e">Forgot your password?</a>
|
203
203
|
</div>
|
204
204
|
|
205
205
|
<div class="bbarl">
|
@@ -218,13 +218,13 @@ http_interactions:
|
|
218
218
|
</html>
|
219
219
|
|
220
220
|
http_version:
|
221
|
-
recorded_at: Thu,
|
221
|
+
recorded_at: Thu, 19 Apr 2012 17:35:00 GMT
|
222
222
|
- request:
|
223
223
|
method: post
|
224
224
|
uri: https://ca-test.adyen.com/ca/ca/config/j_security_check
|
225
225
|
body:
|
226
226
|
encoding: UTF-8
|
227
|
-
string: j_account=SoundCloud&j_username=skinadmin&j_password=12312311&j_formHash=
|
227
|
+
string: j_account=SoundCloud&j_username=skinadmin&j_password=12312311&j_formHash=507wQHp7yyuuyD6UXIdrX5%2BqrrJcxE%3D
|
228
228
|
headers:
|
229
229
|
Accept:
|
230
230
|
- "*/*"
|
@@ -237,7 +237,7 @@ http_interactions:
|
|
237
237
|
Accept-Language:
|
238
238
|
- en-us,en;q=0.5
|
239
239
|
Cookie:
|
240
|
-
- JSESSIONID=
|
240
|
+
- JSESSIONID=5ADB491929A3C3D44F26348B92C51849.test5e
|
241
241
|
Host:
|
242
242
|
- ca-test.adyen.com
|
243
243
|
Referer:
|
@@ -267,11 +267,11 @@ http_interactions:
|
|
267
267
|
message: Moved Temporarily
|
268
268
|
headers:
|
269
269
|
Date:
|
270
|
-
- Thu,
|
270
|
+
- Thu, 19 Apr 2012 17:35:00 GMT
|
271
271
|
Server:
|
272
272
|
- Apache
|
273
273
|
Set-Cookie:
|
274
|
-
- JSESSIONID=
|
274
|
+
- JSESSIONID=4CB7BA256AACB9025FDC7B45CD9EDF47.test5e; Path=/ca/; Secure; HttpOnly
|
275
275
|
Location:
|
276
276
|
- https://ca-test.adyen.com/ca/
|
277
277
|
Content-Length:
|
@@ -286,7 +286,7 @@ http_interactions:
|
|
286
286
|
encoding: US-ASCII
|
287
287
|
string: ""
|
288
288
|
http_version:
|
289
|
-
recorded_at: Thu,
|
289
|
+
recorded_at: Thu, 19 Apr 2012 17:35:00 GMT
|
290
290
|
- request:
|
291
291
|
method: get
|
292
292
|
uri: https://ca-test.adyen.com/ca/
|
@@ -305,7 +305,7 @@ http_interactions:
|
|
305
305
|
Accept-Language:
|
306
306
|
- en-us,en;q=0.5
|
307
307
|
Cookie:
|
308
|
-
- JSESSIONID=
|
308
|
+
- JSESSIONID=4CB7BA256AACB9025FDC7B45CD9EDF47.test5e
|
309
309
|
Host:
|
310
310
|
- ca-test.adyen.com
|
311
311
|
Referer:
|
@@ -320,7 +320,7 @@ http_interactions:
|
|
320
320
|
message: Moved Temporarily
|
321
321
|
headers:
|
322
322
|
Date:
|
323
|
-
- Thu,
|
323
|
+
- Thu, 19 Apr 2012 17:35:01 GMT
|
324
324
|
Server:
|
325
325
|
- Apache
|
326
326
|
Location:
|
@@ -339,7 +339,7 @@ http_interactions:
|
|
339
339
|
encoding: US-ASCII
|
340
340
|
string: ""
|
341
341
|
http_version:
|
342
|
-
recorded_at: Thu,
|
342
|
+
recorded_at: Thu, 19 Apr 2012 17:35:01 GMT
|
343
343
|
- request:
|
344
344
|
method: get
|
345
345
|
uri: https://ca-test.adyen.com/ca/ca/overview/default.shtml
|
@@ -358,7 +358,7 @@ http_interactions:
|
|
358
358
|
Accept-Language:
|
359
359
|
- en-us,en;q=0.5
|
360
360
|
Cookie:
|
361
|
-
- JSESSIONID=
|
361
|
+
- JSESSIONID=4CB7BA256AACB9025FDC7B45CD9EDF47.test5e
|
362
362
|
Host:
|
363
363
|
- ca-test.adyen.com
|
364
364
|
Referer:
|
@@ -373,7 +373,7 @@ http_interactions:
|
|
373
373
|
message: OK
|
374
374
|
headers:
|
375
375
|
Date:
|
376
|
-
- Thu,
|
376
|
+
- Thu, 19 Apr 2012 17:35:01 GMT
|
377
377
|
Server:
|
378
378
|
- Apache
|
379
379
|
Cache-Control:
|
@@ -501,7 +501,7 @@ http_interactions:
|
|
501
501
|
|
502
502
|
|
503
503
|
|
504
|
-
<div style="float: right; text-align: right; font-size: 0.8em;"><h1 title="Page Generation Time">2012-04-
|
504
|
+
<div style="float: right; text-align: right; font-size: 0.8em;"><h1 title="Page Generation Time">2012-04-19 19:35:01 CEST</h1>
|
505
505
|
<span class="topright">
|
506
506
|
<a href="/ca/ca/overview/default.shtml?configure=true" title="Configure this page">
|
507
507
|
<img src="/ca/img/icons/layout_edit.png" alt="Edit Layout" /> Customise this page </a>
|
@@ -524,7 +524,7 @@ http_interactions:
|
|
524
524
|
<div class="content">
|
525
525
|
You are logged in under the SoundCloud
|
526
526
|
Company account.<br />
|
527
|
-
Your last login was on <b>2012-04-
|
527
|
+
Your last login was on <b>2012-04-19 19:29:16 CEST</b>.
|
528
528
|
</div>
|
529
529
|
</div>
|
530
530
|
<div id="system_messages" class="block">
|
@@ -534,20 +534,8 @@ http_interactions:
|
|
534
534
|
</h3>
|
535
535
|
<div class="content">
|
536
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
|
-
|
538
|
-
<a href="15342" onclick="return toggleElementVisibility(document.getElementById('system_message_15342'))">SoundCloudCOM is NOT accepting Notifications</a>
|
539
|
-
<span style="font-size: 0.8em; font-style: italic" >
|
540
|
-
(2012-04-07 18:32:14 CEST)
|
541
|
-
</span>
|
542
|
-
<div style="border: 1px solid grey; display: none" id="system_message_15342">
|
543
|
-
<div style="background-color: #ddd; padding: 0px;"><b>NOTIFICATIONS</b>
|
544
|
-
<span style="font-size: 0.8em; font-style: italic">
|
545
|
-
</span>
|
537
|
+
<img style="vertical-align: middle" src="/ca/img/icons/accept.png" /> There are no system messages currently
|
546
538
|
</div>
|
547
|
-
SoundCloudCOM is NOT accepting Notifications on url http://warteschlange.de:8888/adyen/notify. Please check the notification url of this merchant.
|
548
|
-
</div>
|
549
|
-
<br />
|
550
|
-
</div>
|
551
539
|
</div>
|
552
540
|
<div id="last_24hours_guage" class="block">
|
553
541
|
<h3 class="handle">
|
@@ -564,7 +552,7 @@ http_interactions:
|
|
564
552
|
<script type="text/javascript">
|
565
553
|
var chart1 = new FusionCharts("/ca/Charts/AngularGauge.swf", "sampleChart", "180", "110", "0", "0","#FFFFFF","noScale","EN");
|
566
554
|
//debugMode, registerWithJS, c, scaleMode, lang, detectFlashVersion, autoInstallRedirect
|
567
|
-
chart1.setDataURL("/ca/ca/reports/chartdata/speedometer.shtml?random=
|
555
|
+
chart1.setDataURL("/ca/ca/reports/chartdata/speedometer.shtml?random=1334856901811");
|
568
556
|
chart1.render("chart2div");
|
569
557
|
</script> </div>
|
570
558
|
</div>
|
@@ -601,7 +589,7 @@ http_interactions:
|
|
601
589
|
<script type="text/javascript">
|
602
590
|
var chart1 = new FusionCharts("/ca/Charts/MSLine.swf", "sampleChart", "374", "180", "0", "1","#FFFFFF","noScale","EN","1","0");
|
603
591
|
//debugMode, registerWithJS, c, scaleMode, lang, detectFlashVersion, autoInstallRedirect
|
604
|
-
chart1.setDataURL("/ca/ca/reports/chartdata/chart_weekhistory.shtml?random=
|
592
|
+
chart1.setDataURL("/ca/ca/reports/chartdata/chart_weekhistory.shtml?random=1334856901812");
|
605
593
|
chart1.render("chart1div");
|
606
594
|
</script> </div>
|
607
595
|
</div>
|
@@ -617,7 +605,7 @@ http_interactions:
|
|
617
605
|
Current system time:
|
618
606
|
</th>
|
619
607
|
<td>
|
620
|
-
2012-04-
|
608
|
+
2012-04-19 19:35:01 CEST
|
621
609
|
</td>
|
622
610
|
</tr>
|
623
611
|
<tr>
|
@@ -625,7 +613,7 @@ http_interactions:
|
|
625
613
|
Backoffice up-to-date till:
|
626
614
|
</th>
|
627
615
|
<td>
|
628
|
-
<span title="All payments made till this time are listed in the payments list. Newer payments may not be visible yet.">2012-04-
|
616
|
+
<span title="All payments made till this time are listed in the payments list. Newer payments may not be visible yet.">2012-04-19 19:34:20 CEST</span>
|
629
617
|
</td>
|
630
618
|
</tr>
|
631
619
|
</table> </div>
|
@@ -657,5 +645,5 @@ http_interactions:
|
|
657
645
|
</html>
|
658
646
|
|
659
647
|
http_version:
|
660
|
-
recorded_at: Thu,
|
648
|
+
recorded_at: Thu, 19 Apr 2012 17:35:01 GMT
|
661
649
|
recorded_with: VCR 2.0.1
|
@@ -18,7 +18,7 @@ http_interactions:
|
|
18
18
|
Accept-Language:
|
19
19
|
- en-us,en;q=0.5
|
20
20
|
Cookie:
|
21
|
-
- JSESSIONID=
|
21
|
+
- JSESSIONID=F2EEF8221C8C8DCFAC103BF99231FA3E.test5e
|
22
22
|
Host:
|
23
23
|
- ca-test.adyen.com
|
24
24
|
Connection:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
message: OK
|
32
32
|
headers:
|
33
33
|
Date:
|
34
|
-
- Thu,
|
34
|
+
- Thu, 19 Apr 2012 17:35:06 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -250,7 +250,7 @@ http_interactions:
|
|
250
250
|
style="vertical-align: middle" title="skins.edit" src="/ca/img/icons/layout_content.png" alt="skins.edit"
|
251
251
|
/> vQW0fEo8</a>
|
252
252
|
</td>
|
253
|
-
<td>
|
253
|
+
<td>gift</td>
|
254
254
|
<td align="center">
|
255
255
|
<a href="/ca/ca/skin/uploadskin.shtml?skinCode=vQW0fEo8"><img
|
256
256
|
style="vertical-align: middle" title="skins.upload" src="/ca/img/icons/disk.png" alt="skins.upload"
|
@@ -288,5 +288,5 @@ http_interactions:
|
|
288
288
|
</html>
|
289
289
|
|
290
290
|
http_version:
|
291
|
-
recorded_at: Thu,
|
291
|
+
recorded_at: Thu, 19 Apr 2012 17:35:06 GMT
|
292
292
|
recorded_with: VCR 2.0.1
|
@@ -18,7 +18,7 @@ http_interactions:
|
|
18
18
|
Accept-Language:
|
19
19
|
- en-us,en;q=0.5
|
20
20
|
Cookie:
|
21
|
-
- JSESSIONID=
|
21
|
+
- JSESSIONID=F2EEF8221C8C8DCFAC103BF99231FA3E.test5e
|
22
22
|
Host:
|
23
23
|
- ca-test.adyen.com
|
24
24
|
Connection:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
message: OK
|
32
32
|
headers:
|
33
33
|
Date:
|
34
|
-
- Thu,
|
34
|
+
- Thu, 19 Apr 2012 17:35:05 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -250,7 +250,7 @@ http_interactions:
|
|
250
250
|
style="vertical-align: middle" title="skins.edit" src="/ca/img/icons/layout_content.png" alt="skins.edit"
|
251
251
|
/> vQW0fEo8</a>
|
252
252
|
</td>
|
253
|
-
<td>
|
253
|
+
<td>gift</td>
|
254
254
|
<td align="center">
|
255
255
|
<a href="/ca/ca/skin/uploadskin.shtml?skinCode=vQW0fEo8"><img
|
256
256
|
style="vertical-align: middle" title="skins.upload" src="/ca/img/icons/disk.png" alt="skins.upload"
|
@@ -288,5 +288,5 @@ http_interactions:
|
|
288
288
|
</html>
|
289
289
|
|
290
290
|
http_version:
|
291
|
-
recorded_at: Thu,
|
291
|
+
recorded_at: Thu, 19 Apr 2012 17:35:05 GMT
|
292
292
|
recorded_with: VCR 2.0.1
|
data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all_remote/returns_the_skins.yml
CHANGED
@@ -18,7 +18,7 @@ http_interactions:
|
|
18
18
|
Accept-Language:
|
19
19
|
- en-us,en;q=0.5
|
20
20
|
Cookie:
|
21
|
-
- JSESSIONID=
|
21
|
+
- JSESSIONID=F2EEF8221C8C8DCFAC103BF99231FA3E.test5e
|
22
22
|
Host:
|
23
23
|
- ca-test.adyen.com
|
24
24
|
Connection:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
message: OK
|
32
32
|
headers:
|
33
33
|
Date:
|
34
|
-
- Thu,
|
34
|
+
- Thu, 19 Apr 2012 17:35:04 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -250,7 +250,7 @@ http_interactions:
|
|
250
250
|
style="vertical-align: middle" title="skins.edit" src="/ca/img/icons/layout_content.png" alt="skins.edit"
|
251
251
|
/> vQW0fEo8</a>
|
252
252
|
</td>
|
253
|
-
<td>
|
253
|
+
<td>gift</td>
|
254
254
|
<td align="center">
|
255
255
|
<a href="/ca/ca/skin/uploadskin.shtml?skinCode=vQW0fEo8"><img
|
256
256
|
style="vertical-align: middle" title="skins.upload" src="/ca/img/icons/disk.png" alt="skins.upload"
|
@@ -288,5 +288,5 @@ http_interactions:
|
|
288
288
|
</html>
|
289
289
|
|
290
290
|
http_version:
|
291
|
-
recorded_at: Thu,
|
291
|
+
recorded_at: Thu, 19 Apr 2012 17:35:04 GMT
|
292
292
|
recorded_with: VCR 2.0.1
|
@@ -18,7 +18,7 @@ http_interactions:
|
|
18
18
|
Accept-Language:
|
19
19
|
- en-us,en;q=0.5
|
20
20
|
Cookie:
|
21
|
-
- JSESSIONID=
|
21
|
+
- JSESSIONID=F2EEF8221C8C8DCFAC103BF99231FA3E.test5e
|
22
22
|
Host:
|
23
23
|
- ca-test.adyen.com
|
24
24
|
Connection:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
message: OK
|
32
32
|
headers:
|
33
33
|
Date:
|
34
|
-
- Thu,
|
34
|
+
- Thu, 19 Apr 2012 17:35:04 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -250,7 +250,7 @@ http_interactions:
|
|
250
250
|
style="vertical-align: middle" title="skins.edit" src="/ca/img/icons/layout_content.png" alt="skins.edit"
|
251
251
|
/> vQW0fEo8</a>
|
252
252
|
</td>
|
253
|
-
<td>
|
253
|
+
<td>gift</td>
|
254
254
|
<td align="center">
|
255
255
|
<a href="/ca/ca/skin/uploadskin.shtml?skinCode=vQW0fEo8"><img
|
256
256
|
style="vertical-align: middle" title="skins.upload" src="/ca/img/icons/disk.png" alt="skins.upload"
|
@@ -288,5 +288,5 @@ http_interactions:
|
|
288
288
|
</html>
|
289
289
|
|
290
290
|
http_version:
|
291
|
-
recorded_at: Thu,
|
291
|
+
recorded_at: Thu, 19 Apr 2012 17:35:05 GMT
|
292
292
|
recorded_with: VCR 2.0.1
|