adyen-admin 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.md +3 -0
- data/VERSION +1 -1
- data/lib/adyen-admin/skin.rb +2 -0
- data/spec/adyen-admin/skin_spec.rb +18 -2
- 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/_get/sets_authenticated_to_false_on_error.yml +9 -9
- data/spec/fixtures/cassettes/Adyen_Admin_Client/_login/passes_with_correct_username_password.yml +34 -34
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all/freezes_local_skins.yml +6 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all/returns_the_skins.yml +6 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all_remote/returns_the_skins.yml +6 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_all_remote/sets_local_path.yml +6 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_decompile/new_remote_skin/downloads_and_decompiles_skin.yml +1025 -196
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_download/gets_the_file.yml +89 -84
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_download/is_a_zipfile.yml +89 -84
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_find/returns_no_skin.yml +6 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_find/returns_the_skin.yml +6 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_remote_version/returns_live_value.yml +3 -3
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_remote_version/returns_test_value.yml +5 -5
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_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 +16 -16
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_upload/valid_set/increases_version.yml +115 -114
- data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_upload/valid_set/updates_skin_data.yml +84 -83
- data/spec/fixtures/cassettes/login.yml +35 -35
- data/spec/fixtures/skins/DV3tf95f/skin.yml +1 -1
- metadata +16 -16
@@ -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=6B0311CC4E89FEA6AF12A8C4194D5FB9.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
|
-
-
|
34
|
+
- Wed, 02 May 2012 10:49:58 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -267,9 +267,10 @@ http_interactions:
|
|
267
267
|
/></a>
|
268
268
|
</td>
|
269
269
|
</tr>
|
270
|
-
|
270
|
+
</tbody>
|
271
271
|
</table>
|
272
|
-
|
272
|
+
|
273
|
+
</div>
|
273
274
|
|
274
275
|
|
275
276
|
<div class="bbarl">
|
@@ -288,5 +289,5 @@ http_interactions:
|
|
288
289
|
</html>
|
289
290
|
|
290
291
|
http_version:
|
291
|
-
recorded_at:
|
292
|
+
recorded_at: Wed, 02 May 2012 10:49:58 GMT
|
292
293
|
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=6B0311CC4E89FEA6AF12A8C4194D5FB9.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
|
-
-
|
34
|
+
- Wed, 02 May 2012 10:49:57 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -267,9 +267,10 @@ http_interactions:
|
|
267
267
|
/></a>
|
268
268
|
</td>
|
269
269
|
</tr>
|
270
|
-
|
270
|
+
</tbody>
|
271
271
|
</table>
|
272
|
-
|
272
|
+
|
273
|
+
</div>
|
273
274
|
|
274
275
|
|
275
276
|
<div class="bbarl">
|
@@ -288,5 +289,5 @@ http_interactions:
|
|
288
289
|
</html>
|
289
290
|
|
290
291
|
http_version:
|
291
|
-
recorded_at:
|
292
|
+
recorded_at: Wed, 02 May 2012 10:49:57 GMT
|
292
293
|
recorded_with: VCR 2.0.1
|
data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_remote_version/returns_live_value.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=470A230A34C797A200756167B42B27B0.live6e
|
22
22
|
Host:
|
23
23
|
- live.adyen.com
|
24
24
|
Connection:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
message: OK
|
32
32
|
headers:
|
33
33
|
Date:
|
34
|
-
-
|
34
|
+
- Wed, 02 May 2012 10:50:07 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
P3p:
|
@@ -73,5 +73,5 @@ http_interactions:
|
|
73
73
|
</body>
|
74
74
|
</html>
|
75
75
|
http_version:
|
76
|
-
recorded_at:
|
76
|
+
recorded_at: Wed, 02 May 2012 10:50:07 GMT
|
77
77
|
recorded_with: VCR 2.0.1
|
data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_remote_version/returns_test_value.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=034F4C2E968F833532DFA5CF0B18F3E9.test4e
|
22
22
|
Host:
|
23
23
|
- test.adyen.com
|
24
24
|
Connection:
|
@@ -31,7 +31,7 @@ http_interactions:
|
|
31
31
|
message: OK
|
32
32
|
headers:
|
33
33
|
Date:
|
34
|
-
-
|
34
|
+
- Wed, 02 May 2012 10:50:07 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
P3p:
|
@@ -66,12 +66,12 @@ http_interactions:
|
|
66
66
|
</head>
|
67
67
|
<body>
|
68
68
|
<p>
|
69
|
-
Version:
|
69
|
+
Version:17
|
70
70
|
<br />
|
71
|
-
Modification Date:2012-04-
|
71
|
+
Modification Date:2012-04-23T16:43:07.74Z
|
72
72
|
</p>
|
73
73
|
</body>
|
74
74
|
</html>
|
75
75
|
http_version:
|
76
|
-
recorded_at:
|
76
|
+
recorded_at: Wed, 02 May 2012 10:50:07 GMT
|
77
77
|
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=6B0311CC4E89FEA6AF12A8C4194D5FB9.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
|
-
-
|
34
|
+
- Wed, 02 May 2012 10:50:07 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -193,7 +193,7 @@ http_interactions:
|
|
193
193
|
</tr>
|
194
194
|
<tr>
|
195
195
|
<th class="row">Latest Version</th>
|
196
|
-
<td>
|
196
|
+
<td>17</td>
|
197
197
|
</tr>
|
198
198
|
<tr>
|
199
199
|
<td colspan="2">
|
@@ -219,7 +219,7 @@ http_interactions:
|
|
219
219
|
If the version on Test is not the same as the Latest version, it will be published automatically. Note that there is a few minutes delay after modifying the skin before it is deployed on the Test Hosted Payment Pages. </div>
|
220
220
|
</th>
|
221
221
|
<td>
|
222
|
-
<iframe src="https://test.adyen.com/hpp/version.shtml?skinCode=Kx9axnRf&version=
|
222
|
+
<iframe src="https://test.adyen.com/hpp/version.shtml?skinCode=Kx9axnRf&version=17" height="50" width="450"></iframe>
|
223
223
|
</td>
|
224
224
|
</tr>
|
225
225
|
<tr>
|
@@ -237,7 +237,7 @@ http_interactions:
|
|
237
237
|
If the version on Live is not the same as the Latest version, you will have to Publish the Skin to Live via the Publish Tab. Note that there is a few minutes delay after publishing the skin before it is deployed on the Live Hosted Payment Pages. </div>
|
238
238
|
</th>
|
239
239
|
<td>
|
240
|
-
<iframe src="https://live.adyen.com/hpp/version.shtml?skinCode=Kx9axnRf&version=
|
240
|
+
<iframe src="https://live.adyen.com/hpp/version.shtml?skinCode=Kx9axnRf&version=17" height="50" width="450"></iframe>
|
241
241
|
</td>
|
242
242
|
</tr>
|
243
243
|
<tr>
|
@@ -597,7 +597,7 @@ http_interactions:
|
|
597
597
|
<tr>
|
598
598
|
<th class="row">Merchant Reference</th>
|
599
599
|
<td>
|
600
|
-
<input type="text" name="merchantReference" value="SKINTEST-
|
600
|
+
<input type="text" name="merchantReference" value="SKINTEST-1335955807279" size="20" />
|
601
601
|
</td>
|
602
602
|
</tr>
|
603
603
|
<tr>
|
@@ -662,5 +662,5 @@ http_interactions:
|
|
662
662
|
</html>
|
663
663
|
|
664
664
|
http_version:
|
665
|
-
recorded_at:
|
665
|
+
recorded_at: Wed, 02 May 2012 10:50:07 GMT
|
666
666
|
recorded_with: VCR 2.0.1
|
data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_test_url/returns_url_to_test.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=6B0311CC4E89FEA6AF12A8C4194D5FB9.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
|
-
-
|
34
|
+
- Wed, 02 May 2012 10:50:07 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -193,7 +193,7 @@ http_interactions:
|
|
193
193
|
</tr>
|
194
194
|
<tr>
|
195
195
|
<th class="row">Latest Version</th>
|
196
|
-
<td>
|
196
|
+
<td>46</td>
|
197
197
|
</tr>
|
198
198
|
<tr>
|
199
199
|
<td colspan="2">
|
@@ -219,7 +219,7 @@ http_interactions:
|
|
219
219
|
If the version on Test is not the same as the Latest version, it will be published automatically. Note that there is a few minutes delay after modifying the skin before it is deployed on the Test Hosted Payment Pages. </div>
|
220
220
|
</th>
|
221
221
|
<td>
|
222
|
-
<iframe src="https://test.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=
|
222
|
+
<iframe src="https://test.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=46" height="50" width="450"></iframe>
|
223
223
|
</td>
|
224
224
|
</tr>
|
225
225
|
<tr>
|
@@ -237,7 +237,7 @@ http_interactions:
|
|
237
237
|
If the version on Live is not the same as the Latest version, you will have to Publish the Skin to Live via the Publish Tab. Note that there is a few minutes delay after publishing the skin before it is deployed on the Live Hosted Payment Pages. </div>
|
238
238
|
</th>
|
239
239
|
<td>
|
240
|
-
<iframe src="https://live.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=
|
240
|
+
<iframe src="https://live.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=46" height="50" width="450"></iframe>
|
241
241
|
</td>
|
242
242
|
</tr>
|
243
243
|
<tr>
|
@@ -597,7 +597,7 @@ http_interactions:
|
|
597
597
|
<tr>
|
598
598
|
<th class="row">Merchant Reference</th>
|
599
599
|
<td>
|
600
|
-
<input type="text" name="merchantReference" value="SKINTEST-
|
600
|
+
<input type="text" name="merchantReference" value="SKINTEST-1335955807908" size="20" />
|
601
601
|
</td>
|
602
602
|
</tr>
|
603
603
|
<tr>
|
@@ -662,13 +662,13 @@ http_interactions:
|
|
662
662
|
</html>
|
663
663
|
|
664
664
|
http_version:
|
665
|
-
recorded_at:
|
665
|
+
recorded_at: Wed, 02 May 2012 10:50:07 GMT
|
666
666
|
- request:
|
667
667
|
method: post
|
668
668
|
uri: https://ca-test.adyen.com/ca/ca/skin/testpayment.shtml
|
669
669
|
body:
|
670
670
|
encoding: UTF-8
|
671
|
-
string: paymentAmount=199¤cyCode=EUR&countryCode=&shopperLocale=en_GB&merchantReference=SKINTEST-
|
671
|
+
string: paymentAmount=199¤cyCode=EUR&countryCode=&shopperLocale=en_GB&merchantReference=SKINTEST-1335955807908&merchantAccount=SoundCloudCOM&system=test&skinCode=7hFAQnmt
|
672
672
|
headers:
|
673
673
|
Accept:
|
674
674
|
- "*/*"
|
@@ -681,7 +681,7 @@ http_interactions:
|
|
681
681
|
Accept-Language:
|
682
682
|
- en-us,en;q=0.5
|
683
683
|
Cookie:
|
684
|
-
- JSESSIONID=
|
684
|
+
- JSESSIONID=6B0311CC4E89FEA6AF12A8C4194D5FB9.test5e
|
685
685
|
Host:
|
686
686
|
- ca-test.adyen.com
|
687
687
|
Referer:
|
@@ -711,7 +711,7 @@ http_interactions:
|
|
711
711
|
message: OK
|
712
712
|
headers:
|
713
713
|
Date:
|
714
|
-
-
|
714
|
+
- Wed, 02 May 2012 10:50:08 GMT
|
715
715
|
Server:
|
716
716
|
- Apache
|
717
717
|
Cache-Control:
|
@@ -888,11 +888,11 @@ http_interactions:
|
|
888
888
|
</tr>
|
889
889
|
<tr>
|
890
890
|
<th class="row">Signature String</th>
|
891
|
-
<td>199EUR2012-
|
891
|
+
<td>199EUR2012-05-08SKINTEST-13359558079087hFAQnmtSoundCloudCOM2012-05-02T11:20:08Z</td>
|
892
892
|
</tr>
|
893
893
|
<tr>
|
894
894
|
<th class="row">HMAC Signature</th>
|
895
|
-
<td>
|
895
|
+
<td>EHOrrowYxzRrKg6nTTZwJiK3DB4=</td>
|
896
896
|
</tr>
|
897
897
|
<tr>
|
898
898
|
<td colspan="2"> </td>
|
@@ -900,17 +900,17 @@ http_interactions:
|
|
900
900
|
<tr>
|
901
901
|
<td colspan="2">
|
902
902
|
<form action="https://test.adyen.com/hpp/select.shtml" method="post" id="paymentform" target="myNewWin" onsubmit="return formValidate(this);">
|
903
|
-
<input type="hidden" name="merchantSig" value="
|
904
|
-
<input type="hidden" name="merchantReference" value="SKINTEST-
|
903
|
+
<input type="hidden" name="merchantSig" value="EHOrrowYxzRrKg6nTTZwJiK3DB4=" />
|
904
|
+
<input type="hidden" name="merchantReference" value="SKINTEST-1335955807908" />
|
905
905
|
<input type="hidden" name="paymentAmount" value="199" />
|
906
906
|
<input type="hidden" name="currencyCode" value="EUR" />
|
907
|
-
<input type="hidden" name="shipBeforeDate" value="2012-
|
907
|
+
<input type="hidden" name="shipBeforeDate" value="2012-05-08" />
|
908
908
|
<input type="hidden" name="merchantAccount" value="SoundCloudCOM" />
|
909
909
|
|
910
910
|
|
911
911
|
|
912
912
|
<input type="hidden" name="shopperLocale" value="en_GB" />
|
913
|
-
<input type="hidden" name="sessionValidity" value="2012-
|
913
|
+
<input type="hidden" name="sessionValidity" value="2012-05-02T11:20:08Z" />
|
914
914
|
<input type="hidden" name="countryCode" value="" />
|
915
915
|
|
916
916
|
<input type="hidden" name="skinCode" value="7hFAQnmt" />
|
@@ -937,5 +937,5 @@ http_interactions:
|
|
937
937
|
</html>
|
938
938
|
|
939
939
|
http_version:
|
940
|
-
recorded_at:
|
940
|
+
recorded_at: Wed, 02 May 2012 10:50:08 GMT
|
941
941
|
recorded_with: VCR 2.0.1
|
data/spec/fixtures/cassettes/Adyen_Admin_Skin/authenticated/_update/create_skin_yml_file.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=6B0311CC4E89FEA6AF12A8C4194D5FB9.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
|
-
-
|
34
|
+
- Wed, 02 May 2012 10:49:58 GMT
|
35
35
|
Server:
|
36
36
|
- Apache
|
37
37
|
Cache-Control:
|
@@ -193,7 +193,7 @@ http_interactions:
|
|
193
193
|
</tr>
|
194
194
|
<tr>
|
195
195
|
<th class="row">Latest Version</th>
|
196
|
-
<td>
|
196
|
+
<td>44</td>
|
197
197
|
</tr>
|
198
198
|
<tr>
|
199
199
|
<td colspan="2">
|
@@ -219,7 +219,7 @@ http_interactions:
|
|
219
219
|
If the version on Test is not the same as the Latest version, it will be published automatically. Note that there is a few minutes delay after modifying the skin before it is deployed on the Test Hosted Payment Pages. </div>
|
220
220
|
</th>
|
221
221
|
<td>
|
222
|
-
<iframe src="https://test.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=
|
222
|
+
<iframe src="https://test.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=44" height="50" width="450"></iframe>
|
223
223
|
</td>
|
224
224
|
</tr>
|
225
225
|
<tr>
|
@@ -237,7 +237,7 @@ http_interactions:
|
|
237
237
|
If the version on Live is not the same as the Latest version, you will have to Publish the Skin to Live via the Publish Tab. Note that there is a few minutes delay after publishing the skin before it is deployed on the Live Hosted Payment Pages. </div>
|
238
238
|
</th>
|
239
239
|
<td>
|
240
|
-
<iframe src="https://live.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=
|
240
|
+
<iframe src="https://live.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt&version=44" height="50" width="450"></iframe>
|
241
241
|
</td>
|
242
242
|
</tr>
|
243
243
|
<tr>
|
@@ -597,7 +597,7 @@ http_interactions:
|
|
597
597
|
<tr>
|
598
598
|
<th class="row">Merchant Reference</th>
|
599
599
|
<td>
|
600
|
-
<input type="text" name="merchantReference" value="SKINTEST-
|
600
|
+
<input type="text" name="merchantReference" value="SKINTEST-1335955798558" size="20" />
|
601
601
|
</td>
|
602
602
|
</tr>
|
603
603
|
<tr>
|
@@ -662,7 +662,7 @@ http_interactions:
|
|
662
662
|
</html>
|
663
663
|
|
664
664
|
http_version:
|
665
|
-
recorded_at:
|
665
|
+
recorded_at: Wed, 02 May 2012 10:49:58 GMT
|
666
666
|
- request:
|
667
667
|
method: get
|
668
668
|
uri: https://live.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt
|
@@ -692,11 +692,11 @@ http_interactions:
|
|
692
692
|
message: OK
|
693
693
|
headers:
|
694
694
|
Date:
|
695
|
-
-
|
695
|
+
- Wed, 02 May 2012 10:49:59 GMT
|
696
696
|
Server:
|
697
697
|
- Apache
|
698
698
|
Set-Cookie:
|
699
|
-
- JSESSIONID=
|
699
|
+
- JSESSIONID=470A230A34C797A200756167B42B27B0.live6e; Path=/hpp/; Secure; HttpOnly
|
700
700
|
P3p:
|
701
701
|
- policyref="/w3c/policy.xml", CP="NOI DSP COR CURa ADMa DEVa OUR NOR BUS FIN STA"
|
702
702
|
Cache-Control:
|
@@ -706,7 +706,7 @@ http_interactions:
|
|
706
706
|
Expires:
|
707
707
|
- "-1"
|
708
708
|
Keep-Alive:
|
709
|
-
- timeout=
|
709
|
+
- timeout=10, max=250
|
710
710
|
Connection:
|
711
711
|
- Keep-Alive
|
712
712
|
Transfer-Encoding:
|
@@ -736,7 +736,7 @@ http_interactions:
|
|
736
736
|
</body>
|
737
737
|
</html>
|
738
738
|
http_version:
|
739
|
-
recorded_at:
|
739
|
+
recorded_at: Wed, 02 May 2012 10:49:59 GMT
|
740
740
|
- request:
|
741
741
|
method: get
|
742
742
|
uri: https://test.adyen.com/hpp/version.shtml?skinCode=7hFAQnmt
|
@@ -766,11 +766,11 @@ http_interactions:
|
|
766
766
|
message: OK
|
767
767
|
headers:
|
768
768
|
Date:
|
769
|
-
-
|
769
|
+
- Wed, 02 May 2012 10:49:59 GMT
|
770
770
|
Server:
|
771
771
|
- Apache
|
772
772
|
Set-Cookie:
|
773
|
-
- JSESSIONID=
|
773
|
+
- JSESSIONID=034F4C2E968F833532DFA5CF0B18F3E9.test4e; Path=/hpp/; Secure; HttpOnly
|
774
774
|
P3p:
|
775
775
|
- policyref="/w3c/policy.xml", CP="NOI DSP COR CURa ADMa DEVa OUR NOR BUS FIN STA"
|
776
776
|
Cache-Control:
|
@@ -803,12 +803,12 @@ http_interactions:
|
|
803
803
|
</head>
|
804
804
|
<body>
|
805
805
|
<p>
|
806
|
-
Version:
|
806
|
+
Version:44
|
807
807
|
<br />
|
808
|
-
Modification Date:2012-04-
|
808
|
+
Modification Date:2012-04-23T10:53:15.31Z
|
809
809
|
</p>
|
810
810
|
</body>
|
811
811
|
</html>
|
812
812
|
http_version:
|
813
|
-
recorded_at:
|
813
|
+
recorded_at: Wed, 02 May 2012 10:49:59 GMT
|
814
814
|
recorded_with: VCR 2.0.1
|