defra_ruby_mocks 1.4.1 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +59 -6
- data/app/controllers/defra_ruby_mocks/company_controller.rb +8 -1
- data/app/controllers/defra_ruby_mocks/worldpay_controller.rb +8 -3
- data/app/services/defra_ruby_mocks/base_service.rb +8 -2
- data/app/services/defra_ruby_mocks/companies_house_service.rb +12 -2
- data/app/services/defra_ruby_mocks/worldpay_response_service.rb +33 -8
- data/app/views/defra_ruby_mocks/company/officers.json.erb +26 -0
- data/app/views/defra_ruby_mocks/company/show.json.erb +10 -1
- data/config/routes.rb +5 -0
- data/lib/defra_ruby_mocks/version.rb +1 -1
- data/spec/dummy/log/test.log +2258 -727
- data/spec/examples.txt +110 -79
- data/spec/requests/company_spec.rb +17 -6
- data/spec/requests/officers_spec.rb +37 -0
- data/spec/requests/worldpay_spec.rb +30 -9
- data/spec/services/companies_house_service_spec.rb +28 -6
- data/spec/services/worldpay_response_service_spec.rb +137 -20
- data/spec/spec_helper.rb +3 -0
- metadata +26 -11
- data/spec/dummy/log/development.log +0 -180
data/spec/dummy/log/test.log
CHANGED
@@ -1,727 +1,2258 @@
|
|
1
|
-
Started GET "/defra_ruby_mocks/
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
Completed
|
20
|
-
Started GET "/defra_ruby_mocks/
|
21
|
-
Processing by DefraRubyMocks::
|
22
|
-
Parameters: {"
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
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
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
Completed
|
124
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at
|
125
|
-
Processing by DefraRubyMocks::
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
Rendered /Users/
|
158
|
-
Completed
|
159
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at
|
160
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
161
|
-
Parameters: {"id"=>"SC247974"}
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
Started GET "/defra_ruby_mocks/
|
166
|
-
Processing by DefraRubyMocks::
|
167
|
-
Parameters: {"
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
Started GET "/defra_ruby_mocks/
|
205
|
-
Started GET "/defra_ruby_mocks/
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
Completed
|
211
|
-
Started GET "/defra_ruby_mocks/
|
212
|
-
Processing by DefraRubyMocks::
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
Started GET "/defra_ruby_mocks/
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
Completed
|
247
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
Completed
|
256
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
257
|
-
Processing by DefraRubyMocks::
|
258
|
-
|
259
|
-
|
260
|
-
Completed
|
261
|
-
Started GET "/defra_ruby_mocks/
|
262
|
-
Processing by DefraRubyMocks::
|
263
|
-
Parameters: {"
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
Started GET "/defra_ruby_mocks/
|
287
|
-
Processing by DefraRubyMocks::
|
288
|
-
Parameters: {"
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
Completed
|
296
|
-
Started GET "/defra_ruby_mocks/
|
297
|
-
Processing by DefraRubyMocks::
|
298
|
-
Parameters: {"
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
Started GET "/defra_ruby_mocks/
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
308
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
Started GET "/defra_ruby_mocks/
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
390
|
-
Processing by DefraRubyMocks::WorldpayController#
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
Started GET "/defra_ruby_mocks/
|
409
|
-
Processing by DefraRubyMocks::
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
Started GET "/defra_ruby_mocks/
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
Started GET "/defra_ruby_mocks/
|
429
|
-
Processing by DefraRubyMocks::
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
Rendered /Users/
|
439
|
-
Completed 200 OK in
|
440
|
-
Started GET "/defra_ruby_mocks/
|
441
|
-
Processing by DefraRubyMocks::
|
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
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
Rendered /Users/
|
499
|
-
Completed 200 OK in
|
500
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
501
|
-
Processing by DefraRubyMocks::
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
Rendered /Users/
|
521
|
-
Completed
|
522
|
-
Started GET "/defra_ruby_mocks/company/
|
523
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
524
|
-
Parameters: {"id"=>"
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
Started GET "/defra_ruby_mocks/
|
529
|
-
Processing by DefraRubyMocks::
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
["/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:684:in `block in call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:683:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:683:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:422:in `invoke'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/proxy.rb:180:in `message_received'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/proxy.rb:327:in `message_received'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/verifying_proxy.rb:161:in `proxy_method_invoked'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'", "/Users/acruikshanks/projects/gitlab/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/worldpay_api_controller.rb:21:in `dispatcher'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/implicit_render.rb:4:in `send_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/base.rb:198:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/rendering.rb:10:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:117:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:505:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:92:in `__run_callbacks__'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/rescue.rb:29:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/base.rb:137:in `process'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionview-4.2.11.3/lib/action_view/rendering.rb:30:in `process'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal.rb:196:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal.rb:237:in `block in action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:43:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:43:in `block in serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `each'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:817:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/engine.rb:518:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `public_send'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `method_missing'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/mapper.rb:51:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:43:in `block in serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `each'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:817:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/etag.rb:24:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/conditionalget.rb:25:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/head.rb:13:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/params_parser.rb:27:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/flash.rb:260:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/session/abstract/id.rb:252:in `context'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/session/abstract/id.rb:247:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/cookies.rb:560:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:88:in `__run_callbacks__'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:778:in `_run_call_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/rack/logger.rb:38:in `call_app'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/rack/logger.rb:20:in `block in call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/tagged_logging.rb:68:in `block in tagged'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/tagged_logging.rb:68:in `tagged'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/rack/logger.rb:20:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/request_id.rb:21:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/methodoverride.rb:22:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/runtime.rb:18:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/lock.rb:17:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/static.rb:120:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/sendfile.rb:113:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/engine.rb:518:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/application.rb:165:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-test-0.6.3/lib/rack/test.rb:124:in `request'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/testing/integration.rb:297:in `process'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/testing/integration.rb:32:in `get'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'", "/Users/acruikshanks/projects/gitlab/wcr-vagrant/defra-ruby-mocks/spec/requests/worldpay_api_spec.rb:113:in `block (6 levels) in <module:DefraRubyMocks>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:257:in `instance_exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:257:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:345:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-rails-3.8.3/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:450:in `instance_exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:450:in `instance_exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:373:in `execute_with'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:345:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:464:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:460:in `with_around_example_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:254:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:633:in `block in run_examples'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:629:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:629:in `run_examples'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:595:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:116:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:116:in `block (2 levels) in run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/configuration.rb:2008:in `with_suite_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:111:in `block in run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/reporter.rb:74:in `report'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:110:in `run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:87:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:71:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/exe/rspec:4:in `<top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/rspec:23:in `load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/rspec:23:in `<top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/exe/bundle:30:in `block in <top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/exe/bundle:22:in `<top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/bundle:23:in `load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/bundle:23:in `<main>'"]
|
541
|
-
|
542
|
-
Completed
|
543
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess" for 127.0.0.1 at
|
544
|
-
Processing by DefraRubyMocks::
|
545
|
-
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success"}
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
Completed 500 Internal Server Error in
|
562
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at
|
563
|
-
Processing by DefraRubyMocks::
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
["/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:684:in `block in call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:683:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:683:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/message_expectation.rb:422:in `invoke'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/proxy.rb:180:in `message_received'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/proxy.rb:327:in `message_received'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/verifying_proxy.rb:161:in `proxy_method_invoked'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-mocks-3.8.2/lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'", "/Users/acruikshanks/projects/gitlab/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/worldpay_api_controller.rb:19:in `dispatcher'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/implicit_render.rb:4:in `send_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/base.rb:198:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/rendering.rb:10:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:117:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:505:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:92:in `__run_callbacks__'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/rescue.rb:29:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/abstract_controller/base.rb:137:in `process'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionview-4.2.11.3/lib/action_view/rendering.rb:30:in `process'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal.rb:196:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_controller/metal.rb:237:in `block in action'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:43:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:43:in `block in serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `each'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:817:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/engine.rb:518:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `public_send'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/railtie.rb:194:in `method_missing'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/mapper.rb:51:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:43:in `block in serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `each'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/journey/router.rb:30:in `serve'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/routing/route_set.rb:817:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/etag.rb:24:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/conditionalget.rb:25:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/head.rb:13:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/params_parser.rb:27:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/flash.rb:260:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/session/abstract/id.rb:252:in `context'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/session/abstract/id.rb:247:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/cookies.rb:560:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:88:in `__run_callbacks__'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:778:in `_run_call_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/rack/logger.rb:38:in `call_app'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/rack/logger.rb:20:in `block in call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/tagged_logging.rb:68:in `block in tagged'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/tagged_logging.rb:68:in `tagged'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/rack/logger.rb:20:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/request_id.rb:21:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/methodoverride.rb:22:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/runtime.rb:18:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activesupport-4.2.11.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/lock.rb:17:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/middleware/static.rb:120:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-1.6.13/lib/rack/sendfile.rb:113:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/engine.rb:518:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/railties-4.2.11.3/lib/rails/application.rb:165:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rack-test-0.6.3/lib/rack/test.rb:124:in `request'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/testing/integration.rb:297:in `process'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/testing/integration.rb:32:in `get'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/actionpack-4.2.11.3/lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'", "/Users/acruikshanks/projects/gitlab/wcr-vagrant/defra-ruby-mocks/spec/requests/worldpay_api_spec.rb:113:in `block (6 levels) in <module:DefraRubyMocks>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:257:in `instance_exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:257:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:345:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-rails-3.8.3/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:450:in `instance_exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:450:in `instance_exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:373:in `execute_with'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:345:in `call'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/hooks.rb:464:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:460:in `with_around_example_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:254:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:633:in `block in run_examples'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:629:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:629:in `run_examples'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:595:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `block in run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/example_group.rb:596:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:116:in `map'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:116:in `block (2 levels) in run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/configuration.rb:2008:in `with_suite_hooks'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:111:in `block in run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/reporter.rb:74:in `report'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:110:in `run_specs'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:87:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:71:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.2/exe/rspec:4:in `<top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/rspec:23:in `load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/rspec:23:in `<top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/exe/bundle:30:in `block in <top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'", "/Users/acruikshanks/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.17.3/exe/bundle:22:in `<top (required)>'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/bundle:23:in `load'", "/Users/acruikshanks/.rbenv/versions/2.4.2/bin/bundle:23:in `<main>'"]
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
Completed 500 Internal Server Error in
|
638
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
639
|
-
Processing by DefraRubyMocks::
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
Started GET "/defra_ruby_mocks/
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess" for 127.0.0.1 at
|
683
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
684
|
-
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success"}
|
685
|
-
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
686
|
-
Completed 302 Found in 1ms
|
687
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%
|
688
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
689
|
-
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/
|
690
|
-
|
691
|
-
Completed
|
692
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
693
|
-
Processing by DefraRubyMocks::WorldpayController#
|
694
|
-
|
695
|
-
Completed 500 Internal Server Error in
|
696
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at
|
697
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
Rendered /Users/
|
717
|
-
Completed 404 Not Found in
|
718
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at
|
719
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
720
|
-
Parameters: {"id"=>"SC247974"}
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
1
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
2
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
3
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
4
|
+
Parameters: {"id"=>"99999999"}
|
5
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
6
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.7ms | Allocations: 253)
|
7
|
+
Completed 404 Not Found in 11ms (Views: 10.2ms | Allocations: 2394)
|
8
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
9
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
10
|
+
Parameters: {"id"=>"05868270"}
|
11
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
12
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 100)
|
13
|
+
Completed 200 OK in 3ms (Views: 1.2ms | Allocations: 608)
|
14
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
15
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
16
|
+
Parameters: {"id"=>"SC247974"}
|
17
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
18
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.2ms | Allocations: 11)
|
19
|
+
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 303)
|
20
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
21
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
22
|
+
Parameters: {"id"=>"foo"}
|
23
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
24
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
25
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | Allocations: 253)
|
26
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
27
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
28
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
29
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
30
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 217)
|
31
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
32
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
33
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
34
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
35
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
36
|
+
Completed 200 OK in 4ms (Views: 3.1ms | Allocations: 1199)
|
37
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
38
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
39
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
40
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
41
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
42
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
43
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
44
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
45
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 147)
|
46
|
+
Completed 200 OK in 5ms (Views: 3.9ms | Allocations: 1174)
|
47
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
48
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
49
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
50
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 622)
|
51
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
52
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
53
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
54
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 156)
|
55
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 726)
|
56
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
57
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
58
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
59
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
60
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
61
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
62
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
63
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.3ms | Allocations: 309)
|
64
|
+
Completed 200 OK in 11ms (Views: 10.7ms | Allocations: 2515)
|
65
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
66
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
67
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
68
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
69
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
70
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
71
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
72
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
73
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 726)
|
74
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
75
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
76
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
77
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
78
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 169)
|
79
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
80
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
81
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
82
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
83
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 457)
|
84
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1092)
|
85
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
86
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
87
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
88
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
89
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
90
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
91
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
92
|
+
Parameters: {"id"=>"05868270"}
|
93
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
94
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 100)
|
95
|
+
Completed 200 OK in 4ms (Views: 2.5ms | Allocations: 1278)
|
96
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
97
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
98
|
+
Parameters: {"id"=>"foo"}
|
99
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
100
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
101
|
+
Completed 404 Not Found in 2ms (Views: 1.4ms | Allocations: 535)
|
102
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
103
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
104
|
+
Parameters: {"id"=>"SC247974"}
|
105
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
106
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
107
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 303)
|
108
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
109
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
110
|
+
Parameters: {"id"=>"99999999"}
|
111
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
112
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
113
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
114
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
115
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
116
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
117
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
118
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 695)
|
119
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
120
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
121
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
122
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 310)
|
123
|
+
Completed 200 OK in 7ms (Views: 7.0ms | Allocations: 2446)
|
124
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
125
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
126
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
127
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
128
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 726)
|
129
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
130
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
131
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
132
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
133
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 169)
|
134
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
135
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
136
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
137
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
138
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
139
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1092)
|
140
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
141
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
142
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
143
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
144
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
145
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
146
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
147
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
148
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
149
|
+
Parameters: {"id"=>"99999999"}
|
150
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
151
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 92)
|
152
|
+
Completed 404 Not Found in 3ms (Views: 3.1ms | Allocations: 1205)
|
153
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
154
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
155
|
+
Parameters: {"id"=>"05868270"}
|
156
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
157
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 100)
|
158
|
+
Completed 200 OK in 2ms (Views: 1.2ms | Allocations: 608)
|
159
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
160
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
161
|
+
Parameters: {"id"=>"SC247974"}
|
162
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
163
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
164
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 303)
|
165
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
166
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
167
|
+
Parameters: {"id"=>"foo"}
|
168
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
169
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
170
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
171
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
172
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
173
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
174
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
175
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
176
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 9.2ms | Allocations: 619)
|
177
|
+
Completed 200 OK in 15ms (Views: 14.7ms | Allocations: 2425)
|
178
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
179
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
180
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
181
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
182
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
183
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
184
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
185
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
186
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
187
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 172)
|
188
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
189
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
190
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
191
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 162)
|
192
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1252)
|
193
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
194
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
195
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
196
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
197
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
198
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
199
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
200
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
201
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 657)
|
202
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
203
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
204
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
205
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
206
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
207
|
+
Parameters: {"id"=>"foo"}
|
208
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
209
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 92)
|
210
|
+
Completed 404 Not Found in 3ms (Views: 3.2ms | Allocations: 1205)
|
211
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
212
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
213
|
+
Parameters: {"id"=>"SC247974"}
|
214
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
215
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 100)
|
216
|
+
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 607)
|
217
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
218
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
219
|
+
Parameters: {"id"=>"05868270"}
|
220
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
221
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
222
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 304)
|
223
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
224
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
225
|
+
Parameters: {"id"=>"99999999"}
|
226
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
227
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
228
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
229
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
230
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
231
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
232
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
233
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
234
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
235
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 248)
|
236
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
237
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
238
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
239
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
240
|
+
Completed 302 Found in 1ms (Allocations: 359)
|
241
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
242
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
243
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
244
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
245
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.5ms | Allocations: 619)
|
246
|
+
Completed 200 OK in 8ms (Views: 7.1ms | Allocations: 2352)
|
247
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
248
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
249
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
250
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
|
251
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1252)
|
252
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
253
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
254
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
255
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
256
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
257
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
258
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
259
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 141)
|
260
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 657)
|
261
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
262
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
263
|
+
Parameters: {"id"=>"05868270"}
|
264
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
265
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 102)
|
266
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1282)
|
267
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
268
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
269
|
+
Parameters: {"id"=>"foo"}
|
270
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
271
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
272
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
273
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
274
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
275
|
+
Parameters: {"id"=>"SC247974"}
|
276
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
277
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
278
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 303)
|
279
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
280
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
281
|
+
Parameters: {"id"=>"99999999"}
|
282
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
283
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
284
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
285
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
286
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
287
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
288
|
+
Parameters: {"id"=>"99999999"}
|
289
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
290
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.8ms | Allocations: 253)
|
291
|
+
Completed 404 Not Found in 13ms (Views: 12.3ms | Allocations: 2394)
|
292
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
293
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
294
|
+
Parameters: {"id"=>"05868270"}
|
295
|
+
Completed 500 Internal Server Error in 3ms (Allocations: 1359)
|
296
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
297
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
298
|
+
Parameters: {"id"=>"foo"}
|
299
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
300
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
301
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 254)
|
302
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
303
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
304
|
+
Parameters: {"id"=>"SC247974"}
|
305
|
+
Completed 500 Internal Server Error in 3ms (Allocations: 1350)
|
306
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
307
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
308
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
309
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
310
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
311
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
312
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 148)
|
313
|
+
Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1327)
|
314
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
315
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
316
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
317
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 620)
|
318
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
319
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
320
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
321
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.2ms | Allocations: 156)
|
322
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 726)
|
323
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
324
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
325
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
326
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
327
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
328
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
329
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
330
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
331
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
332
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
333
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
334
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
335
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
336
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
337
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 457)
|
338
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1090)
|
339
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
340
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
341
|
+
Parameters: {"id"=>"99999999"}
|
342
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
343
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.7ms | Allocations: 253)
|
344
|
+
Completed 404 Not Found in 6ms (Views: 6.0ms | Allocations: 2394)
|
345
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
346
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
347
|
+
Parameters: {"id"=>"foo"}
|
348
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
349
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
350
|
+
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
351
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
352
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
353
|
+
Parameters: {"id"=>"SC247974"}
|
354
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
355
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 6.1ms | Allocations: 99)
|
356
|
+
Completed 200 OK in 7ms (Views: 6.5ms | Allocations: 607)
|
357
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
358
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
359
|
+
Parameters: {"id"=>"05868270"}
|
360
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
361
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
362
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 304)
|
363
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
364
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
365
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
366
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
367
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
368
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 242)
|
369
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
370
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
371
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
372
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
373
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
374
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
375
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
376
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
377
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
378
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.4ms | Allocations: 619)
|
379
|
+
Completed 200 OK in 18ms (Views: 9.5ms | Allocations: 2354)
|
380
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
381
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
382
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
383
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
384
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
385
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
386
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
387
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 147)
|
388
|
+
Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1183)
|
389
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
390
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
391
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
392
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.0ms | Allocations: 156)
|
393
|
+
Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 726)
|
394
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
395
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
396
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
397
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
398
|
+
Parameters: {"id"=>"SC247974"}
|
399
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
400
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 99)
|
401
|
+
Completed 200 OK in 4ms (Views: 2.7ms | Allocations: 1278)
|
402
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
403
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
404
|
+
Parameters: {"id"=>"foo"}
|
405
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
406
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
407
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
408
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
409
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
410
|
+
Parameters: {"id"=>"99999999"}
|
411
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
412
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
413
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
414
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
415
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
416
|
+
Parameters: {"id"=>"05868270"}
|
417
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
418
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
419
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 303)
|
420
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
421
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
422
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
423
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
424
|
+
Parameters: {"id"=>"SC247974"}
|
425
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
426
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
427
|
+
Completed 200 OK in 9ms (Views: 5.9ms | Allocations: 2467)
|
428
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
429
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
430
|
+
Parameters: {"id"=>"foo"}
|
431
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
432
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
433
|
+
Completed 404 Not Found in 2ms (Views: 1.6ms | Allocations: 535)
|
434
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
435
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
436
|
+
Parameters: {"id"=>"05868270"}
|
437
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
438
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
439
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 304)
|
440
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
441
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
442
|
+
Parameters: {"id"=>"99999999"}
|
443
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
444
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
445
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
446
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
447
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
448
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
449
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 163)
|
450
|
+
Completed 200 OK in 5ms (Views: 4.0ms | Allocations: 1404)
|
451
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
452
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
453
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
454
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
455
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
456
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
457
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
458
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
459
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
460
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
461
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
462
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
463
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
464
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
465
|
+
Completed 200 OK in 3ms (Views: 2.1ms | Allocations: 1092)
|
466
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
467
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
468
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
469
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
470
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
471
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
472
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
473
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
474
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
475
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
476
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
477
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
478
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
479
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
480
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
481
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
482
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
483
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.1ms | Allocations: 309)
|
484
|
+
Completed 200 OK in 7ms (Views: 6.6ms | Allocations: 2523)
|
485
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
486
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
487
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
488
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
489
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
490
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
491
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
492
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
493
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 726)
|
494
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
495
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
496
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
497
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
498
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
499
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1106)
|
500
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
501
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
502
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
503
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
504
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
505
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
506
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
507
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
508
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
509
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
510
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
511
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
512
|
+
Parameters: {"id"=>"99999999"}
|
513
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
514
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 94)
|
515
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | Allocations: 1209)
|
516
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
517
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
518
|
+
Parameters: {"id"=>"SC247974"}
|
519
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
520
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 99)
|
521
|
+
Completed 200 OK in 2ms (Views: 0.8ms | Allocations: 608)
|
522
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
523
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
524
|
+
Parameters: {"id"=>"foo"}
|
525
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
526
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
527
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
528
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
529
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
530
|
+
Parameters: {"id"=>"05868270"}
|
531
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
532
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
533
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 303)
|
534
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
535
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
536
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
537
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
538
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
539
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
540
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
541
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.6ms | Allocations: 619)
|
542
|
+
Completed 200 OK in 8ms (Views: 7.3ms | Allocations: 2438)
|
543
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
544
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
545
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
546
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
547
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
548
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
549
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
550
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
551
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
552
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 172)
|
553
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
554
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
555
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
556
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 147)
|
557
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1183)
|
558
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
559
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
560
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
561
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 622)
|
562
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
563
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
564
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
565
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
566
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 726)
|
567
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
568
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
569
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
570
|
+
Parameters: {"id"=>"foo"}
|
571
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
572
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 95)
|
573
|
+
Completed 404 Not Found in 4ms (Views: 3.8ms | Allocations: 1210)
|
574
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
575
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
576
|
+
Parameters: {"id"=>"SC247974"}
|
577
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
578
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 99)
|
579
|
+
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 608)
|
580
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
581
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
582
|
+
Parameters: {"id"=>"99999999"}
|
583
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
584
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
585
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
586
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
587
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
588
|
+
Parameters: {"id"=>"05868270"}
|
589
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
590
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
591
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 303)
|
592
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
593
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
594
|
+
Parameters: {"id"=>"99999999"}
|
595
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
596
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 253)
|
597
|
+
Completed 404 Not Found in 8ms (Views: 7.8ms | Allocations: 2394)
|
598
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
599
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
600
|
+
Parameters: {"id"=>"SC247974"}
|
601
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
602
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 99)
|
603
|
+
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 608)
|
604
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
605
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
606
|
+
Parameters: {"id"=>"foo"}
|
607
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
608
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
609
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
610
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
611
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
612
|
+
Parameters: {"id"=>"05868270"}
|
613
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
614
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
615
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 303)
|
616
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
617
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
618
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
619
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
620
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
621
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
622
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 672)
|
623
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
624
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
625
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
626
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 151)
|
627
|
+
Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1286)
|
628
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
629
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
630
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
631
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
632
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 726)
|
633
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
634
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
635
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
636
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
637
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
638
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
639
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
640
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
641
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
642
|
+
Completed 302 Found in 1ms (Allocations: 358)
|
643
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
644
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
645
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
646
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
647
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.6ms | Allocations: 457)
|
648
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1090)
|
649
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:03:54 +0000
|
650
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
651
|
+
Parameters: {"id"=>"foo"}
|
652
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
653
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.9ms | Allocations: 253)
|
654
|
+
Completed 404 Not Found in 9ms (Views: 8.7ms | Allocations: 2394)
|
655
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:03:54 +0000
|
656
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
657
|
+
Parameters: {"id"=>"SC247974"}
|
658
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
659
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 99)
|
660
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 608)
|
661
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
662
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
663
|
+
Parameters: {"id"=>"99999999"}
|
664
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
665
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
666
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
667
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
668
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
669
|
+
Parameters: {"id"=>"05868270"}
|
670
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
671
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
672
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 303)
|
673
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
674
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
675
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
676
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
677
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
678
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
679
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
680
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 460)
|
681
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1249)
|
682
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
683
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
684
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
685
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
686
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
687
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
688
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
689
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
690
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
691
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 172)
|
692
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
693
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
694
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
695
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
696
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
697
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
698
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
699
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 148)
|
700
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1177)
|
701
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
702
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
703
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
704
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
705
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 726)
|
706
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:05:20 +0000
|
707
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
708
|
+
Parameters: {"id"=>"05868270"}
|
709
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
710
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
711
|
+
Completed 200 OK in 8ms (Views: 5.1ms | Allocations: 2467)
|
712
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:05:20 +0000
|
713
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
714
|
+
Parameters: {"id"=>"99999999"}
|
715
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
716
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
717
|
+
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 535)
|
718
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:05:20 +0000
|
719
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
720
|
+
Parameters: {"id"=>"SC247974"}
|
721
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
722
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
723
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 304)
|
724
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:06:01 +0000
|
725
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
726
|
+
Parameters: {"id"=>"SC247974"}
|
727
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
728
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
729
|
+
Completed 200 OK in 17037ms (Views: 5.8ms | Allocations: 5950)
|
730
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:06:44 +0000
|
731
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
732
|
+
Parameters: {"id"=>"SC247974"}
|
733
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
734
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
735
|
+
Completed 200 OK in 12368ms (Views: 5.6ms | Allocations: 6084)
|
736
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:07:12 +0000
|
737
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
738
|
+
Parameters: {"id"=>"SC247974"}
|
739
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
740
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.1ms | Allocations: 260)
|
741
|
+
Completed 200 OK in 17037ms (Views: 6.0ms | Allocations: 6191)
|
742
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:08:06 +0000
|
743
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
744
|
+
Parameters: {"id"=>"SC247974"}
|
745
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
746
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 3.6ms | Allocations: 277)
|
747
|
+
Completed 200 OK in 21ms (Views: 11.2ms | Allocations: 2942)
|
748
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
749
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
750
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
751
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
752
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.5ms | Allocations: 619)
|
753
|
+
Completed 200 OK in 8ms (Views: 7.4ms | Allocations: 2438)
|
754
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
755
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
756
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
757
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
758
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
759
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
760
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
761
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
762
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
763
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 173)
|
764
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
765
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
766
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
767
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 162)
|
768
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1260)
|
769
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
770
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
771
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
772
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.0ms | Allocations: 141)
|
773
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 657)
|
774
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
775
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
776
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
777
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
778
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
779
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
780
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
781
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
782
|
+
Parameters: {"id"=>"05868270"}
|
783
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
784
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 117)
|
785
|
+
Completed 200 OK in 4ms (Views: 2.8ms | Allocations: 1298)
|
786
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
787
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
788
|
+
Parameters: {"id"=>"99999999"}
|
789
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
790
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 86)
|
791
|
+
Completed 404 Not Found in 2ms (Views: 2.2ms | Allocations: 535)
|
792
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
793
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
794
|
+
Parameters: {"id"=>"SC247974"}
|
795
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
796
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
797
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 306)
|
798
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
799
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
800
|
+
Parameters: {"id"=>"foo"}
|
801
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
802
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
803
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 253)
|
804
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
805
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
806
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
807
|
+
Parameters: {"id"=>"SC247974"}
|
808
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
809
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 277)
|
810
|
+
Completed 200 OK in 10ms (Views: 6.4ms | Allocations: 2485)
|
811
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
812
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
813
|
+
Parameters: {"id"=>"foo"}
|
814
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
815
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
816
|
+
Completed 404 Not Found in 2ms (Views: 1.9ms | Allocations: 535)
|
817
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
818
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
819
|
+
Parameters: {"id"=>"99999999"}
|
820
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
821
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
822
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
823
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
824
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
825
|
+
Parameters: {"id"=>"05868270"}
|
826
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
827
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
828
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 306)
|
829
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
830
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
831
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
832
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
833
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 164)
|
834
|
+
Completed 200 OK in 5ms (Views: 4.0ms | Allocations: 1407)
|
835
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
836
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
837
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
838
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
839
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
840
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
841
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
842
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.4ms | Allocations: 141)
|
843
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 657)
|
844
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
845
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
846
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
847
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
848
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
|
849
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1092)
|
850
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
851
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
852
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
853
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
854
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
855
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
856
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
857
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
858
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
859
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
860
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
861
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
862
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
863
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
864
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
865
|
+
Parameters: {"id"=>"99999999"}
|
866
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
867
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.9ms | Allocations: 253)
|
868
|
+
Completed 404 Not Found in 12ms (Views: 11.6ms | Allocations: 2394)
|
869
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
870
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
871
|
+
Parameters: {"id"=>"SC247974"}
|
872
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
873
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.9ms | Allocations: 116)
|
874
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 626)
|
875
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
876
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
877
|
+
Parameters: {"id"=>"foo"}
|
878
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
879
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
880
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
881
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
882
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
883
|
+
Parameters: {"id"=>"05868270"}
|
884
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
885
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
886
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 306)
|
887
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
888
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
889
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
890
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
891
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
892
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
893
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 218)
|
894
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
895
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
896
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
897
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
898
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
899
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
900
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
901
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
902
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
903
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 459)
|
904
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1200)
|
905
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
906
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
907
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
908
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.8ms | Allocations: 147)
|
909
|
+
Completed 200 OK in 4ms (Views: 3.4ms | Allocations: 1174)
|
910
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
911
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
912
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
913
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
914
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
915
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
916
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
917
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.1ms | Allocations: 156)
|
918
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 726)
|
919
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
920
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
921
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
922
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.3ms | Allocations: 324)
|
923
|
+
Completed 200 OK in 10ms (Views: 9.1ms | Allocations: 2592)
|
924
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
925
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
926
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
927
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
928
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
929
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
930
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
931
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.4ms | Allocations: 141)
|
932
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 657)
|
933
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
934
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
935
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
936
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
937
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
938
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
939
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
940
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
941
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
942
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.6ms | Allocations: 457)
|
943
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 1090)
|
944
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
945
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
946
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
947
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
948
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
949
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
950
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
951
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
952
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
953
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
954
|
+
Parameters: {"id"=>"SC247974"}
|
955
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
956
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 115)
|
957
|
+
Completed 200 OK in 4ms (Views: 2.7ms | Allocations: 1295)
|
958
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
959
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
960
|
+
Parameters: {"id"=>"foo"}
|
961
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
962
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
963
|
+
Completed 404 Not Found in 1ms (Views: 1.3ms | Allocations: 535)
|
964
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
965
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
966
|
+
Parameters: {"id"=>"05868270"}
|
967
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
968
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
969
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
970
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
971
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
972
|
+
Parameters: {"id"=>"99999999"}
|
973
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
974
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.2ms | Allocations: 10)
|
975
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | Allocations: 253)
|
976
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
977
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
978
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
979
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
980
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
981
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
982
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.4ms | Allocations: 619)
|
983
|
+
Completed 200 OK in 8ms (Views: 7.0ms | Allocations: 2425)
|
984
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
985
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
986
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
987
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
988
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
989
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
990
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
991
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
992
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
993
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 172)
|
994
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
995
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
996
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
997
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
|
998
|
+
Completed 200 OK in 5ms (Views: 4.0ms | Allocations: 1252)
|
999
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1000
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1001
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1002
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1003
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 657)
|
1004
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1005
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1006
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1007
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1008
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1009
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1010
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1011
|
+
Parameters: {"id"=>"05868270"}
|
1012
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1013
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 115)
|
1014
|
+
Completed 200 OK in 5ms (Views: 3.6ms | Allocations: 1295)
|
1015
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1016
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1017
|
+
Parameters: {"id"=>"foo"}
|
1018
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1019
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
1020
|
+
Completed 404 Not Found in 3ms (Views: 2.2ms | Allocations: 535)
|
1021
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1022
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1023
|
+
Parameters: {"id"=>"SC247974"}
|
1024
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1025
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1026
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
1027
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1028
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1029
|
+
Parameters: {"id"=>"99999999"}
|
1030
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1031
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1032
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
1033
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1034
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1035
|
+
Parameters: {"id"=>"99999999"}
|
1036
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1037
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.5ms | Allocations: 253)
|
1038
|
+
Completed 404 Not Found in 10ms (Views: 9.3ms | Allocations: 2394)
|
1039
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1040
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1041
|
+
Parameters: {"id"=>"05868270"}
|
1042
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1043
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.1ms | Allocations: 116)
|
1044
|
+
Completed 200 OK in 3ms (Views: 1.6ms | Allocations: 626)
|
1045
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1046
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1047
|
+
Parameters: {"id"=>"SC247974"}
|
1048
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1049
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1050
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
1051
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1052
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1053
|
+
Parameters: {"id"=>"foo"}
|
1054
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1055
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1056
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
1057
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1058
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1059
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1060
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1061
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1062
|
+
Completed 302 Found in 1ms (Allocations: 396)
|
1063
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1064
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1065
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1066
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1067
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
1068
|
+
Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 1197)
|
1069
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1070
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1071
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1072
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1073
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 172)
|
1074
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1075
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1076
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1077
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.8ms | Allocations: 162)
|
1078
|
+
Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1243)
|
1079
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1080
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1081
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1082
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.8ms | Allocations: 141)
|
1083
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 657)
|
1084
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1085
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1086
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1087
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1088
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1089
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1090
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1091
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1092
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1093
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.8ms | Allocations: 324)
|
1094
|
+
Completed 200 OK in 13ms (Views: 12.0ms | Allocations: 2592)
|
1095
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1096
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1097
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1098
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1099
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1100
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1101
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1102
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 141)
|
1103
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 657)
|
1104
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1105
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1106
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1107
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1108
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
1109
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1110
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1111
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1112
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1113
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 457)
|
1114
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1090)
|
1115
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1116
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1117
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1118
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1119
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1120
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1121
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1122
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1123
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1124
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1125
|
+
Parameters: {"id"=>"99999999"}
|
1126
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1127
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.7ms | Allocations: 92)
|
1128
|
+
Completed 404 Not Found in 3ms (Views: 3.2ms | Allocations: 1205)
|
1129
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1130
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1131
|
+
Parameters: {"id"=>"foo"}
|
1132
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1133
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1134
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
1135
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1136
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1137
|
+
Parameters: {"id"=>"SC247974"}
|
1138
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1139
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 115)
|
1140
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 624)
|
1141
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1142
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1143
|
+
Parameters: {"id"=>"05868270"}
|
1144
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1145
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1146
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
1147
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1148
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1149
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1150
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1151
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1152
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 2.5ms | Allocations: 324)
|
1153
|
+
Completed 200 OK in 22ms (Views: 21.5ms | Allocations: 2585)
|
1154
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1155
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1156
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1157
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.2ms | Allocations: 141)
|
1158
|
+
Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 657)
|
1159
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1160
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1161
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1162
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1163
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1164
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1165
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1166
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1167
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
1168
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1169
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1170
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1171
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1172
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
|
1173
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1090)
|
1174
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1175
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1176
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1177
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1178
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1179
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1180
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1181
|
+
Parameters: {"id"=>"99999999"}
|
1182
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1183
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 92)
|
1184
|
+
Completed 404 Not Found in 7ms (Views: 6.4ms | Allocations: 1205)
|
1185
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1186
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1187
|
+
Parameters: {"id"=>"SC247974"}
|
1188
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1189
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 114)
|
1190
|
+
Completed 200 OK in 2ms (Views: 0.8ms | Allocations: 624)
|
1191
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1192
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1193
|
+
Parameters: {"id"=>"foo"}
|
1194
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1195
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1196
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
1197
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1198
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1199
|
+
Parameters: {"id"=>"05868270"}
|
1200
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1201
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1202
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 306)
|
1203
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1204
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1205
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1206
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1207
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1208
|
+
Completed 302 Found in 1ms (Allocations: 427)
|
1209
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1210
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1211
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1212
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1213
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.0ms | Allocations: 619)
|
1214
|
+
Completed 200 OK in 9ms (Views: 8.3ms | Allocations: 2353)
|
1215
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1216
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1217
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1218
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1219
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 173)
|
1220
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1221
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1222
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1223
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 162)
|
1224
|
+
Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1252)
|
1225
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1226
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1227
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1228
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1229
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1230
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1231
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1232
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 145)
|
1233
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 663)
|
1234
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1235
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1236
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1237
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1238
|
+
Parameters: {"id"=>"SC247974"}
|
1239
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1240
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 114)
|
1241
|
+
Completed 200 OK in 4ms (Views: 2.9ms | Allocations: 1294)
|
1242
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1243
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1244
|
+
Parameters: {"id"=>"foo"}
|
1245
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1246
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
1247
|
+
Completed 404 Not Found in 2ms (Views: 1.8ms | Allocations: 535)
|
1248
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1249
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1250
|
+
Parameters: {"id"=>"99999999"}
|
1251
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1252
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1253
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
1254
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1255
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1256
|
+
Parameters: {"id"=>"05868270"}
|
1257
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1258
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1259
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 306)
|
1260
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1261
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1262
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1263
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1264
|
+
Parameters: {"id"=>"99999999"}
|
1265
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1266
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 2.0ms | Allocations: 253)
|
1267
|
+
Completed 404 Not Found in 14ms (Views: 13.3ms | Allocations: 2394)
|
1268
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1269
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1270
|
+
Parameters: {"id"=>"foo"}
|
1271
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1272
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 10)
|
1273
|
+
Completed 404 Not Found in 2ms (Views: 1.8ms | Allocations: 254)
|
1274
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1275
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1276
|
+
Parameters: {"id"=>"SC247974"}
|
1277
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1278
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.5ms | Allocations: 123)
|
1279
|
+
Completed 200 OK in 4ms (Views: 2.4ms | Allocations: 632)
|
1280
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1281
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1282
|
+
Parameters: {"id"=>"05868270"}
|
1283
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1284
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1285
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 307)
|
1286
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1287
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1288
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1289
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 672)
|
1290
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1291
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1292
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1293
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.2ms | Allocations: 149)
|
1294
|
+
Completed 200 OK in 7ms (Views: 6.4ms | Allocations: 1284)
|
1295
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1296
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1297
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1298
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.7ms | Allocations: 156)
|
1299
|
+
Completed 200 OK in 6ms (Views: 5.6ms | Allocations: 726)
|
1300
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1301
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1302
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1303
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1304
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
1305
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1306
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1307
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1308
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1309
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.8ms | Allocations: 457)
|
1310
|
+
Completed 200 OK in 4ms (Views: 3.3ms | Allocations: 1090)
|
1311
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1312
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1313
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1314
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1315
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
1316
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1317
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1318
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1319
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1320
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1321
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1322
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 249)
|
1323
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1324
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1325
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1326
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1327
|
+
Completed 302 Found in 1ms (Allocations: 359)
|
1328
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1329
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1330
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1331
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1332
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.0ms | Allocations: 619)
|
1333
|
+
Completed 200 OK in 10ms (Views: 9.3ms | Allocations: 2352)
|
1334
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1335
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1336
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1337
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.9ms | Allocations: 162)
|
1338
|
+
Completed 200 OK in 4ms (Views: 3.1ms | Allocations: 1260)
|
1339
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1340
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1341
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1342
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1343
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1344
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1345
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1346
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 141)
|
1347
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
1348
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1349
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1350
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1351
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1352
|
+
Parameters: {"id"=>"99999999"}
|
1353
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1354
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.9ms | Allocations: 94)
|
1355
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | Allocations: 1209)
|
1356
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1357
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1358
|
+
Parameters: {"id"=>"05868270"}
|
1359
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1360
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 122)
|
1361
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 632)
|
1362
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1363
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1364
|
+
Parameters: {"id"=>"SC247974"}
|
1365
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1366
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1367
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
1368
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1369
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1370
|
+
Parameters: {"id"=>"foo"}
|
1371
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1372
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1373
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
1374
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1375
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1376
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1377
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1378
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 703)
|
1379
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1380
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1381
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1382
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 2.0ms | Allocations: 310)
|
1383
|
+
Completed 200 OK in 13ms (Views: 12.4ms | Allocations: 2446)
|
1384
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1385
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1386
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1387
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.0ms | Allocations: 156)
|
1388
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 726)
|
1389
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1390
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1391
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1392
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1393
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 176)
|
1394
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1395
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1396
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1397
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1398
|
+
Completed 302 Found in 1ms (Allocations: 358)
|
1399
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1400
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1401
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1402
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1403
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1404
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1090)
|
1405
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1406
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1407
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1408
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1409
|
+
Parameters: {"id"=>"05868270"}
|
1410
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1411
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 124)
|
1412
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1306)
|
1413
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1414
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1415
|
+
Parameters: {"id"=>"SC247974"}
|
1416
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1417
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 3.1ms | Allocations: 284)
|
1418
|
+
Completed 200 OK in 15ms (Views: 9.6ms | Allocations: 2492)
|
1419
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1420
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1421
|
+
Parameters: {"id"=>"foo"}
|
1422
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1423
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 86)
|
1424
|
+
Completed 404 Not Found in 3ms (Views: 2.5ms | Allocations: 535)
|
1425
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1426
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1427
|
+
Parameters: {"id"=>"99999999"}
|
1428
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1429
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1430
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | Allocations: 254)
|
1431
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1432
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1433
|
+
Parameters: {"id"=>"05868270"}
|
1434
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1435
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1436
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 306)
|
1437
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1438
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1439
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1440
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1441
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.2ms | Allocations: 164)
|
1442
|
+
Completed 200 OK in 7ms (Views: 6.2ms | Allocations: 1399)
|
1443
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1444
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1445
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1446
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.7ms | Allocations: 141)
|
1447
|
+
Completed 200 OK in 7ms (Views: 5.4ms | Allocations: 657)
|
1448
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1449
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1450
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1451
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 626)
|
1452
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1453
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1454
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1455
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1456
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.3ms | Allocations: 457)
|
1457
|
+
Completed 200 OK in 7ms (Views: 6.0ms | Allocations: 1092)
|
1458
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1459
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1460
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1461
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1462
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1463
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1464
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1465
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1466
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1467
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
1468
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1469
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1470
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1471
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1472
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1473
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 2.3ms | Allocations: 324)
|
1474
|
+
Completed 200 OK in 15ms (Views: 13.3ms | Allocations: 2592)
|
1475
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1476
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1477
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1478
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 141)
|
1479
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 657)
|
1480
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1481
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1482
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1483
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1484
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1485
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1486
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1487
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1488
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 11.2ms | Allocations: 457)
|
1489
|
+
Completed 200 OK in 15ms (Views: 13.1ms | Allocations: 1094)
|
1490
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1491
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1492
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1493
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1494
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1495
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1496
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1497
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1498
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1499
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
1500
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1501
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1502
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1503
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1504
|
+
Parameters: {"id"=>"05868270"}
|
1505
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1506
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 124)
|
1507
|
+
Completed 200 OK in 5ms (Views: 3.1ms | Allocations: 1304)
|
1508
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1509
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1510
|
+
Parameters: {"id"=>"foo"}
|
1511
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1512
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 86)
|
1513
|
+
Completed 404 Not Found in 3ms (Views: 3.0ms | Allocations: 535)
|
1514
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1515
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1516
|
+
Parameters: {"id"=>"SC247974"}
|
1517
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1518
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.2ms | Allocations: 12)
|
1519
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 307)
|
1520
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1521
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1522
|
+
Parameters: {"id"=>"99999999"}
|
1523
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1524
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1525
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | Allocations: 253)
|
1526
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1527
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1528
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1529
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1530
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1531
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1532
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1533
|
+
Completed 302 Found in 1ms (Allocations: 420)
|
1534
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1535
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1536
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1537
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1538
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.3ms | Allocations: 619)
|
1539
|
+
Completed 200 OK in 7ms (Views: 6.7ms | Allocations: 2353)
|
1540
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1541
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1542
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1543
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1544
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 173)
|
1545
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1546
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1547
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1548
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 149)
|
1549
|
+
Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1186)
|
1550
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1551
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1552
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1553
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1554
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1555
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1556
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1557
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 156)
|
1558
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 726)
|
1559
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1560
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1561
|
+
Parameters: {"id"=>"99999999"}
|
1562
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1563
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 92)
|
1564
|
+
Completed 404 Not Found in 4ms (Views: 3.3ms | Allocations: 1205)
|
1565
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1566
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1567
|
+
Parameters: {"id"=>"05868270"}
|
1568
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1569
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1570
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 632)
|
1571
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1572
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1573
|
+
Parameters: {"id"=>"SC247974"}
|
1574
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1575
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1576
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
1577
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1578
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1579
|
+
Parameters: {"id"=>"foo"}
|
1580
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1581
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1582
|
+
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 253)
|
1583
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1584
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1585
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1586
|
+
Parameters: {"id"=>"99999999"}
|
1587
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1588
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 253)
|
1589
|
+
Completed 404 Not Found in 10ms (Views: 9.7ms | Allocations: 2394)
|
1590
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1591
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1592
|
+
Parameters: {"id"=>"05868270"}
|
1593
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1594
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 123)
|
1595
|
+
Completed 200 OK in 3ms (Views: 1.5ms | Allocations: 633)
|
1596
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1597
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1598
|
+
Parameters: {"id"=>"foo"}
|
1599
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1600
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1601
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
1602
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1603
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1604
|
+
Parameters: {"id"=>"SC247974"}
|
1605
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1606
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1607
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 306)
|
1608
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1609
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1610
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1611
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1612
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1613
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 217)
|
1614
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1615
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1616
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1617
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1618
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
1619
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1620
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1621
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1622
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1623
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.3ms | Allocations: 457)
|
1624
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1197)
|
1625
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1626
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1627
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1628
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
|
1629
|
+
Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1243)
|
1630
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1631
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1632
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1633
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1634
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1635
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1636
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1637
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 141)
|
1638
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 657)
|
1639
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1640
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1641
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1642
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1643
|
+
Parameters: {"id"=>"05868270"}
|
1644
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1645
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
1646
|
+
Completed 200 OK in 9ms (Views: 5.9ms | Allocations: 2492)
|
1647
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1648
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1649
|
+
Parameters: {"id"=>"SC247974"}
|
1650
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1651
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1652
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
1653
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1654
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1655
|
+
Parameters: {"id"=>"foo"}
|
1656
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1657
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
1658
|
+
Completed 404 Not Found in 2ms (Views: 1.4ms | Allocations: 534)
|
1659
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1660
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1661
|
+
Parameters: {"id"=>"99999999"}
|
1662
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1663
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1664
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
1665
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1666
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1667
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1668
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1669
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.9ms | Allocations: 162)
|
1670
|
+
Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1395)
|
1671
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1672
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1673
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1674
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1675
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1676
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1677
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1678
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1679
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|
1680
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1681
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1682
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1683
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1684
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1685
|
+
Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1092)
|
1686
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1687
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1688
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1689
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1690
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1691
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1692
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1693
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1694
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1695
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1696
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1697
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1698
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1699
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1700
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1701
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1702
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 242)
|
1703
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1704
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1705
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1706
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1707
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
1708
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1709
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1710
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1711
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1712
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 619)
|
1713
|
+
Completed 200 OK in 7ms (Views: 6.7ms | Allocations: 2352)
|
1714
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1715
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1716
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1717
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
|
1718
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1252)
|
1719
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1720
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1721
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1722
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 141)
|
1723
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
1724
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1725
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1726
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1727
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
1728
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1729
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1730
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1731
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1732
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1733
|
+
Parameters: {"id"=>"05868270"}
|
1734
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1735
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1736
|
+
Completed 200 OK in 4ms (Views: 2.5ms | Allocations: 1302)
|
1737
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1738
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1739
|
+
Parameters: {"id"=>"99999999"}
|
1740
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1741
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
1742
|
+
Completed 404 Not Found in 2ms (Views: 2.0ms | Allocations: 535)
|
1743
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1744
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1745
|
+
Parameters: {"id"=>"SC247974"}
|
1746
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1747
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1748
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
1749
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1750
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1751
|
+
Parameters: {"id"=>"foo"}
|
1752
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1753
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1754
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
1755
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:54:40 +0000
|
1756
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1757
|
+
Parameters: {"id"=>"05868270"}
|
1758
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1759
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
1760
|
+
Completed 200 OK in 8ms (Views: 5.5ms | Allocations: 2492)
|
1761
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1762
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1763
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1764
|
+
Parameters: {"id"=>"99999999"}
|
1765
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1766
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 253)
|
1767
|
+
Completed 404 Not Found in 10ms (Views: 9.0ms | Allocations: 2394)
|
1768
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1769
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1770
|
+
Parameters: {"id"=>"foo"}
|
1771
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1772
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1773
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
1774
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1775
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1776
|
+
Parameters: {"id"=>"SC247974"}
|
1777
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1778
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
1779
|
+
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 632)
|
1780
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1781
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1782
|
+
Parameters: {"id"=>"05868270"}
|
1783
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1784
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1785
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 307)
|
1786
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1787
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1788
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1789
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 162)
|
1790
|
+
Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 1395)
|
1791
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1792
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1793
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1794
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 625)
|
1795
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1796
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1797
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1798
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1799
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|
1800
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1801
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1802
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1803
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1804
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1805
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1092)
|
1806
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1807
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1808
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1809
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1810
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1811
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1812
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1813
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1814
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1815
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1816
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1817
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1818
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:04 +0000
|
1819
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1820
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1821
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 703)
|
1822
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:04 +0000
|
1823
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1824
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1825
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.2ms | Allocations: 310)
|
1826
|
+
Completed 200 OK in 8ms (Views: 7.7ms | Allocations: 2446)
|
1827
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:04 +0000
|
1828
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1829
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1830
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
1831
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 726)
|
1832
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1833
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1834
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1835
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1836
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1837
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1106)
|
1838
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1839
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1840
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1841
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1842
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1843
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1844
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1845
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1846
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1847
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 169)
|
1848
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1849
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1850
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1851
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1852
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1853
|
+
Parameters: {"id"=>"05868270"}
|
1854
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1855
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 124)
|
1856
|
+
Completed 200 OK in 5ms (Views: 3.1ms | Allocations: 1306)
|
1857
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1858
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1859
|
+
Parameters: {"id"=>"99999999"}
|
1860
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1861
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
1862
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
1863
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1864
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1865
|
+
Parameters: {"id"=>"foo"}
|
1866
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1867
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1868
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
1869
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1870
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1871
|
+
Parameters: {"id"=>"SC247974"}
|
1872
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1873
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1874
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 306)
|
1875
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1876
|
+
Started GET "/defra_ruby_mocks/company/99999999/officers" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1877
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1878
|
+
Parameters: {"id"=>"99999999"}
|
1879
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
1880
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.4ms | Allocations: 63)
|
1881
|
+
Completed 200 OK in 2ms (Views: 1.2ms | Allocations: 545)
|
1882
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:22:49 +0000
|
1883
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:49 +0000
|
1884
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:22:49 +0000
|
1885
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1886
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1887
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1888
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1889
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 242)
|
1890
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1891
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1892
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1893
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1894
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.5ms | Allocations: 620)
|
1895
|
+
Completed 200 OK in 8ms (Views: 7.3ms | Allocations: 2355)
|
1896
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1897
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1898
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1899
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1900
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1901
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1902
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1903
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1904
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
|
1905
|
+
Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 1252)
|
1906
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1907
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1908
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1909
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
1910
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1911
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1912
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1913
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1914
|
+
Completed 200 OK in 3ms (Views: 2.0ms | Allocations: 657)
|
1915
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1916
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1917
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1918
|
+
Parameters: {"id"=>"99999999"}
|
1919
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1920
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 92)
|
1921
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | Allocations: 1205)
|
1922
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1923
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1924
|
+
Parameters: {"id"=>"05868270"}
|
1925
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1926
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1927
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 632)
|
1928
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1929
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1930
|
+
Parameters: {"id"=>"SC247974"}
|
1931
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1932
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1933
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
1934
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1935
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1936
|
+
Parameters: {"id"=>"foo"}
|
1937
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1938
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1939
|
+
Completed 404 Not Found in 2ms (Views: 1.2ms | Allocations: 253)
|
1940
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1941
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1942
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1943
|
+
Parameters: {"id"=>"company-no"}
|
1944
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
1945
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.9ms | Allocations: 219)
|
1946
|
+
Completed 200 OK in 9ms (Views: 5.4ms | Allocations: 2408)
|
1947
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1948
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1949
|
+
Parameters: {"id"=>"99999999"}
|
1950
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1951
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 91)
|
1952
|
+
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 541)
|
1953
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1954
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1955
|
+
Parameters: {"id"=>"foo"}
|
1956
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1957
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1958
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 254)
|
1959
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1960
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1961
|
+
Parameters: {"id"=>"SC247974"}
|
1962
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1963
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
1964
|
+
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 622)
|
1965
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1966
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1967
|
+
Parameters: {"id"=>"05868270"}
|
1968
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1969
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1970
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 307)
|
1971
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1972
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1973
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1974
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1975
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1976
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1977
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1978
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 459)
|
1979
|
+
Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1248)
|
1980
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1981
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1982
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1983
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1984
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1985
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1986
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1987
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1988
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1989
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 172)
|
1990
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1991
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1992
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1993
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.8ms | Allocations: 162)
|
1994
|
+
Completed 200 OK in 4ms (Views: 3.4ms | Allocations: 1243)
|
1995
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1996
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1997
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1998
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1999
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 657)
|
2000
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
2001
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2002
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2003
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
2004
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:23:59 +0000
|
2005
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:23:59 +0000
|
2006
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2007
|
+
Parameters: {"id"=>"05868270"}
|
2008
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2009
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
2010
|
+
Completed 200 OK in 9ms (Views: 5.7ms | Allocations: 2492)
|
2011
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:23:59 +0000
|
2012
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2013
|
+
Parameters: {"id"=>"99999999"}
|
2014
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2015
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
2016
|
+
Completed 404 Not Found in 2ms (Views: 2.0ms | Allocations: 535)
|
2017
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2018
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2019
|
+
Parameters: {"id"=>"foo"}
|
2020
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2021
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2022
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
2023
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2024
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2025
|
+
Parameters: {"id"=>"SC247974"}
|
2026
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2027
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2028
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 306)
|
2029
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2030
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2031
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2032
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 164)
|
2033
|
+
Completed 200 OK in 6ms (Views: 4.7ms | Allocations: 1399)
|
2034
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2035
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2036
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2037
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.4ms | Allocations: 141)
|
2038
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
2039
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2040
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2041
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2042
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 625)
|
2043
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2044
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2045
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2046
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2047
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 457)
|
2048
|
+
Completed 200 OK in 3ms (Views: 2.0ms | Allocations: 1092)
|
2049
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2050
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2051
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2052
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2053
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
2054
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2055
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2056
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2057
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2058
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
2059
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2060
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2061
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2062
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2063
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2064
|
+
Parameters: {"id"=>"company-no"}
|
2065
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2066
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.6ms | Allocations: 63)
|
2067
|
+
Completed 200 OK in 3ms (Views: 1.7ms | Allocations: 551)
|
2068
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2069
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2070
|
+
Parameters: {"id"=>"company-no"}
|
2071
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2072
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.9ms | Allocations: 219)
|
2073
|
+
Completed 200 OK in 7ms (Views: 4.5ms | Allocations: 2408)
|
2074
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2075
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2076
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2077
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2078
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2079
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2080
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2081
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 218)
|
2082
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2083
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2084
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2085
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2086
|
+
Completed 302 Found in 1ms (Allocations: 359)
|
2087
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2088
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2089
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2090
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2091
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 462)
|
2092
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1202)
|
2093
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2094
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2095
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2096
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 621)
|
2097
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2098
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2099
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2100
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 149)
|
2101
|
+
Completed 200 OK in 4ms (Views: 3.3ms | Allocations: 1178)
|
2102
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2103
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2104
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2105
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 156)
|
2106
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 726)
|
2107
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2108
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2109
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2110
|
+
Parameters: {"id"=>"SC247974"}
|
2111
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2112
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 122)
|
2113
|
+
Completed 200 OK in 3ms (Views: 1.9ms | Allocations: 624)
|
2114
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2115
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2116
|
+
Parameters: {"id"=>"foo"}
|
2117
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2118
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
2119
|
+
Completed 404 Not Found in 3ms (Views: 2.3ms | Allocations: 535)
|
2120
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2121
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2122
|
+
Parameters: {"id"=>"05868270"}
|
2123
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2124
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2125
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 307)
|
2126
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2127
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2128
|
+
Parameters: {"id"=>"99999999"}
|
2129
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2130
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2131
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
2132
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2133
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2134
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2135
|
+
Parameters: {"id"=>"05868270"}
|
2136
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2137
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.3ms | Allocations: 284)
|
2138
|
+
Completed 200 OK in 8ms (Views: 5.5ms | Allocations: 2492)
|
2139
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2140
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2141
|
+
Parameters: {"id"=>"foo"}
|
2142
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2143
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
2144
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
2145
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2146
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2147
|
+
Parameters: {"id"=>"SC247974"}
|
2148
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2149
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2150
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
2151
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2152
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2153
|
+
Parameters: {"id"=>"99999999"}
|
2154
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2155
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2156
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | Allocations: 253)
|
2157
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2158
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2159
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2160
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 679)
|
2161
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2162
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2163
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2164
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 147)
|
2165
|
+
Completed 200 OK in 5ms (Views: 4.5ms | Allocations: 1281)
|
2166
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2167
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2168
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2169
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
2170
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 726)
|
2171
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2172
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2173
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2174
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2175
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 175)
|
2176
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2177
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2178
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2179
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2180
|
+
Completed 302 Found in 1ms (Allocations: 358)
|
2181
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2182
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2183
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2184
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2185
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 459)
|
2186
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 1093)
|
2187
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2188
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2189
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2190
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2191
|
+
Parameters: {"id"=>"company-no"}
|
2192
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2193
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.3ms | Allocations: 63)
|
2194
|
+
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 547)
|
2195
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2196
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2197
|
+
Parameters: {"id"=>"SC247974"}
|
2198
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2199
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
2200
|
+
Completed 200 OK in 8ms (Views: 5.2ms | Allocations: 2492)
|
2201
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2202
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2203
|
+
Parameters: {"id"=>"foo"}
|
2204
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2205
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
2206
|
+
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 535)
|
2207
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2208
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2209
|
+
Parameters: {"id"=>"99999999"}
|
2210
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2211
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2212
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
2213
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2214
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2215
|
+
Parameters: {"id"=>"05868270"}
|
2216
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2217
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2218
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 306)
|
2219
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2220
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2221
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2222
|
+
Parameters: {"id"=>"company-no"}
|
2223
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2224
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.5ms | Allocations: 63)
|
2225
|
+
Completed 200 OK in 3ms (Views: 1.4ms | Allocations: 544)
|
2226
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2227
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2228
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2229
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2230
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2231
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2232
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2233
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 218)
|
2234
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2235
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2236
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2237
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2238
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
2239
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2240
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2241
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2242
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2243
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 459)
|
2244
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1200)
|
2245
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2246
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2247
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2248
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
|
2249
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1243)
|
2250
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2251
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2252
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2253
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
2254
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2255
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2256
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2257
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
2258
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|