defra_ruby_mocks 2.0.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +33 -5
- data/app/controllers/defra_ruby_mocks/company_controller.rb +8 -1
- data/app/controllers/defra_ruby_mocks/worldpay_controller.rb +1 -0
- data/app/services/defra_ruby_mocks/companies_house_service.rb +12 -2
- data/app/views/defra_ruby_mocks/company/officers.json.erb +26 -0
- data/app/views/defra_ruby_mocks/company/show.json.erb +10 -1
- data/config/routes.rb +8 -3
- data/lib/defra_ruby_mocks/configuration.rb +1 -2
- data/lib/defra_ruby_mocks/version.rb +1 -1
- data/spec/dummy/log/test.log +2607 -0
- data/spec/examples.txt +114 -0
- data/spec/requests/company_spec.rb +13 -2
- data/spec/requests/officers_spec.rb +37 -0
- data/spec/requests/worldpay_spec.rb +3 -3
- data/spec/services/companies_house_service_spec.rb +28 -6
- data/spec/services/worldpay_response_service_spec.rb +0 -1
- metadata +12 -5
@@ -0,0 +1,2607 @@
|
|
1
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
2
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
3
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
4
|
+
Parameters: {"id"=>"99999999"}
|
5
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
6
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.7ms | Allocations: 253)
|
7
|
+
Completed 404 Not Found in 11ms (Views: 10.2ms | Allocations: 2394)
|
8
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
9
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
10
|
+
Parameters: {"id"=>"05868270"}
|
11
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
12
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 100)
|
13
|
+
Completed 200 OK in 3ms (Views: 1.2ms | Allocations: 608)
|
14
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
15
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
16
|
+
Parameters: {"id"=>"SC247974"}
|
17
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
18
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.2ms | Allocations: 11)
|
19
|
+
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 303)
|
20
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
21
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
22
|
+
Parameters: {"id"=>"foo"}
|
23
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
24
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
25
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | Allocations: 253)
|
26
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
27
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
28
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
29
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
30
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 217)
|
31
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
32
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
33
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
34
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
35
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
36
|
+
Completed 200 OK in 4ms (Views: 3.1ms | Allocations: 1199)
|
37
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
38
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
39
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
40
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
41
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
42
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
43
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
44
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
45
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 147)
|
46
|
+
Completed 200 OK in 5ms (Views: 3.9ms | Allocations: 1174)
|
47
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
48
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
49
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
50
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 622)
|
51
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
52
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
53
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
54
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 156)
|
55
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 726)
|
56
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
57
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 11:49:33 +0000
|
58
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
59
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
60
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
61
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
62
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
63
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.3ms | Allocations: 309)
|
64
|
+
Completed 200 OK in 11ms (Views: 10.7ms | Allocations: 2515)
|
65
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
66
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
67
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
68
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
69
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
70
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
71
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
72
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
73
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 726)
|
74
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
75
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
76
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
77
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
78
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 169)
|
79
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
80
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
81
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
82
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
83
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 457)
|
84
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1092)
|
85
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
86
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
87
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
88
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
89
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
90
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
91
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
92
|
+
Parameters: {"id"=>"05868270"}
|
93
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
94
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 100)
|
95
|
+
Completed 200 OK in 4ms (Views: 2.5ms | Allocations: 1278)
|
96
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
97
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
98
|
+
Parameters: {"id"=>"foo"}
|
99
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
100
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
101
|
+
Completed 404 Not Found in 2ms (Views: 1.4ms | Allocations: 535)
|
102
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
103
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
104
|
+
Parameters: {"id"=>"SC247974"}
|
105
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
106
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
107
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 303)
|
108
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
109
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
110
|
+
Parameters: {"id"=>"99999999"}
|
111
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
112
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
113
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
114
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:46:16 +0000
|
115
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
116
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
117
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
118
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 695)
|
119
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
120
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
121
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
122
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 310)
|
123
|
+
Completed 200 OK in 7ms (Views: 7.0ms | Allocations: 2446)
|
124
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
125
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
126
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
127
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
128
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 726)
|
129
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
130
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
131
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
132
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
133
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 169)
|
134
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
135
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
136
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
137
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
138
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
139
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1092)
|
140
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
141
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
142
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
143
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
144
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
145
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
146
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
147
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
148
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
149
|
+
Parameters: {"id"=>"99999999"}
|
150
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
151
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 92)
|
152
|
+
Completed 404 Not Found in 3ms (Views: 3.1ms | Allocations: 1205)
|
153
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
154
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
155
|
+
Parameters: {"id"=>"05868270"}
|
156
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
157
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 100)
|
158
|
+
Completed 200 OK in 2ms (Views: 1.2ms | Allocations: 608)
|
159
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
160
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
161
|
+
Parameters: {"id"=>"SC247974"}
|
162
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
163
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
164
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 303)
|
165
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
166
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
167
|
+
Parameters: {"id"=>"foo"}
|
168
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
169
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
170
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
171
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:49:04 +0000
|
172
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
173
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
174
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
175
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
176
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 9.2ms | Allocations: 619)
|
177
|
+
Completed 200 OK in 15ms (Views: 14.7ms | Allocations: 2425)
|
178
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
179
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
180
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
181
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
182
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
183
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
184
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
185
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
186
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
187
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 172)
|
188
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
189
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
190
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
191
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 162)
|
192
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1252)
|
193
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
194
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
195
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
196
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
197
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
198
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
199
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
200
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
201
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 657)
|
202
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
203
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
204
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
205
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
206
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
207
|
+
Parameters: {"id"=>"foo"}
|
208
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
209
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 92)
|
210
|
+
Completed 404 Not Found in 3ms (Views: 3.2ms | Allocations: 1205)
|
211
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
212
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
213
|
+
Parameters: {"id"=>"SC247974"}
|
214
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
215
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 100)
|
216
|
+
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 607)
|
217
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
218
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
219
|
+
Parameters: {"id"=>"05868270"}
|
220
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
221
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
222
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 304)
|
223
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:50:09 +0000
|
224
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
225
|
+
Parameters: {"id"=>"99999999"}
|
226
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
227
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
228
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
229
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
230
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
231
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
232
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
233
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
234
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
235
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 248)
|
236
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
237
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
238
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
239
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
240
|
+
Completed 302 Found in 1ms (Allocations: 359)
|
241
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
242
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
243
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
244
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
245
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.5ms | Allocations: 619)
|
246
|
+
Completed 200 OK in 8ms (Views: 7.1ms | Allocations: 2352)
|
247
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
248
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
249
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
250
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
|
251
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1252)
|
252
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
253
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
254
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
255
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
256
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
257
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
258
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
259
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 141)
|
260
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 657)
|
261
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
262
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
263
|
+
Parameters: {"id"=>"05868270"}
|
264
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
265
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 102)
|
266
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1282)
|
267
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
268
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
269
|
+
Parameters: {"id"=>"foo"}
|
270
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
271
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
272
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
273
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
274
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
275
|
+
Parameters: {"id"=>"SC247974"}
|
276
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
277
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 11)
|
278
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 303)
|
279
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
280
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
281
|
+
Parameters: {"id"=>"99999999"}
|
282
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
283
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
284
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
285
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:50:23 +0000
|
286
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
287
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
288
|
+
Parameters: {"id"=>"99999999"}
|
289
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
290
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.8ms | Allocations: 253)
|
291
|
+
Completed 404 Not Found in 13ms (Views: 12.3ms | Allocations: 2394)
|
292
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
293
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
294
|
+
Parameters: {"id"=>"05868270"}
|
295
|
+
Completed 500 Internal Server Error in 3ms (Allocations: 1359)
|
296
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
297
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
298
|
+
Parameters: {"id"=>"foo"}
|
299
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
300
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
301
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 254)
|
302
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
303
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
304
|
+
Parameters: {"id"=>"SC247974"}
|
305
|
+
Completed 500 Internal Server Error in 3ms (Allocations: 1350)
|
306
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
307
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
308
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
309
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
310
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
311
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
312
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 148)
|
313
|
+
Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1327)
|
314
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
315
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
316
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
317
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 620)
|
318
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
319
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
320
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
321
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.2ms | Allocations: 156)
|
322
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 726)
|
323
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
324
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
325
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
326
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
327
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
328
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
329
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
330
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
331
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
332
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
333
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 13:57:57 +0000
|
334
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
335
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
336
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
337
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 457)
|
338
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1090)
|
339
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
340
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
341
|
+
Parameters: {"id"=>"99999999"}
|
342
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
343
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.7ms | Allocations: 253)
|
344
|
+
Completed 404 Not Found in 6ms (Views: 6.0ms | Allocations: 2394)
|
345
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
346
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
347
|
+
Parameters: {"id"=>"foo"}
|
348
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
349
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
350
|
+
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
351
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
352
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
353
|
+
Parameters: {"id"=>"SC247974"}
|
354
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
355
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 6.1ms | Allocations: 99)
|
356
|
+
Completed 200 OK in 7ms (Views: 6.5ms | Allocations: 607)
|
357
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
358
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
359
|
+
Parameters: {"id"=>"05868270"}
|
360
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
361
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
362
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 304)
|
363
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 13:58:20 +0000
|
364
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
365
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
366
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
367
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
368
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 242)
|
369
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
370
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
371
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
372
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
373
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
374
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
375
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
376
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
377
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
378
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.4ms | Allocations: 619)
|
379
|
+
Completed 200 OK in 18ms (Views: 9.5ms | Allocations: 2354)
|
380
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
381
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
382
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
383
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
384
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
385
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
386
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
387
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 147)
|
388
|
+
Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1183)
|
389
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
390
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
391
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
392
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.0ms | Allocations: 156)
|
393
|
+
Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 726)
|
394
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
395
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
396
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
397
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
398
|
+
Parameters: {"id"=>"SC247974"}
|
399
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
400
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 99)
|
401
|
+
Completed 200 OK in 4ms (Views: 2.7ms | Allocations: 1278)
|
402
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
403
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
404
|
+
Parameters: {"id"=>"foo"}
|
405
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
406
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
407
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
408
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
409
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
410
|
+
Parameters: {"id"=>"99999999"}
|
411
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
412
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
413
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
414
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
415
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
416
|
+
Parameters: {"id"=>"05868270"}
|
417
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
418
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
419
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 303)
|
420
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:00:02 +0000
|
421
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
422
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
423
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
424
|
+
Parameters: {"id"=>"SC247974"}
|
425
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
426
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
427
|
+
Completed 200 OK in 9ms (Views: 5.9ms | Allocations: 2467)
|
428
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
429
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
430
|
+
Parameters: {"id"=>"foo"}
|
431
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
432
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
433
|
+
Completed 404 Not Found in 2ms (Views: 1.6ms | Allocations: 535)
|
434
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
435
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
436
|
+
Parameters: {"id"=>"05868270"}
|
437
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
438
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
439
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 304)
|
440
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
441
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
442
|
+
Parameters: {"id"=>"99999999"}
|
443
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
444
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
445
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
446
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
447
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
448
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
449
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 163)
|
450
|
+
Completed 200 OK in 5ms (Views: 4.0ms | Allocations: 1404)
|
451
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
452
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
453
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
454
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
455
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
456
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
457
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
458
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
459
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
460
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
461
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
462
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
463
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
464
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
465
|
+
Completed 200 OK in 3ms (Views: 2.1ms | Allocations: 1092)
|
466
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
467
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
468
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
469
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
470
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
471
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
472
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
473
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
474
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
475
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
476
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
477
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:11 +0000
|
478
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
479
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
480
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
481
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
482
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
483
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.1ms | Allocations: 309)
|
484
|
+
Completed 200 OK in 7ms (Views: 6.6ms | Allocations: 2523)
|
485
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
486
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
487
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
488
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
489
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
490
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
491
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
492
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
493
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 726)
|
494
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
495
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
496
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
497
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
498
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
499
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1106)
|
500
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
501
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
502
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
503
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
504
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
505
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
506
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
507
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
508
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
509
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
510
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
511
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
512
|
+
Parameters: {"id"=>"99999999"}
|
513
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
514
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 94)
|
515
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | Allocations: 1209)
|
516
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
517
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
518
|
+
Parameters: {"id"=>"SC247974"}
|
519
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
520
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 99)
|
521
|
+
Completed 200 OK in 2ms (Views: 0.8ms | Allocations: 608)
|
522
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
523
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
524
|
+
Parameters: {"id"=>"foo"}
|
525
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
526
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
527
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
528
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
529
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
530
|
+
Parameters: {"id"=>"05868270"}
|
531
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
532
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
533
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 303)
|
534
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:01:54 +0000
|
535
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
536
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
537
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
538
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
539
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
540
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
541
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.6ms | Allocations: 619)
|
542
|
+
Completed 200 OK in 8ms (Views: 7.3ms | Allocations: 2438)
|
543
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
544
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
545
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
546
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
547
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
548
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
549
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
550
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
551
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
552
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 172)
|
553
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
554
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
555
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
556
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 147)
|
557
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1183)
|
558
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
559
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
560
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
561
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 622)
|
562
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:02:11 +0000
|
563
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
564
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
565
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
566
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 726)
|
567
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
568
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
569
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
570
|
+
Parameters: {"id"=>"foo"}
|
571
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
572
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 95)
|
573
|
+
Completed 404 Not Found in 4ms (Views: 3.8ms | Allocations: 1210)
|
574
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
575
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
576
|
+
Parameters: {"id"=>"SC247974"}
|
577
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
578
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 99)
|
579
|
+
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 608)
|
580
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
581
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
582
|
+
Parameters: {"id"=>"99999999"}
|
583
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
584
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
585
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
586
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:02:33 +0000
|
587
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
588
|
+
Parameters: {"id"=>"05868270"}
|
589
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
590
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
591
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 303)
|
592
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
593
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
594
|
+
Parameters: {"id"=>"99999999"}
|
595
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
596
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 253)
|
597
|
+
Completed 404 Not Found in 8ms (Views: 7.8ms | Allocations: 2394)
|
598
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
599
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
600
|
+
Parameters: {"id"=>"SC247974"}
|
601
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
602
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 99)
|
603
|
+
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 608)
|
604
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
605
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
606
|
+
Parameters: {"id"=>"foo"}
|
607
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
608
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
609
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
610
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
611
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
612
|
+
Parameters: {"id"=>"05868270"}
|
613
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
614
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
615
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 303)
|
616
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:03:27 +0000
|
617
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
618
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
619
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
620
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
621
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
622
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 672)
|
623
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
624
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
625
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
626
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 151)
|
627
|
+
Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1286)
|
628
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
629
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
630
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
631
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
632
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 726)
|
633
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
634
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
635
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
636
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
637
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
638
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
639
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
640
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
641
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
642
|
+
Completed 302 Found in 1ms (Allocations: 358)
|
643
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:03:41 +0000
|
644
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
645
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
646
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
647
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.6ms | Allocations: 457)
|
648
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1090)
|
649
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:03:54 +0000
|
650
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
651
|
+
Parameters: {"id"=>"foo"}
|
652
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
653
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.9ms | Allocations: 253)
|
654
|
+
Completed 404 Not Found in 9ms (Views: 8.7ms | Allocations: 2394)
|
655
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:03:54 +0000
|
656
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
657
|
+
Parameters: {"id"=>"SC247974"}
|
658
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
659
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 99)
|
660
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 608)
|
661
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
662
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
663
|
+
Parameters: {"id"=>"99999999"}
|
664
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
665
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
666
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
667
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
668
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
669
|
+
Parameters: {"id"=>"05868270"}
|
670
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
671
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
672
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 303)
|
673
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
674
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
675
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
676
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
677
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
678
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
679
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
680
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 460)
|
681
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1249)
|
682
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
683
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
684
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
685
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
686
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
687
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
688
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
689
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
690
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
691
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 172)
|
692
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
693
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
694
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
695
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
696
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
697
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
698
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
699
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 148)
|
700
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1177)
|
701
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:04:16 +0000
|
702
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
703
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
704
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
705
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 726)
|
706
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:05:20 +0000
|
707
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
708
|
+
Parameters: {"id"=>"05868270"}
|
709
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
710
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
711
|
+
Completed 200 OK in 8ms (Views: 5.1ms | Allocations: 2467)
|
712
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:05:20 +0000
|
713
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
714
|
+
Parameters: {"id"=>"99999999"}
|
715
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
716
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
717
|
+
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 535)
|
718
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:05:20 +0000
|
719
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
720
|
+
Parameters: {"id"=>"SC247974"}
|
721
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
722
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 10)
|
723
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 304)
|
724
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:06:01 +0000
|
725
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
726
|
+
Parameters: {"id"=>"SC247974"}
|
727
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
728
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
729
|
+
Completed 200 OK in 17037ms (Views: 5.8ms | Allocations: 5950)
|
730
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:06:44 +0000
|
731
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
732
|
+
Parameters: {"id"=>"SC247974"}
|
733
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
734
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 260)
|
735
|
+
Completed 200 OK in 12368ms (Views: 5.6ms | Allocations: 6084)
|
736
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:07:12 +0000
|
737
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
738
|
+
Parameters: {"id"=>"SC247974"}
|
739
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
740
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.1ms | Allocations: 260)
|
741
|
+
Completed 200 OK in 17037ms (Views: 6.0ms | Allocations: 6191)
|
742
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:08:06 +0000
|
743
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
744
|
+
Parameters: {"id"=>"SC247974"}
|
745
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
746
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 3.6ms | Allocations: 277)
|
747
|
+
Completed 200 OK in 21ms (Views: 11.2ms | Allocations: 2942)
|
748
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
749
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
750
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
751
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
752
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.5ms | Allocations: 619)
|
753
|
+
Completed 200 OK in 8ms (Views: 7.4ms | Allocations: 2438)
|
754
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
755
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
756
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
757
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
758
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
759
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
760
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
761
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
762
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
763
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 173)
|
764
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
765
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
766
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
767
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 162)
|
768
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1260)
|
769
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
770
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
771
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
772
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.0ms | Allocations: 141)
|
773
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 657)
|
774
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
775
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
776
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
777
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
778
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
779
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
780
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
781
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
782
|
+
Parameters: {"id"=>"05868270"}
|
783
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
784
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 117)
|
785
|
+
Completed 200 OK in 4ms (Views: 2.8ms | Allocations: 1298)
|
786
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
787
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
788
|
+
Parameters: {"id"=>"99999999"}
|
789
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
790
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 86)
|
791
|
+
Completed 404 Not Found in 2ms (Views: 2.2ms | Allocations: 535)
|
792
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
793
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
794
|
+
Parameters: {"id"=>"SC247974"}
|
795
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
796
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
797
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 306)
|
798
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
799
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
800
|
+
Parameters: {"id"=>"foo"}
|
801
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
802
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
803
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 253)
|
804
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:08:14 +0000
|
805
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
806
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
807
|
+
Parameters: {"id"=>"SC247974"}
|
808
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
809
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 277)
|
810
|
+
Completed 200 OK in 10ms (Views: 6.4ms | Allocations: 2485)
|
811
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
812
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
813
|
+
Parameters: {"id"=>"foo"}
|
814
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
815
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
816
|
+
Completed 404 Not Found in 2ms (Views: 1.9ms | Allocations: 535)
|
817
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
818
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
819
|
+
Parameters: {"id"=>"99999999"}
|
820
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
821
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
822
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
823
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
824
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
825
|
+
Parameters: {"id"=>"05868270"}
|
826
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
827
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
828
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 306)
|
829
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
830
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
831
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
832
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
833
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 164)
|
834
|
+
Completed 200 OK in 5ms (Views: 4.0ms | Allocations: 1407)
|
835
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
836
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
837
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
838
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
839
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
840
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
841
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
842
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.4ms | Allocations: 141)
|
843
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 657)
|
844
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
845
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
846
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
847
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
848
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
|
849
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1092)
|
850
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
851
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
852
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
853
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
854
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
855
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
856
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
857
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
858
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
859
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
860
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
861
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:10:55 +0000
|
862
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
863
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
864
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
865
|
+
Parameters: {"id"=>"99999999"}
|
866
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
867
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.9ms | Allocations: 253)
|
868
|
+
Completed 404 Not Found in 12ms (Views: 11.6ms | Allocations: 2394)
|
869
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
870
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
871
|
+
Parameters: {"id"=>"SC247974"}
|
872
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
873
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.9ms | Allocations: 116)
|
874
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 626)
|
875
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
876
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
877
|
+
Parameters: {"id"=>"foo"}
|
878
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
879
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
880
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
881
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
882
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
883
|
+
Parameters: {"id"=>"05868270"}
|
884
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
885
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
886
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 306)
|
887
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
888
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
889
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
890
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
891
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
892
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
893
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 218)
|
894
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
895
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
896
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
897
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
898
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
899
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
900
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
901
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
902
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
903
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 459)
|
904
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1200)
|
905
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
906
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
907
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
908
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.8ms | Allocations: 147)
|
909
|
+
Completed 200 OK in 4ms (Views: 3.4ms | Allocations: 1174)
|
910
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
911
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
912
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
913
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
914
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:16:46 +0000
|
915
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
916
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
917
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.1ms | Allocations: 156)
|
918
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 726)
|
919
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
920
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
921
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
922
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.3ms | Allocations: 324)
|
923
|
+
Completed 200 OK in 10ms (Views: 9.1ms | Allocations: 2592)
|
924
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
925
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
926
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
927
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
928
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
929
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
930
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
931
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.4ms | Allocations: 141)
|
932
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 657)
|
933
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
934
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
935
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
936
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
937
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
938
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
939
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
940
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
941
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
942
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.6ms | Allocations: 457)
|
943
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 1090)
|
944
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
945
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
946
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
947
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
948
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
949
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
950
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
951
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
952
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
953
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
954
|
+
Parameters: {"id"=>"SC247974"}
|
955
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
956
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 115)
|
957
|
+
Completed 200 OK in 4ms (Views: 2.7ms | Allocations: 1295)
|
958
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
959
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
960
|
+
Parameters: {"id"=>"foo"}
|
961
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
962
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
963
|
+
Completed 404 Not Found in 1ms (Views: 1.3ms | Allocations: 535)
|
964
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
965
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
966
|
+
Parameters: {"id"=>"05868270"}
|
967
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
968
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
969
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
970
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:17:01 +0000
|
971
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
972
|
+
Parameters: {"id"=>"99999999"}
|
973
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
974
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.2ms | Allocations: 10)
|
975
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | Allocations: 253)
|
976
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
977
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
978
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
979
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
980
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
981
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
982
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.4ms | Allocations: 619)
|
983
|
+
Completed 200 OK in 8ms (Views: 7.0ms | Allocations: 2425)
|
984
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
985
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
986
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
987
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
988
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
989
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
990
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
991
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
992
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
993
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 172)
|
994
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
995
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
996
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
997
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
|
998
|
+
Completed 200 OK in 5ms (Views: 4.0ms | Allocations: 1252)
|
999
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1000
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1001
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1002
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1003
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 657)
|
1004
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1005
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1006
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1007
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1008
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1009
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1010
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1011
|
+
Parameters: {"id"=>"05868270"}
|
1012
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1013
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 115)
|
1014
|
+
Completed 200 OK in 5ms (Views: 3.6ms | Allocations: 1295)
|
1015
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1016
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1017
|
+
Parameters: {"id"=>"foo"}
|
1018
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1019
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
1020
|
+
Completed 404 Not Found in 3ms (Views: 2.2ms | Allocations: 535)
|
1021
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1022
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1023
|
+
Parameters: {"id"=>"SC247974"}
|
1024
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1025
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1026
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
1027
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:17:28 +0000
|
1028
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1029
|
+
Parameters: {"id"=>"99999999"}
|
1030
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1031
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1032
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
1033
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1034
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1035
|
+
Parameters: {"id"=>"99999999"}
|
1036
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1037
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.5ms | Allocations: 253)
|
1038
|
+
Completed 404 Not Found in 10ms (Views: 9.3ms | Allocations: 2394)
|
1039
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1040
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1041
|
+
Parameters: {"id"=>"05868270"}
|
1042
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1043
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.1ms | Allocations: 116)
|
1044
|
+
Completed 200 OK in 3ms (Views: 1.6ms | Allocations: 626)
|
1045
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1046
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1047
|
+
Parameters: {"id"=>"SC247974"}
|
1048
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1049
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1050
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
1051
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1052
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1053
|
+
Parameters: {"id"=>"foo"}
|
1054
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1055
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1056
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
1057
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1058
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1059
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1060
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1061
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1062
|
+
Completed 302 Found in 1ms (Allocations: 396)
|
1063
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1064
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1065
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1066
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1067
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
1068
|
+
Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 1197)
|
1069
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1070
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1071
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1072
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1073
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 172)
|
1074
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1075
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1076
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1077
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.8ms | Allocations: 162)
|
1078
|
+
Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1243)
|
1079
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1080
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1081
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1082
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.8ms | Allocations: 141)
|
1083
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 657)
|
1084
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1085
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1086
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1087
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1088
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1089
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-05 14:43:51 +0000
|
1090
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1091
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1092
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1093
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.8ms | Allocations: 324)
|
1094
|
+
Completed 200 OK in 13ms (Views: 12.0ms | Allocations: 2592)
|
1095
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1096
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1097
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1098
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1099
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1100
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1101
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1102
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 141)
|
1103
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 657)
|
1104
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1105
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1106
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1107
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1108
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
1109
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1110
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1111
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1112
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1113
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 457)
|
1114
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1090)
|
1115
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1116
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1117
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1118
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1119
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1120
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1121
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1122
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1123
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1124
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1125
|
+
Parameters: {"id"=>"99999999"}
|
1126
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1127
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.7ms | Allocations: 92)
|
1128
|
+
Completed 404 Not Found in 3ms (Views: 3.2ms | Allocations: 1205)
|
1129
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1130
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1131
|
+
Parameters: {"id"=>"foo"}
|
1132
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1133
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1134
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
1135
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1136
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1137
|
+
Parameters: {"id"=>"SC247974"}
|
1138
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1139
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 115)
|
1140
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 624)
|
1141
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-06 10:57:52 +0000
|
1142
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1143
|
+
Parameters: {"id"=>"05868270"}
|
1144
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1145
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1146
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
1147
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1148
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1149
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1150
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1151
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1152
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 2.5ms | Allocations: 324)
|
1153
|
+
Completed 200 OK in 22ms (Views: 21.5ms | Allocations: 2585)
|
1154
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1155
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1156
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1157
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.2ms | Allocations: 141)
|
1158
|
+
Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 657)
|
1159
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1160
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1161
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1162
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1163
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1164
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1165
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1166
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1167
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
1168
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1169
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1170
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1171
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1172
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
|
1173
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1090)
|
1174
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1175
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1176
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1177
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1178
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1179
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1180
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1181
|
+
Parameters: {"id"=>"99999999"}
|
1182
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1183
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 92)
|
1184
|
+
Completed 404 Not Found in 7ms (Views: 6.4ms | Allocations: 1205)
|
1185
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1186
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1187
|
+
Parameters: {"id"=>"SC247974"}
|
1188
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1189
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 114)
|
1190
|
+
Completed 200 OK in 2ms (Views: 0.8ms | Allocations: 624)
|
1191
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1192
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1193
|
+
Parameters: {"id"=>"foo"}
|
1194
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1195
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1196
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
1197
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1198
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1199
|
+
Parameters: {"id"=>"05868270"}
|
1200
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1201
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1202
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 306)
|
1203
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:35 +0000
|
1204
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1205
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1206
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1207
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1208
|
+
Completed 302 Found in 1ms (Allocations: 427)
|
1209
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1210
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1211
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1212
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1213
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.0ms | Allocations: 619)
|
1214
|
+
Completed 200 OK in 9ms (Views: 8.3ms | Allocations: 2353)
|
1215
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1216
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1217
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1218
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1219
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 173)
|
1220
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1221
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1222
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1223
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 162)
|
1224
|
+
Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1252)
|
1225
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1226
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1227
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1228
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1229
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1230
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1231
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1232
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 145)
|
1233
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 663)
|
1234
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1235
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1236
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1237
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1238
|
+
Parameters: {"id"=>"SC247974"}
|
1239
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1240
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 114)
|
1241
|
+
Completed 200 OK in 4ms (Views: 2.9ms | Allocations: 1294)
|
1242
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1243
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1244
|
+
Parameters: {"id"=>"foo"}
|
1245
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1246
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
1247
|
+
Completed 404 Not Found in 2ms (Views: 1.8ms | Allocations: 535)
|
1248
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1249
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1250
|
+
Parameters: {"id"=>"99999999"}
|
1251
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1252
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1253
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
1254
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1255
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1256
|
+
Parameters: {"id"=>"05868270"}
|
1257
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1258
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1259
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 306)
|
1260
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-06 11:14:48 +0000
|
1261
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1262
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1263
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1264
|
+
Parameters: {"id"=>"99999999"}
|
1265
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1266
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 2.0ms | Allocations: 253)
|
1267
|
+
Completed 404 Not Found in 14ms (Views: 13.3ms | Allocations: 2394)
|
1268
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1269
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1270
|
+
Parameters: {"id"=>"foo"}
|
1271
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1272
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 10)
|
1273
|
+
Completed 404 Not Found in 2ms (Views: 1.8ms | Allocations: 254)
|
1274
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1275
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1276
|
+
Parameters: {"id"=>"SC247974"}
|
1277
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1278
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.5ms | Allocations: 123)
|
1279
|
+
Completed 200 OK in 4ms (Views: 2.4ms | Allocations: 632)
|
1280
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1281
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1282
|
+
Parameters: {"id"=>"05868270"}
|
1283
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1284
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1285
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 307)
|
1286
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1287
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1288
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1289
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 672)
|
1290
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1291
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1292
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1293
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.2ms | Allocations: 149)
|
1294
|
+
Completed 200 OK in 7ms (Views: 6.4ms | Allocations: 1284)
|
1295
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1296
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1297
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1298
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.7ms | Allocations: 156)
|
1299
|
+
Completed 200 OK in 6ms (Views: 5.6ms | Allocations: 726)
|
1300
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1301
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1302
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1303
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1304
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
1305
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1306
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1307
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1308
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1309
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.8ms | Allocations: 457)
|
1310
|
+
Completed 200 OK in 4ms (Views: 3.3ms | Allocations: 1090)
|
1311
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1312
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1313
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1314
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1315
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
1316
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1317
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:46:51 +0000
|
1318
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1319
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1320
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1321
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1322
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 249)
|
1323
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1324
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1325
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1326
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1327
|
+
Completed 302 Found in 1ms (Allocations: 359)
|
1328
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1329
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1330
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1331
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1332
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.0ms | Allocations: 619)
|
1333
|
+
Completed 200 OK in 10ms (Views: 9.3ms | Allocations: 2352)
|
1334
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1335
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1336
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1337
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.9ms | Allocations: 162)
|
1338
|
+
Completed 200 OK in 4ms (Views: 3.1ms | Allocations: 1260)
|
1339
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1340
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1341
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1342
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1343
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1344
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1345
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1346
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 141)
|
1347
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
1348
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1349
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1350
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1351
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1352
|
+
Parameters: {"id"=>"99999999"}
|
1353
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1354
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.9ms | Allocations: 94)
|
1355
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | Allocations: 1209)
|
1356
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1357
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1358
|
+
Parameters: {"id"=>"05868270"}
|
1359
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1360
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 122)
|
1361
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 632)
|
1362
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1363
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1364
|
+
Parameters: {"id"=>"SC247974"}
|
1365
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1366
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1367
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
1368
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1369
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1370
|
+
Parameters: {"id"=>"foo"}
|
1371
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1372
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1373
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
1374
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
1375
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1376
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1377
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1378
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 703)
|
1379
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1380
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1381
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1382
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 2.0ms | Allocations: 310)
|
1383
|
+
Completed 200 OK in 13ms (Views: 12.4ms | Allocations: 2446)
|
1384
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1385
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1386
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1387
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.0ms | Allocations: 156)
|
1388
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 726)
|
1389
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1390
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1391
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1392
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1393
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 176)
|
1394
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1395
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1396
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1397
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1398
|
+
Completed 302 Found in 1ms (Allocations: 358)
|
1399
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1400
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1401
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1402
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1403
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1404
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1090)
|
1405
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1406
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1407
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
1408
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1409
|
+
Parameters: {"id"=>"05868270"}
|
1410
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1411
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 124)
|
1412
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1306)
|
1413
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1414
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1415
|
+
Parameters: {"id"=>"SC247974"}
|
1416
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1417
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 3.1ms | Allocations: 284)
|
1418
|
+
Completed 200 OK in 15ms (Views: 9.6ms | Allocations: 2492)
|
1419
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1420
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1421
|
+
Parameters: {"id"=>"foo"}
|
1422
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1423
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 86)
|
1424
|
+
Completed 404 Not Found in 3ms (Views: 2.5ms | Allocations: 535)
|
1425
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1426
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1427
|
+
Parameters: {"id"=>"99999999"}
|
1428
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1429
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1430
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | Allocations: 254)
|
1431
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1432
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1433
|
+
Parameters: {"id"=>"05868270"}
|
1434
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1435
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1436
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 306)
|
1437
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1438
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1439
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1440
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1441
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.2ms | Allocations: 164)
|
1442
|
+
Completed 200 OK in 7ms (Views: 6.2ms | Allocations: 1399)
|
1443
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1444
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1445
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1446
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.7ms | Allocations: 141)
|
1447
|
+
Completed 200 OK in 7ms (Views: 5.4ms | Allocations: 657)
|
1448
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1449
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1450
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1451
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 626)
|
1452
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1453
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1454
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1455
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1456
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 2.3ms | Allocations: 457)
|
1457
|
+
Completed 200 OK in 7ms (Views: 6.0ms | Allocations: 1092)
|
1458
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1459
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1460
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1461
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1462
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1463
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1464
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1465
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1466
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1467
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
1468
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1469
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:04 +0000
|
1470
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1471
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1472
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1473
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 2.3ms | Allocations: 324)
|
1474
|
+
Completed 200 OK in 15ms (Views: 13.3ms | Allocations: 2592)
|
1475
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1476
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1477
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1478
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.9ms | Allocations: 141)
|
1479
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 657)
|
1480
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1481
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1482
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1483
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1484
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1485
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1486
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1487
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1488
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 11.2ms | Allocations: 457)
|
1489
|
+
Completed 200 OK in 15ms (Views: 13.1ms | Allocations: 1094)
|
1490
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1491
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1492
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1493
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1494
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1495
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1496
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1497
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1498
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1499
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
1500
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1501
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1502
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1503
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1504
|
+
Parameters: {"id"=>"05868270"}
|
1505
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1506
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 124)
|
1507
|
+
Completed 200 OK in 5ms (Views: 3.1ms | Allocations: 1304)
|
1508
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1509
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1510
|
+
Parameters: {"id"=>"foo"}
|
1511
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1512
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 86)
|
1513
|
+
Completed 404 Not Found in 3ms (Views: 3.0ms | Allocations: 535)
|
1514
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1515
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1516
|
+
Parameters: {"id"=>"SC247974"}
|
1517
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1518
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.2ms | Allocations: 12)
|
1519
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 307)
|
1520
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1521
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1522
|
+
Parameters: {"id"=>"99999999"}
|
1523
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1524
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1525
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | Allocations: 253)
|
1526
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:49:39 +0000
|
1527
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1528
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1529
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1530
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1531
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1532
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1533
|
+
Completed 302 Found in 1ms (Allocations: 420)
|
1534
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1535
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1536
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1537
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1538
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.3ms | Allocations: 619)
|
1539
|
+
Completed 200 OK in 7ms (Views: 6.7ms | Allocations: 2353)
|
1540
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1541
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1542
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1543
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1544
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 173)
|
1545
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1546
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1547
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1548
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 149)
|
1549
|
+
Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1186)
|
1550
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1551
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1552
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1553
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1554
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1555
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1556
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1557
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 156)
|
1558
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 726)
|
1559
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1560
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1561
|
+
Parameters: {"id"=>"99999999"}
|
1562
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1563
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 92)
|
1564
|
+
Completed 404 Not Found in 4ms (Views: 3.3ms | Allocations: 1205)
|
1565
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1566
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1567
|
+
Parameters: {"id"=>"05868270"}
|
1568
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1569
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1570
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 632)
|
1571
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1572
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1573
|
+
Parameters: {"id"=>"SC247974"}
|
1574
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1575
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1576
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
1577
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1578
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1579
|
+
Parameters: {"id"=>"foo"}
|
1580
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1581
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1582
|
+
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 253)
|
1583
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:50:55 +0000
|
1584
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1585
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1586
|
+
Parameters: {"id"=>"99999999"}
|
1587
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1588
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 253)
|
1589
|
+
Completed 404 Not Found in 10ms (Views: 9.7ms | Allocations: 2394)
|
1590
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1591
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1592
|
+
Parameters: {"id"=>"05868270"}
|
1593
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1594
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 123)
|
1595
|
+
Completed 200 OK in 3ms (Views: 1.5ms | Allocations: 633)
|
1596
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1597
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1598
|
+
Parameters: {"id"=>"foo"}
|
1599
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1600
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1601
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
1602
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1603
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1604
|
+
Parameters: {"id"=>"SC247974"}
|
1605
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1606
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1607
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 306)
|
1608
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1609
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1610
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1611
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1612
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1613
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 217)
|
1614
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1615
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1616
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1617
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1618
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
1619
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1620
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1621
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1622
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1623
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.3ms | Allocations: 457)
|
1624
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1197)
|
1625
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1626
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1627
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1628
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
|
1629
|
+
Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1243)
|
1630
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1631
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1632
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1633
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
1634
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1635
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1636
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1637
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 141)
|
1638
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 657)
|
1639
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1640
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:52:57 +0000
|
1641
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1642
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1643
|
+
Parameters: {"id"=>"05868270"}
|
1644
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1645
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
1646
|
+
Completed 200 OK in 9ms (Views: 5.9ms | Allocations: 2492)
|
1647
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1648
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1649
|
+
Parameters: {"id"=>"SC247974"}
|
1650
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1651
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1652
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
1653
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1654
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1655
|
+
Parameters: {"id"=>"foo"}
|
1656
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1657
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
1658
|
+
Completed 404 Not Found in 2ms (Views: 1.4ms | Allocations: 534)
|
1659
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1660
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1661
|
+
Parameters: {"id"=>"99999999"}
|
1662
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1663
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1664
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
1665
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1666
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1667
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1668
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1669
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.9ms | Allocations: 162)
|
1670
|
+
Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1395)
|
1671
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1672
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1673
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1674
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 626)
|
1675
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1676
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1677
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1678
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1679
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|
1680
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1681
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1682
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1683
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1684
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1685
|
+
Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1092)
|
1686
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1687
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1688
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1689
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1690
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1691
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1692
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1693
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1694
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1695
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1696
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1697
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:38 +0000
|
1698
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1699
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1700
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1701
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1702
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 242)
|
1703
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1704
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1705
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1706
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1707
|
+
Completed 302 Found in 1ms (Allocations: 352)
|
1708
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1709
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1710
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1711
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1712
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.2ms | Allocations: 619)
|
1713
|
+
Completed 200 OK in 7ms (Views: 6.7ms | Allocations: 2352)
|
1714
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1715
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1716
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1717
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
|
1718
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1252)
|
1719
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1720
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1721
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1722
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 141)
|
1723
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
1724
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1725
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1726
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1727
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
1728
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1729
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1730
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1731
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1732
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1733
|
+
Parameters: {"id"=>"05868270"}
|
1734
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1735
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1736
|
+
Completed 200 OK in 4ms (Views: 2.5ms | Allocations: 1302)
|
1737
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1738
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1739
|
+
Parameters: {"id"=>"99999999"}
|
1740
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1741
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
1742
|
+
Completed 404 Not Found in 2ms (Views: 2.0ms | Allocations: 535)
|
1743
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1744
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1745
|
+
Parameters: {"id"=>"SC247974"}
|
1746
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1747
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1748
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
1749
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:53:48 +0000
|
1750
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1751
|
+
Parameters: {"id"=>"foo"}
|
1752
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1753
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1754
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 253)
|
1755
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:54:40 +0000
|
1756
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1757
|
+
Parameters: {"id"=>"05868270"}
|
1758
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1759
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
1760
|
+
Completed 200 OK in 8ms (Views: 5.5ms | Allocations: 2492)
|
1761
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1762
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1763
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1764
|
+
Parameters: {"id"=>"99999999"}
|
1765
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1766
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 253)
|
1767
|
+
Completed 404 Not Found in 10ms (Views: 9.0ms | Allocations: 2394)
|
1768
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1769
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1770
|
+
Parameters: {"id"=>"foo"}
|
1771
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1772
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1773
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
1774
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1775
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1776
|
+
Parameters: {"id"=>"SC247974"}
|
1777
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1778
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
1779
|
+
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 632)
|
1780
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1781
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1782
|
+
Parameters: {"id"=>"05868270"}
|
1783
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1784
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1785
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 307)
|
1786
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1787
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1788
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1789
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 162)
|
1790
|
+
Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 1395)
|
1791
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1792
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1793
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1794
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 625)
|
1795
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1796
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1797
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1798
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1799
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|
1800
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1801
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1802
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1803
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1804
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1805
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1092)
|
1806
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1807
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1808
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1809
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1810
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1811
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1812
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1813
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1814
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1815
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1816
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1817
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1818
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:04 +0000
|
1819
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1820
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1821
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 703)
|
1822
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:04 +0000
|
1823
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1824
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1825
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.2ms | Allocations: 310)
|
1826
|
+
Completed 200 OK in 8ms (Views: 7.7ms | Allocations: 2446)
|
1827
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:04 +0000
|
1828
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1829
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1830
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
1831
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 726)
|
1832
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1833
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1834
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1835
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1836
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1837
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1106)
|
1838
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1839
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1840
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1841
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1842
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1843
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1844
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1845
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1846
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1847
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 169)
|
1848
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1849
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1850
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1851
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1852
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1853
|
+
Parameters: {"id"=>"05868270"}
|
1854
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1855
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 124)
|
1856
|
+
Completed 200 OK in 5ms (Views: 3.1ms | Allocations: 1306)
|
1857
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1858
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1859
|
+
Parameters: {"id"=>"99999999"}
|
1860
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1861
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
1862
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
1863
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1864
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1865
|
+
Parameters: {"id"=>"foo"}
|
1866
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1867
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1868
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
1869
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1870
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1871
|
+
Parameters: {"id"=>"SC247974"}
|
1872
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1873
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1874
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 306)
|
1875
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1876
|
+
Started GET "/defra_ruby_mocks/company/99999999/officers" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
1877
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1878
|
+
Parameters: {"id"=>"99999999"}
|
1879
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
1880
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.4ms | Allocations: 63)
|
1881
|
+
Completed 200 OK in 2ms (Views: 1.2ms | Allocations: 545)
|
1882
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:22:49 +0000
|
1883
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:49 +0000
|
1884
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:22:49 +0000
|
1885
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1886
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1887
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1888
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1889
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 242)
|
1890
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1891
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1892
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1893
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1894
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.5ms | Allocations: 620)
|
1895
|
+
Completed 200 OK in 8ms (Views: 7.3ms | Allocations: 2355)
|
1896
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1897
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1898
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1899
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1900
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1901
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1902
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1903
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1904
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 162)
|
1905
|
+
Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 1252)
|
1906
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1907
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1908
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1909
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
1910
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1911
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1912
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1913
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1914
|
+
Completed 200 OK in 3ms (Views: 2.0ms | Allocations: 657)
|
1915
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1916
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1917
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1918
|
+
Parameters: {"id"=>"99999999"}
|
1919
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1920
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 92)
|
1921
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | Allocations: 1205)
|
1922
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1923
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1924
|
+
Parameters: {"id"=>"05868270"}
|
1925
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1926
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1927
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 632)
|
1928
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1929
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1930
|
+
Parameters: {"id"=>"SC247974"}
|
1931
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1932
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1933
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
1934
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1935
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1936
|
+
Parameters: {"id"=>"foo"}
|
1937
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1938
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1939
|
+
Completed 404 Not Found in 2ms (Views: 1.2ms | Allocations: 253)
|
1940
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1941
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1942
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1943
|
+
Parameters: {"id"=>"company-no"}
|
1944
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
1945
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.9ms | Allocations: 219)
|
1946
|
+
Completed 200 OK in 9ms (Views: 5.4ms | Allocations: 2408)
|
1947
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1948
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1949
|
+
Parameters: {"id"=>"99999999"}
|
1950
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1951
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 91)
|
1952
|
+
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 541)
|
1953
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1954
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1955
|
+
Parameters: {"id"=>"foo"}
|
1956
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1957
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1958
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 254)
|
1959
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1960
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1961
|
+
Parameters: {"id"=>"SC247974"}
|
1962
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1963
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
1964
|
+
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 622)
|
1965
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1966
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1967
|
+
Parameters: {"id"=>"05868270"}
|
1968
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1969
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1970
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 307)
|
1971
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1972
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1973
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1974
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1975
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1976
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1977
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1978
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 459)
|
1979
|
+
Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1248)
|
1980
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1981
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1982
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1983
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1984
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
1985
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1986
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1987
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1988
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1989
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 172)
|
1990
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1991
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1992
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1993
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.8ms | Allocations: 162)
|
1994
|
+
Completed 200 OK in 4ms (Views: 3.4ms | Allocations: 1243)
|
1995
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1996
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1997
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1998
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1999
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 657)
|
2000
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
2001
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2002
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2003
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
2004
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:23:59 +0000
|
2005
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:23:59 +0000
|
2006
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2007
|
+
Parameters: {"id"=>"05868270"}
|
2008
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2009
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
2010
|
+
Completed 200 OK in 9ms (Views: 5.7ms | Allocations: 2492)
|
2011
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:23:59 +0000
|
2012
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2013
|
+
Parameters: {"id"=>"99999999"}
|
2014
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2015
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 86)
|
2016
|
+
Completed 404 Not Found in 2ms (Views: 2.0ms | Allocations: 535)
|
2017
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2018
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2019
|
+
Parameters: {"id"=>"foo"}
|
2020
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2021
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2022
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
2023
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2024
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2025
|
+
Parameters: {"id"=>"SC247974"}
|
2026
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2027
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2028
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 306)
|
2029
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2030
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2031
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2032
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 164)
|
2033
|
+
Completed 200 OK in 6ms (Views: 4.7ms | Allocations: 1399)
|
2034
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2035
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2036
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2037
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.4ms | Allocations: 141)
|
2038
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 657)
|
2039
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2040
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2041
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2042
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 625)
|
2043
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2044
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2045
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2046
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2047
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 457)
|
2048
|
+
Completed 200 OK in 3ms (Views: 2.0ms | Allocations: 1092)
|
2049
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2050
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2051
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2052
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2053
|
+
Completed 302 Found in 1ms (Allocations: 349)
|
2054
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2055
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2056
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2057
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2058
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 168)
|
2059
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2060
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2061
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2062
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:00 +0000
|
2063
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2064
|
+
Parameters: {"id"=>"company-no"}
|
2065
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2066
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.6ms | Allocations: 63)
|
2067
|
+
Completed 200 OK in 3ms (Views: 1.7ms | Allocations: 551)
|
2068
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2069
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2070
|
+
Parameters: {"id"=>"company-no"}
|
2071
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2072
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.9ms | Allocations: 219)
|
2073
|
+
Completed 200 OK in 7ms (Views: 4.5ms | Allocations: 2408)
|
2074
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2075
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2076
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2077
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2078
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2079
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2080
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2081
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 218)
|
2082
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2083
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2084
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2085
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2086
|
+
Completed 302 Found in 1ms (Allocations: 359)
|
2087
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2088
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2089
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2090
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2091
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 462)
|
2092
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1202)
|
2093
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2094
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2095
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2096
|
+
Completed 500 Internal Server Error in 2ms (Allocations: 621)
|
2097
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2098
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2099
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2100
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 149)
|
2101
|
+
Completed 200 OK in 4ms (Views: 3.3ms | Allocations: 1178)
|
2102
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2103
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2104
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2105
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 156)
|
2106
|
+
Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 726)
|
2107
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2108
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2109
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2110
|
+
Parameters: {"id"=>"SC247974"}
|
2111
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2112
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 122)
|
2113
|
+
Completed 200 OK in 3ms (Views: 1.9ms | Allocations: 624)
|
2114
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2115
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2116
|
+
Parameters: {"id"=>"foo"}
|
2117
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2118
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
2119
|
+
Completed 404 Not Found in 3ms (Views: 2.3ms | Allocations: 535)
|
2120
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2121
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2122
|
+
Parameters: {"id"=>"05868270"}
|
2123
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2124
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2125
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 307)
|
2126
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:24:37 +0000
|
2127
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2128
|
+
Parameters: {"id"=>"99999999"}
|
2129
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2130
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2131
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
2132
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2133
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2134
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2135
|
+
Parameters: {"id"=>"05868270"}
|
2136
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2137
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.3ms | Allocations: 284)
|
2138
|
+
Completed 200 OK in 8ms (Views: 5.5ms | Allocations: 2492)
|
2139
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2140
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2141
|
+
Parameters: {"id"=>"foo"}
|
2142
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2143
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
2144
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
2145
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2146
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2147
|
+
Parameters: {"id"=>"SC247974"}
|
2148
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2149
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2150
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
2151
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2152
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2153
|
+
Parameters: {"id"=>"99999999"}
|
2154
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2155
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2156
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | Allocations: 253)
|
2157
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2158
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2159
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2160
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 679)
|
2161
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2162
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2163
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2164
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 147)
|
2165
|
+
Completed 200 OK in 5ms (Views: 4.5ms | Allocations: 1281)
|
2166
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2167
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2168
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2169
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
2170
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 726)
|
2171
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2172
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2173
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2174
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2175
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 175)
|
2176
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2177
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2178
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2179
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2180
|
+
Completed 302 Found in 1ms (Allocations: 358)
|
2181
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2182
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2183
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2184
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2185
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 459)
|
2186
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 1093)
|
2187
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2188
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2189
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2190
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2191
|
+
Parameters: {"id"=>"company-no"}
|
2192
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2193
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.3ms | Allocations: 63)
|
2194
|
+
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 547)
|
2195
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2196
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2197
|
+
Parameters: {"id"=>"SC247974"}
|
2198
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2199
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
2200
|
+
Completed 200 OK in 8ms (Views: 5.2ms | Allocations: 2492)
|
2201
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2202
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2203
|
+
Parameters: {"id"=>"foo"}
|
2204
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2205
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
2206
|
+
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 535)
|
2207
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2208
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2209
|
+
Parameters: {"id"=>"99999999"}
|
2210
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2211
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
2212
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
2213
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2214
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2215
|
+
Parameters: {"id"=>"05868270"}
|
2216
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2217
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2218
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 306)
|
2219
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2220
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2221
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2222
|
+
Parameters: {"id"=>"company-no"}
|
2223
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2224
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.5ms | Allocations: 63)
|
2225
|
+
Completed 200 OK in 3ms (Views: 1.4ms | Allocations: 544)
|
2226
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2227
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2228
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2229
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2230
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2231
|
+
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2232
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2233
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 218)
|
2234
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2235
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2236
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2237
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2238
|
+
Completed 302 Found in 1ms (Allocations: 351)
|
2239
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2240
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2241
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2242
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2243
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 459)
|
2244
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1200)
|
2245
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2246
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2247
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2248
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
|
2249
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1243)
|
2250
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2251
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2252
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2253
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
2254
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2255
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2256
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2257
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
2258
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|
2259
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2260
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2261
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2262
|
+
Parameters: {"id"=>"99999999"}
|
2263
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2264
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.2ms | Allocations: 253)
|
2265
|
+
Completed 404 Not Found in 10ms (Views: 10.0ms | Allocations: 2394)
|
2266
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2267
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2268
|
+
Parameters: {"id"=>"foo"}
|
2269
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2270
|
+
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)
|
2271
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
2272
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2273
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2274
|
+
Parameters: {"id"=>"SC247974"}
|
2275
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2276
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 123)
|
2277
|
+
Completed 200 OK in 7ms (Views: 5.6ms | Allocations: 632)
|
2278
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2279
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2280
|
+
Parameters: {"id"=>"05868270"}
|
2281
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2282
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2283
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
2284
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2285
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2286
|
+
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-03-29 14:56:22 +0100
|
2287
|
+
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-03-29 14:56:22 +0100
|
2288
|
+
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-03-29 14:56:22 +0100
|
2289
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2290
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2291
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2292
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2293
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2294
|
+
Parameters: {"id"=>"company-no"}
|
2295
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
2296
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.6ms | Allocations: 106)
|
2297
|
+
Completed 200 OK in 3ms (Views: 1.5ms | Allocations: 594)
|
2298
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 14:56:22 +0100
|
2299
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2300
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2301
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2302
|
+
Parameters: {"id"=>"05868270"}
|
2303
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2304
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.6ms | Allocations: 284)
|
2305
|
+
Completed 200 OK in 11ms (Views: 7.2ms | Allocations: 2492)
|
2306
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2307
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2308
|
+
Parameters: {"id"=>"99999999"}
|
2309
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2310
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.6ms | Allocations: 86)
|
2311
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
2312
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2313
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2314
|
+
Parameters: {"id"=>"foo"}
|
2315
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2316
|
+
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)
|
2317
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
2318
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2319
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2320
|
+
Parameters: {"id"=>"SC247974"}
|
2321
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2322
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2323
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 306)
|
2324
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2325
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2326
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2327
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2328
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2329
|
+
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-03-29 15:08:37 +0100
|
2330
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2331
|
+
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"}
|
2332
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2333
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 459)
|
2334
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1239)
|
2335
|
+
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-03-29 15:08:37 +0100
|
2336
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2337
|
+
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"}
|
2338
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2339
|
+
Completed 302 Found in 1ms (Allocations: 344)
|
2340
|
+
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-03-29 15:08:37 +0100
|
2341
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2342
|
+
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"}
|
2343
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2344
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 162)
|
2345
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2346
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2347
|
+
Parameters: {"id"=>"company-no"}
|
2348
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
2349
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.0ms | Allocations: 104)
|
2350
|
+
Completed 200 OK in 4ms (Views: 2.0ms | Allocations: 592)
|
2351
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:08:37 +0100
|
2352
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2353
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2354
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2355
|
+
Parameters: {"id"=>"foo"}
|
2356
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2357
|
+
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)
|
2358
|
+
Completed 404 Not Found in 12ms (Views: 11.8ms | Allocations: 2394)
|
2359
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2360
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2361
|
+
Parameters: {"id"=>"SC247974"}
|
2362
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2363
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.9ms | Allocations: 123)
|
2364
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 633)
|
2365
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2366
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2367
|
+
Parameters: {"id"=>"05868270"}
|
2368
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2369
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2370
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
2371
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2372
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2373
|
+
Parameters: {"id"=>"99999999"}
|
2374
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2375
|
+
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)
|
2376
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 253)
|
2377
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2378
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2379
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2380
|
+
Parameters: {"id"=>"company-no"}
|
2381
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
2382
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.7ms | Allocations: 106)
|
2383
|
+
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 594)
|
2384
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2385
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2386
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2387
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2388
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2389
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.0ms | Allocations: 162)
|
2390
|
+
Completed 200 OK in 6ms (Views: 4.9ms | Allocations: 1386)
|
2391
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2392
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2393
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2394
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 614)
|
2395
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:09:11 +0100
|
2396
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2397
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2398
|
+
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)
|
2399
|
+
Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 647)
|
2400
|
+
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-03-29 15:09:11 +0100
|
2401
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2402
|
+
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"}
|
2403
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2404
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 158)
|
2405
|
+
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-03-29 15:09:11 +0100
|
2406
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2407
|
+
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"}
|
2408
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2409
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
|
2410
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1083)
|
2411
|
+
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-03-29 15:09:11 +0100
|
2412
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2413
|
+
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"}
|
2414
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2415
|
+
Completed 302 Found in 1ms (Allocations: 344)
|
2416
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-03-29 15:10:18 +0100
|
2417
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:10:18 +0100
|
2418
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:10:18 +0100
|
2419
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2420
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2421
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.6ms | Allocations: 324)
|
2422
|
+
Completed 200 OK in 11ms (Views: 10.4ms | Allocations: 2569)
|
2423
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:10:18 +0100
|
2424
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2425
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2426
|
+
Completed 500 Internal Server Error in 9ms (Allocations: 616)
|
2427
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2428
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2429
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2430
|
+
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)
|
2431
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 651)
|
2432
|
+
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-03-29 15:10:19 +0100
|
2433
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2434
|
+
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"}
|
2435
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2436
|
+
Completed 302 Found in 1ms (Allocations: 363)
|
2437
|
+
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-03-29 15:10:19 +0100
|
2438
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2439
|
+
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"}
|
2440
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2441
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.9ms | Allocations: 457)
|
2442
|
+
Completed 200 OK in 4ms (Views: 2.6ms | Allocations: 1097)
|
2443
|
+
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-03-29 15:10:19 +0100
|
2444
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2445
|
+
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"}
|
2446
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2447
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 174)
|
2448
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2449
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2450
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2451
|
+
Parameters: {"id"=>"company-no"}
|
2452
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
2453
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.4ms | Allocations: 104)
|
2454
|
+
Completed 200 OK in 4ms (Views: 2.7ms | Allocations: 1269)
|
2455
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2456
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2457
|
+
Parameters: {"id"=>"SC247974"}
|
2458
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2459
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 122)
|
2460
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 622)
|
2461
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2462
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2463
|
+
Parameters: {"id"=>"foo"}
|
2464
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2465
|
+
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)
|
2466
|
+
Completed 404 Not Found in 2ms (Views: 1.6ms | Allocations: 535)
|
2467
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2468
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2469
|
+
Parameters: {"id"=>"99999999"}
|
2470
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2471
|
+
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)
|
2472
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 254)
|
2473
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2474
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2475
|
+
Parameters: {"id"=>"05868270"}
|
2476
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2477
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2478
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 306)
|
2479
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:10:19 +0100
|
2480
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2481
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2482
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2483
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.6ms | Allocations: 309)
|
2484
|
+
Completed 200 OK in 11ms (Views: 10.1ms | Allocations: 2508)
|
2485
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2486
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2487
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2488
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 615)
|
2489
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2490
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2491
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2492
|
+
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)
|
2493
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 716)
|
2494
|
+
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-03-29 15:39:03 +0100
|
2495
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2496
|
+
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"}
|
2497
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2498
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 181)
|
2499
|
+
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-03-29 15:39:03 +0100
|
2500
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2501
|
+
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"}
|
2502
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2503
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.6ms | Allocations: 459)
|
2504
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 1101)
|
2505
|
+
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-03-29 15:39:03 +0100
|
2506
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2507
|
+
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"}
|
2508
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2509
|
+
Completed 302 Found in 1ms (Allocations: 355)
|
2510
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2511
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2512
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2513
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2514
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2515
|
+
Parameters: {"id"=>"company-no"}
|
2516
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
2517
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.5ms | Allocations: 104)
|
2518
|
+
Completed 200 OK in 4ms (Views: 2.6ms | Allocations: 1269)
|
2519
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2520
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2521
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2522
|
+
Parameters: {"id"=>"05868270"}
|
2523
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2524
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
2525
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 622)
|
2526
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2527
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2528
|
+
Parameters: {"id"=>"SC247974"}
|
2529
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2530
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2531
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
2532
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2533
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2534
|
+
Parameters: {"id"=>"foo"}
|
2535
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2536
|
+
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)
|
2537
|
+
Completed 404 Not Found in 2ms (Views: 1.4ms | Allocations: 534)
|
2538
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-03-29 15:39:03 +0100
|
2539
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2540
|
+
Parameters: {"id"=>"99999999"}
|
2541
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2542
|
+
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)
|
2543
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | Allocations: 254)
|
2544
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2545
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2546
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2547
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2548
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2549
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.1ms | Allocations: 324)
|
2550
|
+
Completed 200 OK in 9ms (Views: 8.6ms | Allocations: 2569)
|
2551
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2552
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2553
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2554
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 614)
|
2555
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2556
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2557
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2558
|
+
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)
|
2559
|
+
Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 647)
|
2560
|
+
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-03-29 15:39:19 +0100
|
2561
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2562
|
+
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"}
|
2563
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2564
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 457)
|
2565
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 1105)
|
2566
|
+
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-03-29 15:39:19 +0100
|
2567
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2568
|
+
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"}
|
2569
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2570
|
+
Completed 302 Found in 1ms (Allocations: 355)
|
2571
|
+
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-03-29 15:39:19 +0100
|
2572
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2573
|
+
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"}
|
2574
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2575
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 174)
|
2576
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2577
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2578
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2579
|
+
Parameters: {"id"=>"company-no"}
|
2580
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
2581
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.5ms | Allocations: 106)
|
2582
|
+
Completed 200 OK in 5ms (Views: 3.5ms | Allocations: 1273)
|
2583
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2584
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2585
|
+
Parameters: {"id"=>"05868270"}
|
2586
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2587
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 122)
|
2588
|
+
Completed 200 OK in 2ms (Views: 1.2ms | Allocations: 622)
|
2589
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2590
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2591
|
+
Parameters: {"id"=>"99999999"}
|
2592
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2593
|
+
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)
|
2594
|
+
Completed 404 Not Found in 2ms (Views: 1.7ms | Allocations: 535)
|
2595
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2596
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2597
|
+
Parameters: {"id"=>"SC247974"}
|
2598
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2599
|
+
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
2600
|
+
Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 307)
|
2601
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|
2602
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2603
|
+
Parameters: {"id"=>"foo"}
|
2604
|
+
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2605
|
+
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)
|
2606
|
+
Completed 404 Not Found in 1ms (Views: 0.8ms | Allocations: 253)
|
2607
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-03-29 15:39:19 +0100
|