defra_ruby_mocks 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,513 +1,2258 @@
1
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
2
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
3
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
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
4
48
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
5
49
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
6
- Completed 500 Internal Server Error in 1ms (Allocations: 713)
7
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
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
8
66
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
9
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
10
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 2.1ms | Allocations: 310)
11
- Completed 200 OK in 11ms (Views: 10.3ms | Allocations: 2428)
12
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
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
13
70
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
14
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
15
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
16
- Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 762)
17
- 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 2021-08-25 10:04:12 +0100
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
18
75
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
19
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"}
20
77
  MOCKS: Worldpay dispatcher error: Could not find resource: foo
21
- Completed 500 Internal Server Error in 0ms (Allocations: 184)
22
- 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 2021-08-25 10:04:12 +0100
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
23
80
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
24
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"}
25
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
26
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.6ms | Allocations: 457)
27
- Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 1126)
28
- 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 2021-08-25 10:04:12 +0100
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
29
86
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
30
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"}
31
88
  Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
32
- Completed 302 Found in 1ms (Allocations: 364)
33
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
34
- Processing by DefraRubyMocks::CompanyController#show as HTML
35
- Parameters: {"id"=>"99999999"}
36
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
37
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 94)
38
- Completed 404 Not Found in 4ms (Views: 3.2ms | Allocations: 1328)
39
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
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
40
91
  Processing by DefraRubyMocks::CompanyController#show as HTML
41
92
  Parameters: {"id"=>"05868270"}
42
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
43
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 99)
44
- Completed 200 OK in 2ms (Views: 0.8ms | Allocations: 644)
45
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
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
46
97
  Processing by DefraRubyMocks::CompanyController#show as HTML
47
98
  Parameters: {"id"=>"foo"}
48
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
49
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
50
- Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 275)
51
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
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
52
103
  Processing by DefraRubyMocks::CompanyController#show as HTML
53
104
  Parameters: {"id"=>"SC247974"}
54
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
55
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.2ms | Allocations: 11)
56
- Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 323)
57
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:04:12 +0100
58
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
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
59
109
  Processing by DefraRubyMocks::CompanyController#show as HTML
60
- Parameters: {"id"=>"05868270"}
61
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
62
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.5ms | Allocations: 262)
63
- Completed 200 OK in 10ms (Views: 6.8ms | Allocations: 2449)
64
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
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
65
148
  Processing by DefraRubyMocks::CompanyController#show as HTML
66
149
  Parameters: {"id"=>"99999999"}
67
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
68
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
69
- Completed 404 Not Found in 2ms (Views: 1.9ms | Allocations: 573)
70
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
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
71
160
  Processing by DefraRubyMocks::CompanyController#show as HTML
72
161
  Parameters: {"id"=>"SC247974"}
73
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
74
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
75
- Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 324)
76
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
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
77
166
  Processing by DefraRubyMocks::CompanyController#show as HTML
78
167
  Parameters: {"id"=>"foo"}
79
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
80
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
81
- Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 274)
82
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
83
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
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
84
189
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
85
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
86
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 149)
87
- Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 1447)
88
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
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
89
194
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
90
195
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
91
- Completed 500 Internal Server Error in 1ms (Allocations: 636)
92
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
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
93
198
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
94
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
95
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
96
- Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 762)
97
- 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 2021-08-25 10:04:56 +0100
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
98
232
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
99
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"}
100
234
  MOCKS: Worldpay dispatcher error: Could not find resource: foo
101
- Completed 500 Internal Server Error in 0ms (Allocations: 183)
102
- 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 2021-08-25 10:04:56 +0100
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
103
237
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
104
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"}
105
239
  Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
106
- Completed 302 Found in 1ms (Allocations: 366)
107
- 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 2021-08-25 10:04:56 +0100
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
108
242
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
109
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"}
110
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
111
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
112
- Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1124)
113
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
114
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:04:56 +0100
115
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
116
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
117
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
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
118
248
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
119
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
120
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.3ms | Allocations: 309)
121
- Completed 200 OK in 11ms (Views: 10.4ms | Allocations: 2523)
122
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
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
123
253
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
124
254
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
125
- Completed 500 Internal Server Error in 1ms (Allocations: 626)
126
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
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
127
257
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
128
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
129
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
130
- Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 726)
131
- 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 2021-08-25 10:05:30 +0100
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
132
324
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
133
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"}
134
326
  MOCKS: Worldpay dispatcher error: Could not find resource: foo
135
- Completed 500 Internal Server Error in 0ms (Allocations: 175)
136
- 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 2021-08-25 10:05:30 +0100
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
137
329
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
138
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"}
139
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
140
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.6ms | Allocations: 457)
141
- Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1099)
142
- 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 2021-08-25 10:05:30 +0100
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
143
334
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
144
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"}
145
- Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
146
- Completed 302 Found in 1ms (Allocations: 349)
147
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
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
148
346
  Processing by DefraRubyMocks::CompanyController#show as HTML
149
347
  Parameters: {"id"=>"foo"}
150
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
151
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 94)
152
- Completed 404 Not Found in 4ms (Views: 3.3ms | Allocations: 1209)
153
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
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
154
352
  Processing by DefraRubyMocks::CompanyController#show as HTML
155
353
  Parameters: {"id"=>"SC247974"}
156
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
157
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 99)
158
- Completed 200 OK in 2ms (Views: 0.8ms | Allocations: 606)
159
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
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
160
358
  Processing by DefraRubyMocks::CompanyController#show as HTML
161
359
  Parameters: {"id"=>"05868270"}
162
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
163
- Rendered /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 11)
164
- Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 304)
165
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
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
166
409
  Processing by DefraRubyMocks::CompanyController#show as HTML
167
410
  Parameters: {"id"=>"99999999"}
168
- Rendering /Users/toby/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
169
- Rendered /Users/toby/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.4ms | Allocations: 253)
171
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:05:30 +0100
172
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
173
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
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
174
415
  Processing by DefraRubyMocks::CompanyController#show as HTML
175
416
  Parameters: {"id"=>"05868270"}
176
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
177
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.5ms | Allocations: 261)
178
- Completed 200 OK in 9ms (Views: 6.1ms | Allocations: 2467)
179
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
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
180
429
  Processing by DefraRubyMocks::CompanyController#show as HTML
181
430
  Parameters: {"id"=>"foo"}
182
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
183
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
184
- Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 535)
185
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
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
186
435
  Processing by DefraRubyMocks::CompanyController#show as HTML
187
- Parameters: {"id"=>"SC247974"}
188
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
189
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
190
- Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 303)
191
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
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
192
441
  Processing by DefraRubyMocks::CompanyController#show as HTML
193
442
  Parameters: {"id"=>"99999999"}
194
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
195
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
196
- Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
197
- 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 2021-08-25 10:13:15 +0100
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
198
461
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
199
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"}
200
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
201
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 459)
202
- Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1248)
203
- 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 2021-08-25 10:13:15 +0100
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
204
467
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
205
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"}
206
469
  Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
207
470
  Completed 302 Found in 1ms (Allocations: 349)
208
- 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 2021-08-25 10:13:15 +0100
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
209
472
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
210
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"}
211
474
  MOCKS: Worldpay dispatcher error: Could not find resource: foo
212
- Completed 500 Internal Server Error in 1ms (Allocations: 172)
213
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
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
214
481
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
215
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
216
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
217
- Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 1243)
218
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
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
219
486
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
220
487
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
221
- Completed 500 Internal Server Error in 1ms (Allocations: 622)
222
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
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
223
490
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
224
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
225
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
226
- Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 657)
227
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
228
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:13:15 +0100
229
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
230
- Processing by DefraRubyMocks::CompanyController#show as HTML
231
- Parameters: {"id"=>"05868270"}
232
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
233
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.9ms | Allocations: 261)
234
- Completed 200 OK in 7ms (Views: 4.9ms | Allocations: 2467)
235
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
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
236
511
  Processing by DefraRubyMocks::CompanyController#show as HTML
237
512
  Parameters: {"id"=>"99999999"}
238
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
239
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
240
- Completed 404 Not Found in 1ms (Views: 1.2ms | Allocations: 535)
241
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
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
242
517
  Processing by DefraRubyMocks::CompanyController#show as HTML
243
518
  Parameters: {"id"=>"SC247974"}
244
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
245
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
246
- Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 303)
247
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
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
248
523
  Processing by DefraRubyMocks::CompanyController#show as HTML
249
524
  Parameters: {"id"=>"foo"}
250
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
251
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
252
- Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 253)
253
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
254
- 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 2021-08-25 10:15:53 +0100
255
- Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
256
- 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"}
257
- MOCKS: Worldpay dispatcher error: Could not find resource: foo
258
- Completed 500 Internal Server Error in 0ms (Allocations: 218)
259
- 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 2021-08-25 10:15:53 +0100
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
260
538
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
261
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"}
262
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
263
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 459)
264
- Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 1202)
265
- 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 2021-08-25 10:15:53 +0100
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
266
544
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
267
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"}
268
546
  Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
269
547
  Completed 302 Found in 1ms (Allocations: 349)
270
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
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
271
554
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
272
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
273
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 147)
274
- Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1174)
275
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
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
276
559
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
277
560
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
278
- Completed 500 Internal Server Error in 1ms (Allocations: 622)
279
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
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
280
563
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
281
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
282
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
283
- Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 726)
284
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
285
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:15:53 +0100
286
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
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
287
581
  Processing by DefraRubyMocks::CompanyController#show as HTML
288
582
  Parameters: {"id"=>"99999999"}
289
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
290
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.3ms | Allocations: 254)
291
- Completed 404 Not Found in 11ms (Views: 11.0ms | Allocations: 2377)
292
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
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
293
587
  Processing by DefraRubyMocks::CompanyController#show as HTML
294
588
  Parameters: {"id"=>"05868270"}
295
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
296
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 100)
297
- Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 645)
298
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
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
299
593
  Processing by DefraRubyMocks::CompanyController#show as HTML
300
- Parameters: {"id"=>"foo"}
301
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
302
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
303
- Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 275)
304
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
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
305
599
  Processing by DefraRubyMocks::CompanyController#show as HTML
306
600
  Parameters: {"id"=>"SC247974"}
307
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
308
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
309
- Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 327)
310
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
311
- 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 2021-08-25 10:17:31 +0100
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
312
634
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
313
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"}
314
636
  MOCKS: Worldpay dispatcher error: Could not find resource: foo
315
- Completed 500 Internal Server Error in 1ms (Allocations: 232)
316
- 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 2021-08-25 10:17:31 +0100
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
317
639
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
318
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"}
319
641
  Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
320
- Completed 302 Found in 1ms (Allocations: 366)
321
- 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 2021-08-25 10:17:31 +0100
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
322
677
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
323
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"}
324
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
325
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 459)
326
- Completed 200 OK in 3ms (Views: 2.1ms | Allocations: 1272)
327
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
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
328
693
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
329
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
330
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
331
- Completed 200 OK in 5ms (Views: 4.0ms | Allocations: 1321)
332
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
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
333
697
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
334
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
335
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
336
- Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 693)
337
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
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
338
702
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
339
- MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
340
- Completed 500 Internal Server Error in 1ms (Allocations: 632)
341
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
342
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-25 10:17:31 +0100
343
- 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 2021-08-25 10:17:46 +0100
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
344
749
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
345
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"}
346
- Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
347
- Completed 302 Found in 1ms (Allocations: 420)
348
- 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 2021-08-25 10:17:46 +0100
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
349
755
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
350
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"}
351
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
352
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.9ms | Allocations: 619)
353
- Completed 200 OK in 8ms (Views: 7.4ms | Allocations: 2353)
354
- 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 2021-08-25 10:17:46 +0100
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
355
760
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
356
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"}
357
762
  MOCKS: Worldpay dispatcher error: Could not find resource: foo
358
- Completed 500 Internal Server Error in 0ms (Allocations: 172)
359
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:46 +0100
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
360
765
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
361
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
362
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
363
- Completed 200 OK in 4ms (Views: 2.9ms | Allocations: 1260)
364
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:46 +0100
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
365
770
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
366
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
367
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 141)
368
- Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 657)
369
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:46 +0100
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
370
775
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
371
776
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
372
777
  Completed 500 Internal Server Error in 1ms (Allocations: 622)
373
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-25 10:17:47 +0100
374
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-25 10:17:47 +0100
375
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-25 10:17:47 +0100
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
376
781
  Processing by DefraRubyMocks::CompanyController#show as HTML
377
782
  Parameters: {"id"=>"05868270"}
378
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
379
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 101)
380
- Completed 200 OK in 5ms (Views: 3.8ms | Allocations: 1281)
381
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-25 10:17:47 +0100
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
382
787
  Processing by DefraRubyMocks::CompanyController#show as HTML
383
788
  Parameters: {"id"=>"99999999"}
384
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
385
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
386
- Completed 404 Not Found in 3ms (Views: 2.3ms | Allocations: 535)
387
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-25 10:17:47 +0100
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
388
799
  Processing by DefraRubyMocks::CompanyController#show as HTML
389
800
  Parameters: {"id"=>"foo"}
390
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
391
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
392
- Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
393
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:17:47 +0100
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
394
806
  Processing by DefraRubyMocks::CompanyController#show as HTML
395
807
  Parameters: {"id"=>"SC247974"}
396
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
397
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
398
- Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 302)
399
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-25 10:17:47 +0100
400
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
401
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
402
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
403
- Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
404
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
405
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.7ms | Allocations: 324)
406
- Completed 200 OK in 11ms (Views: 9.9ms | Allocations: 2592)
407
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
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
408
831
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
409
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
410
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.8ms | Allocations: 141)
411
- Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 657)
412
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
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
413
836
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
414
837
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
415
838
  Completed 500 Internal Server Error in 1ms (Allocations: 626)
416
- 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 2021-08-31 09:22:19 +0100
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
417
845
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
418
- 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"}
419
- MOCKS: Worldpay dispatcher error: Could not find resource: foo
420
- Completed 500 Internal Server Error in 0ms (Allocations: 175)
421
- 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 2021-08-31 09:22:19 +0100
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
422
851
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
423
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"}
424
853
  Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
425
- Completed 302 Found in 1ms (Allocations: 358)
426
- 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 2021-08-31 09:22:19 +0100
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
427
856
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
428
- 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"}
429
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
430
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
431
- Completed 200 OK in 3ms (Views: 2.1ms | Allocations: 1090)
432
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
433
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
434
- Processing by DefraRubyMocks::CompanyController#show as HTML
435
- Parameters: {"id"=>"05868270"}
436
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
437
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 101)
438
- Completed 200 OK in 4ms (Views: 2.8ms | Allocations: 1281)
439
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
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
440
864
  Processing by DefraRubyMocks::CompanyController#show as HTML
441
865
  Parameters: {"id"=>"99999999"}
442
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
443
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 86)
444
- Completed 404 Not Found in 3ms (Views: 2.5ms | Allocations: 535)
445
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
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
446
876
  Processing by DefraRubyMocks::CompanyController#show as HTML
447
877
  Parameters: {"id"=>"foo"}
448
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
449
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
450
- Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
451
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-31 09:22:19 +0100
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
452
882
  Processing by DefraRubyMocks::CompanyController#show as HTML
453
- Parameters: {"id"=>"SC247974"}
454
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
455
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
456
- Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 302)
457
- Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
458
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
459
- 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 2021-08-31 10:37:01 +0100
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
460
890
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
461
- 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"}
462
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
463
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.3ms | Allocations: 619)
464
- Completed 200 OK in 15ms (Views: 14.5ms | Allocations: 2438)
465
- 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 2021-08-31 10:37:01 +0100
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
466
895
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
467
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"}
468
897
  Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
469
- Completed 302 Found in 1ms (Allocations: 349)
470
- 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 2021-08-31 10:37:01 +0100
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
471
900
  Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
472
- 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"}
473
- MOCKS: Worldpay dispatcher error: Could not find resource: foo
474
- Completed 500 Internal Server Error in 0ms (Allocations: 172)
475
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
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
476
911
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
477
912
  MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
478
- Completed 500 Internal Server Error in 1ms (Allocations: 630)
479
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
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
480
915
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
481
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
482
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 147)
483
- Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1183)
484
- Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
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
485
1000
  Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
486
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
487
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.9ms | Allocations: 156)
488
- Completed 200 OK in 3ms (Views: 2.1ms | Allocations: 726)
489
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
490
- Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
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
491
1010
  Processing by DefraRubyMocks::CompanyController#show as HTML
492
1011
  Parameters: {"id"=>"05868270"}
493
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
494
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 99)
495
- Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1277)
496
- Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
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
497
1016
  Processing by DefraRubyMocks::CompanyController#show as HTML
498
1017
  Parameters: {"id"=>"foo"}
499
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
500
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.6ms | Allocations: 86)
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)
501
1247
  Completed 404 Not Found in 2ms (Views: 1.8ms | Allocations: 535)
502
- Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
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
503
1275
  Processing by DefraRubyMocks::CompanyController#show as HTML
504
1276
  Parameters: {"id"=>"SC247974"}
505
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
506
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
507
- Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 303)
508
- Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2021-08-31 10:37:01 +0100
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
509
1660
  Processing by DefraRubyMocks::CompanyController#show as HTML
510
1661
  Parameters: {"id"=>"99999999"}
511
- Rendering /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
512
- Rendered /Users/toby/Code/defra/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
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)
513
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)