defra_ruby_mocks 2.3.0 → 2.3.1
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/app/services/defra_ruby_mocks/worldpay_resource_service.rb +2 -2
- data/app/services/defra_ruby_mocks/worldpay_response_service.rb +2 -0
- data/lib/defra_ruby_mocks/version.rb +1 -1
- data/spec/dummy/log/test.log +810 -2522
- data/spec/examples.txt +114 -112
- data/spec/services/worldpay_resource_service_spec.rb +8 -0
- data/spec/services/worldpay_response_service_spec.rb +9 -1
- metadata +5 -5
data/spec/dummy/log/test.log
CHANGED
@@ -1,2607 +1,895 @@
|
|
1
|
-
Started GET "/defra_ruby_mocks/company/
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
Started GET "/defra_ruby_mocks/company/
|
9
|
-
|
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
|
1
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
2
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
3
|
+
Parameters: {"id"=>"company-no"}
|
4
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
5
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.6ms | Allocations: 265)
|
6
|
+
Completed 200 OK in 13ms (Views: 8.2ms | Allocations: 2457)
|
7
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
8
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
9
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1756
10
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1757
11
|
Parameters: {"id"=>"05868270"}
|
1758
|
-
Rendering /Users/
|
1759
|
-
Rendered /Users/
|
1760
|
-
Completed 200 OK in
|
1761
|
-
Started GET "/defra_ruby_mocks/company/
|
1762
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
12
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
13
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
14
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 624)
|
15
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1763
16
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1764
17
|
Parameters: {"id"=>"99999999"}
|
1765
|
-
Rendering /Users/
|
1766
|
-
Rendered /Users/
|
1767
|
-
Completed 404 Not Found in
|
1768
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-
|
18
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
19
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
20
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | Allocations: 535)
|
21
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1769
22
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1770
23
|
Parameters: {"id"=>"foo"}
|
1771
|
-
Rendering /Users/
|
1772
|
-
Rendered /Users/
|
1773
|
-
Completed 404 Not Found in 1ms (Views: 0.
|
1774
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-
|
24
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
25
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
26
|
+
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
27
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1775
28
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1776
29
|
Parameters: {"id"=>"SC247974"}
|
1777
|
-
Rendering /Users/
|
1778
|
-
Rendered /Users/
|
1779
|
-
Completed 200 OK in
|
1780
|
-
Started GET "/defra_ruby_mocks/
|
1781
|
-
|
1782
|
-
|
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
|
30
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
31
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
32
|
+
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
33
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
34
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
35
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1792
36
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1793
|
-
|
1794
|
-
|
1795
|
-
|
1796
|
-
|
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
|
37
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
38
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.0ms | Allocations: 147)
|
39
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1317)
|
40
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1819
41
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1820
42
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1821
|
-
Completed 500 Internal Server Error in
|
1822
|
-
Started
|
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
|
43
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 615)
|
44
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1828
45
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1829
|
-
Rendering /Users/
|
1830
|
-
Rendered /Users/
|
1831
|
-
Completed 200 OK in 2ms (Views: 1.
|
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-
|
46
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
47
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
48
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 716)
|
49
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1833
50
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1834
51
|
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/
|
1836
|
-
Rendered /Users/
|
1837
|
-
Completed 200 OK in
|
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-
|
52
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
53
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
|
54
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 1098)
|
55
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 13:32:57 +0100
|
1839
56
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1840
57
|
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
58
|
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
|
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-
|
59
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
60
|
+
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-05-10 13:32:57 +0100
|
1844
61
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1845
62
|
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
63
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1847
|
-
Completed 500 Internal Server Error in
|
1848
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-
|
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
|
64
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 174)
|
65
|
+
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-05-10 15:55:50 +0100
|
1886
66
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1887
67
|
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
68
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1889
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
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-
|
69
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 256)
|
70
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:55:50 +0100
|
1891
71
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1892
72
|
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/
|
1894
|
-
Rendered /Users/
|
1895
|
-
Completed 200 OK in
|
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-
|
73
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
74
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 3.0ms | Allocations: 620)
|
75
|
+
Completed 200 OK in 16ms (Views: 15.1ms | Allocations: 2368)
|
76
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:55:50 +0100
|
1897
77
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1898
78
|
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
79
|
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:
|
1901
|
-
Started
|
80
|
+
Completed 302 Found in 1ms (Allocations: 355)
|
81
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:55:50 +0100
|
1902
82
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1903
|
-
Rendering /Users/
|
1904
|
-
Rendered /Users/
|
1905
|
-
Completed 200 OK in
|
1906
|
-
Started
|
83
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
84
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 3.3ms | Allocations: 164)
|
85
|
+
Completed 200 OK in 9ms (Views: 5.3ms | Allocations: 1806)
|
86
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:55:50 +0100
|
1907
87
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1908
88
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1909
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
1910
|
-
Started
|
89
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 611)
|
90
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:55:50 +0100
|
1911
91
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1912
|
-
Rendering /Users/
|
1913
|
-
Rendered /Users/
|
1914
|
-
Completed 200 OK in 3ms (Views:
|
1915
|
-
Started
|
1916
|
-
Started
|
1917
|
-
|
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
|
92
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
93
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
94
|
+
Completed 200 OK in 3ms (Views: 1.5ms | Allocations: 925)
|
95
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 15:55:50 +0100
|
96
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 15:57:35 +0100
|
97
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:57:35 +0100
|
1991
98
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1992
|
-
Rendering /Users/
|
1993
|
-
Rendered /Users/
|
1994
|
-
Completed 200 OK in
|
1995
|
-
Started
|
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
|
99
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
100
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.6ms | Allocations: 309)
|
101
|
+
Completed 200 OK in 25ms (Views: 18.2ms | Allocations: 3181)
|
102
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:57:35 +0100
|
2001
103
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2002
104
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2003
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
2004
|
-
Started
|
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
|
105
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 613)
|
106
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:57:35 +0100
|
2035
107
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2036
|
-
Rendering /Users/
|
2037
|
-
Rendered /Users/
|
2038
|
-
Completed 200 OK in
|
2039
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
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
|
108
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
109
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 156)
|
110
|
+
Completed 200 OK in 3ms (Views: 1.7ms | Allocations: 992)
|
111
|
+
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-05-10 15:57:35 +0100
|
2078
112
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2079
113
|
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
114
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2081
|
-
Completed 500 Internal Server Error in
|
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-
|
115
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 186)
|
116
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:57:35 +0100
|
2083
117
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2084
118
|
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
119
|
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:
|
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-
|
120
|
+
Completed 302 Found in 1ms (Allocations: 364)
|
121
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:57:35 +0100
|
2088
122
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2089
123
|
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/
|
2091
|
-
Rendered /Users/
|
2092
|
-
Completed 200 OK in
|
2093
|
-
Started
|
2094
|
-
|
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
|
124
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
125
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.8ms | Allocations: 457)
|
126
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1097)
|
127
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 15:58:51 +0100
|
128
|
+
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-05-10 15:58:51 +0100
|
2172
129
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2173
130
|
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
131
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2175
|
-
Completed 500 Internal Server Error in
|
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-
|
132
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 255)
|
133
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:58:51 +0100
|
2177
134
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2178
135
|
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
136
|
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:
|
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-
|
137
|
+
Completed 302 Found in 1ms (Allocations: 365)
|
138
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:58:51 +0100
|
2182
139
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2183
140
|
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/
|
2185
|
-
Rendered /Users/
|
2186
|
-
Completed 200 OK in
|
2187
|
-
Started
|
2188
|
-
|
2189
|
-
|
2190
|
-
|
2191
|
-
|
2192
|
-
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2196
|
-
|
2197
|
-
|
2198
|
-
Rendering /Users/
|
2199
|
-
Rendered /Users/
|
2200
|
-
Completed 200 OK in
|
2201
|
-
Started GET "/defra_ruby_mocks/
|
2202
|
-
Processing by DefraRubyMocks::
|
2203
|
-
Parameters: {"
|
2204
|
-
Rendering /Users/
|
2205
|
-
Rendered /Users/
|
2206
|
-
Completed
|
2207
|
-
Started GET "/defra_ruby_mocks/
|
2208
|
-
Processing by DefraRubyMocks::
|
2209
|
-
Parameters: {"
|
2210
|
-
|
2211
|
-
|
2212
|
-
|
2213
|
-
|
2214
|
-
|
2215
|
-
|
2216
|
-
|
2217
|
-
|
2218
|
-
|
2219
|
-
|
2220
|
-
|
141
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
142
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.8ms | Allocations: 619)
|
143
|
+
Completed 200 OK in 8ms (Views: 7.5ms | Allocations: 2358)
|
144
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:58:51 +0100
|
145
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
146
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
147
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 147)
|
148
|
+
Completed 200 OK in 6ms (Views: 1.9ms | Allocations: 1736)
|
149
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:58:51 +0100
|
150
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
151
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
152
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 605)
|
153
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:58:51 +0100
|
154
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
155
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
156
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.5ms | Allocations: 156)
|
157
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 992)
|
158
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
159
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
160
|
+
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"}
|
161
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
162
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.5ms | Allocations: 619)
|
163
|
+
Completed 200 OK in 7ms (Views: 6.9ms | Allocations: 2445)
|
164
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
165
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
166
|
+
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"}
|
167
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
168
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
169
|
+
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-05-10 15:59:26 +0100
|
170
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
171
|
+
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"}
|
172
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
173
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 179)
|
174
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
175
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
176
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
177
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.8ms | Allocations: 147)
|
178
|
+
Completed 200 OK in 4ms (Views: 2.4ms | Allocations: 1736)
|
179
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
180
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
181
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
182
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 611)
|
183
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
184
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
185
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
186
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.8ms | Allocations: 156)
|
187
|
+
Completed 200 OK in 3ms (Views: 1.7ms | Allocations: 992)
|
188
|
+
Started POST "/defra_ruby_mocks/govpay/gbk3boji3ytxhazlt6q6cvnn9x/refunds" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
189
|
+
Started GET "/defra_ruby_mocks/govpay/payments/dgo0o585cczpxbv0kojs6f0xm1" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
190
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 15:59:26 +0100
|
191
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 16:26:05 +0100
|
192
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:26:36 +0100
|
193
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:28:04 +0100
|
194
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:28:23 +0100
|
195
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:29:26 +0100
|
196
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:30:32 +0100
|
197
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
198
|
+
Parameters: {"amount"=>"5644", "reference"=>"Rerum optio totam ut.", "description"=>"Minima sed aliquam sunt.", "return_url"=>"http://rohan.name/keenan"}
|
199
|
+
No template found for DefraRubyMocks::GovpayController#create_payment, rendering head :no_content
|
200
|
+
Completed 204 No Content in 1ms (Allocations: 970)
|
201
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:35:53 +0100
|
202
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
203
|
+
Parameters: {"amount"=>"8742", "reference"=>"Magnam maiores quidem sapiente.", "description"=>"Neque explicabo doloribus ut.", "return_url"=>"http://metz-johnson.info/willard"}
|
204
|
+
MOCKS: Govpay payment creation error: Missing template defra_ruby_mocks/govpay/payment_creation_response with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in:
|
205
|
+
* "/Users/pauldoyle/dev/defra-ruby-mocks/spec/dummy/app/views"
|
206
|
+
* "/Users/pauldoyle/dev/defra-ruby-mocks/app/views"
|
207
|
+
|
208
|
+
Completed 500 Internal Server Error in 11ms (Allocations: 1659)
|
209
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:36:16 +0100
|
210
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
211
|
+
Parameters: {"amount"=>"9129", "reference"=>"Facere eum voluptatum quo.", "description"=>"Numquam voluptatem enim architecto.", "return_url"=>"http://simonis-waelchi.info/jere_paucek"}
|
212
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 158)
|
213
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:36:47 +0100
|
214
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
215
|
+
Parameters: {"amount"=>"3409", "reference"=>"Eos debitis autem dolores.", "description"=>"Illum qui harum reiciendis.", "return_url"=>"http://lueilwitz-ledner.net/luciano_raynor"}
|
216
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 158)
|
217
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:37:01 +0100
|
218
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
219
|
+
Parameters: {"amount"=>"999", "reference"=>"Quasi iste veritatis architecto.", "description"=>"Deserunt autem beatae distinctio.", "return_url"=>"http://gutmann.org/alec.reichert"}
|
220
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 158)
|
221
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:38:42 +0100
|
222
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
223
|
+
Parameters: {"amount"=>"2288", "reference"=>"Eveniet minima quidem iure.", "description"=>"Similique voluptatum et ut.", "return_url"=>"http://hayes-nader.biz/ezra_lind"}
|
224
|
+
MOCKS: Govpay payment creation error: undefined method `file_fixture' for #<DefraRubyMocks::GovpayController:0x00000000005870>
|
225
|
+
Completed 500 Internal Server Error in 4ms (Allocations: 2174)
|
226
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:39:06 +0100
|
227
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
228
|
+
Parameters: {"amount"=>"4113", "reference"=>"Qui enim a recusandae.", "description"=>"Enim et perferendis id.", "return_url"=>"http://howe-emmerich.biz/charlie_bogisich"}
|
229
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:40:48 +0100
|
230
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
231
|
+
Parameters: {"amount"=>"2389", "reference"=>"Nemo nostrum excepturi exercitationem.", "description"=>"Omnis aspernatur eligendi debitis.", "return_url"=>"http://lebsack.name/heide"}
|
232
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:41:15 +0100
|
233
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
234
|
+
Parameters: {"amount"=>"3789", "reference"=>"Consectetur ut non dolores.", "description"=>"Quo animi sed explicabo.", "return_url"=>"http://bednar-gorczany.net/mohamed"}
|
235
|
+
Completed 200 OK in 6854ms (Views: 0.2ms | Allocations: 2656)
|
236
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:41:37 +0100
|
237
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
238
|
+
Parameters: {"amount"=>"6924", "reference"=>"Error rerum dolorem fugit.", "description"=>"Officia non eaque ab.", "return_url"=>"http://collins.net/sterling"}
|
239
|
+
Completed 200 OK in 13773ms (Views: 0.2ms | Allocations: 2824)
|
240
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:41:57 +0100
|
241
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
242
|
+
Parameters: {"amount"=>"3992", "reference"=>"Dolorem est id tenetur.", "description"=>"Mollitia inventore sit quia.", "return_url"=>"http://medhurst-kuhlman.name/dannielle"}
|
243
|
+
Completed 200 OK in 1679ms (Views: 0.3ms | Allocations: 2684)
|
244
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:42:41 +0100
|
245
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
246
|
+
Parameters: {"amount"=>"6003", "reference"=>"Quam ratione quod rerum.", "description"=>"Similique eum eligendi sint.", "return_url"=>"http://gorczany.co/lenard"}
|
247
|
+
Completed 200 OK in 1159ms (Views: 0.2ms | Allocations: 2782)
|
248
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:43:33 +0100
|
249
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
250
|
+
Parameters: {"amount"=>"9081", "reference"=>"12345", "description"=>"Ea quo saepe repellat.", "return_url"=>"http://lehner.com/geri"}
|
251
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 160)
|
252
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:43:56 +0100
|
253
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
254
|
+
Parameters: {"amount"=>"5119", "reference"=>"12345", "description"=>"Voluptatem cumque libero vero.", "return_url"=>"http://von-mcclure.name/sammie.herzog"}
|
255
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 160)
|
256
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:44:41 +0100
|
257
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
258
|
+
Parameters: {"amount"=>"244", "reference"=>"12345", "description"=>"Temporibus quasi laboriosam perspiciatis.", "return_url"=>"http://mclaughlin-dickens.co/bebe"}
|
259
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 160)
|
260
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:45:31 +0100
|
261
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
262
|
+
Parameters: {"amount"=>"1451", "reference"=>"12345", "description"=>"Quia sit blanditiis quia.", "return_url"=>"http://legros-konopelski.co/annita.satterfield"}
|
263
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 160)
|
264
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:47:07 +0100
|
265
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
266
|
+
Parameters: {"amount"=>"7983", "reference"=>"12345", "description"=>"Omnis voluptatem qui omnis.", "return_url"=>"http://pfeffer.com/jaime.gorczany"}
|
267
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 160)
|
268
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:47:31 +0100
|
269
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
270
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Velit quis deserunt modi.", "return_url"=>"http://auer-reinger.info/eldridge"}
|
271
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 160)
|
272
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:47:54 +0100
|
273
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
274
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"http://durgan-romaguera.biz/alvaro"}
|
275
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 160)
|
276
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:48:19 +0100
|
277
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
278
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"http://nitzsche.io/rochell"}
|
279
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 160)
|
280
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:48:34 +0100
|
281
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
282
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
283
|
+
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 160)
|
284
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:49:13 +0100
|
285
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
286
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
287
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 160)
|
288
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:55:48 +0100
|
289
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
290
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 160)
|
291
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:55:48 +0100
|
292
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
293
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 76)
|
294
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:55:48 +0100
|
295
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
296
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
297
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 76)
|
298
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 16:56:07 +0100
|
299
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
300
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
301
|
+
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 160)
|
302
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:02:47 +0100
|
303
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
304
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
305
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 160)
|
306
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:09:06 +0100
|
307
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
308
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
309
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 183)
|
310
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:10:49 +0100
|
311
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
312
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
313
|
+
MOCKS: Govpay payment creation error: wrong number of arguments (given 3, expected 1)
|
314
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 274)
|
315
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:11:28 +0100
|
316
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
317
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
318
|
+
MOCKS: Govpay payment creation error: wrong number of arguments (given 3, expected 1)
|
319
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 274)
|
320
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:12:36 +0100
|
321
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
322
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
323
|
+
MOCKS: Govpay payment creation error: wrong number of arguments (given 3, expected 1)
|
324
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 274)
|
325
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:13:14 +0100
|
326
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
327
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
328
|
+
MOCKS: Govpay payment creation error: wrong number of arguments (given 3, expected 1)
|
329
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 274)
|
330
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:13:25 +0100
|
331
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
332
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed", "reference_url"=>""}
|
333
|
+
MOCKS: Govpay payment creation error: wrong number of arguments (given 3, expected 1)
|
334
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 274)
|
335
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:14:28 +0100
|
336
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
337
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
338
|
+
MOCKS: Govpay payment creation error: wrong number of arguments (given 3, expected 1)
|
339
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 274)
|
340
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:14:28 +0100
|
341
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
342
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
343
|
+
MOCKS: Govpay payment creation error: wrong number of arguments (given 3, expected 1)
|
344
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 213)
|
345
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:14:55 +0100
|
346
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
347
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
348
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:19:04 +0100
|
349
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
350
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
351
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:21:41 +0100
|
352
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
353
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
354
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:23:11 +0100
|
355
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
356
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
357
|
+
Completed 200 OK in 9748ms (Views: 0.3ms | Allocations: 7837)
|
358
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:23:41 +0100
|
359
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
360
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
361
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 173)
|
362
|
+
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-05-10 17:23:49 +0100
|
363
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
364
|
+
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"}
|
365
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
366
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 256)
|
367
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 17:23:49 +0100
|
368
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
369
|
+
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"}
|
370
|
+
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
371
|
+
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.7ms | Allocations: 620)
|
372
|
+
Completed 200 OK in 8ms (Views: 7.6ms | Allocations: 2368)
|
373
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-05-10 17:23:49 +0100
|
374
|
+
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
375
|
+
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"}
|
376
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
377
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
378
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:23:49 +0100
|
379
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
380
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
381
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
382
|
+
Did you mean? amount
|
383
|
+
action
|
384
|
+
controller
|
385
|
+
return_url
|
386
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 145)
|
387
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:23:49 +0100
|
388
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
389
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
390
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 89)
|
391
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 17:23:49 +0100
|
392
|
+
Started GET "/defra_ruby_mocks/govpay/payments/ric3kty39qtf3rbla7wqejd3lx" for 127.0.0.1 at 2022-05-10 17:23:49 +0100
|
393
|
+
Started POST "/defra_ruby_mocks/govpay/voc44g4wrw0y0w5j42g67rvjue/refunds" for 127.0.0.1 at 2022-05-10 17:23:49 +0100
|
394
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 17:28:36 +0100
|
395
|
+
Started POST "/defra_ruby_mocks/govpay/lnwa33urf2gkpc9sje3oq8y7jm/refunds" for 127.0.0.1 at 2022-05-10 17:28:36 +0100
|
396
|
+
Started GET "/defra_ruby_mocks/govpay/payments/ktm64emr8yq7bl2ye9esod1x73" for 127.0.0.1 at 2022-05-10 17:28:36 +0100
|
397
|
+
Started GET "/defra_ruby_mocks/govpay/payments/ao0bxg6gbs1p2b8cmduc7iafum" for 127.0.0.1 at 2022-05-10 17:28:44 +0100
|
398
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-10 17:28:44 +0100
|
399
|
+
Started POST "/defra_ruby_mocks/govpay/a7e7o678oglvaluy7ocnqpek91/refunds" for 127.0.0.1 at 2022-05-10 17:28:44 +0100
|
400
|
+
Started GET "/" for 127.0.0.1 at 2022-05-10 17:42:56 +0100
|
401
|
+
Started GET "/" for 127.0.0.1 at 2022-05-10 17:42:56 +0100
|
402
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:45:08 +0100
|
403
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-10 17:45:08 +0100
|
404
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/invalid_id" for 127.0.0.1 at 2022-05-10 17:46:10 +0100
|
405
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/tbc-valid-vs-invalid-mock-API-to-return-200/404" for 127.0.0.1 at 2022-05-10 17:46:49 +0100
|
406
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/invalid_id" for 127.0.0.1 at 2022-05-10 17:46:49 +0100
|
407
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/tbc-valid-vs-invalid-mock-API-to-return-200-or-404" for 127.0.0.1 at 2022-05-10 17:47:07 +0100
|
408
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/invalid_id" for 127.0.0.1 at 2022-05-10 17:47:07 +0100
|
409
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/tbc-valid-vs-invalid-mock-API-to-return-200-or-404" for 127.0.0.1 at 2022-05-10 17:54:20 +0100
|
410
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
411
|
+
Parameters: {"id"=>"tbc-valid-vs-invalid-mock-API-to-return-200-or-404"}
|
412
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 168)
|
413
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/invalid_id" for 127.0.0.1 at 2022-05-10 17:54:20 +0100
|
414
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
415
|
+
Parameters: {"id"=>"invalid_id"}
|
416
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 84)
|
417
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-10 17:55:10 +0100
|
418
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
419
|
+
Parameters: {"id"=>"12345678901234567890123456"}
|
420
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 168)
|
421
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/" for 127.0.0.1 at 2022-05-10 17:55:10 +0100
|
422
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-10 17:55:30 +0100
|
423
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
424
|
+
Parameters: {"id"=>"0"}
|
425
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 168)
|
426
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-10 17:55:30 +0100
|
427
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
428
|
+
Parameters: {"id"=>"12345678901234567890123456"}
|
429
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 84)
|
430
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-10 17:59:14 +0100
|
431
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
432
|
+
Parameters: {"id"=>"0"}
|
433
|
+
MOCKS: Govpay payment details error: undefined method `match' for nil:NilClass
|
434
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 662)
|
435
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-10 17:59:14 +0100
|
436
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
437
|
+
Parameters: {"id"=>"12345678901234567890123456"}
|
438
|
+
MOCKS: Govpay payment details error: undefined method `match' for nil:NilClass
|
439
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 594)
|
440
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-10 17:59:30 +0100
|
441
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
442
|
+
Parameters: {"id"=>"12345678901234567890123456"}
|
443
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-10 18:00:17 +0100
|
444
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
445
|
+
Parameters: {"id"=>"12345678901234567890123456"}
|
446
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-10 18:00:49 +0100
|
447
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
448
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
449
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x00000000005730>
|
450
|
+
Completed 500 Internal Server Error in 5426ms (Allocations: 10695)
|
451
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-10 18:00:55 +0100
|
452
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
453
|
+
Parameters: {"payment_id"=>"0"}
|
454
|
+
Completed 200 OK in 1471ms (Views: 0.2ms | Allocations: 8483)
|
455
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-10 18:01:09 +0100
|
456
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
457
|
+
Parameters: {"payment_id"=>"0"}
|
458
|
+
Completed 200 OK in 60142720ms (Views: 61.4ms | Allocations: 9031)
|
459
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 10:43:32 +0100
|
460
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
461
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
462
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x000000000057a8>
|
463
|
+
Completed 500 Internal Server Error in 2779ms (Allocations: 10909)
|
464
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 10:43:50 +0100
|
465
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
466
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
467
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 10:49:21 +0100
|
468
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
469
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
470
|
+
Completed 200 OK in 28476ms (Views: 0.2ms | Allocations: 10993)
|
471
|
+
Started GET "/defra_ruby_mocks/govpay/payments/bei974pvf6necxz2thqzcayakt" for 127.0.0.1 at 2022-05-11 10:50:07 +0100
|
472
|
+
Started POST "/defra_ruby_mocks/govpay/5u3m0wq7e8wpnrqjs4bc2rckp3/refunds" for 127.0.0.1 at 2022-05-11 10:50:07 +0100
|
473
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 10:50:07 +0100
|
474
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 10:50:07 +0100
|
475
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
476
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
477
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
478
|
+
Did you mean? amount
|
479
|
+
action
|
480
|
+
controller
|
481
|
+
return_url
|
482
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 173)
|
483
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 10:50:07 +0100
|
484
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
485
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
486
|
+
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 117)
|
487
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 10:50:07 +0100
|
488
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
489
|
+
Parameters: {"payment_id"=>"0"}
|
490
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 96)
|
491
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 10:50:07 +0100
|
492
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
493
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
494
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 95)
|
495
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 10:51:20 +0100
|
496
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 10:51:20 +0100
|
497
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 10:51:20 +0100
|
498
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 10:51:20 +0100
|
499
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 10:51:20 +0100
|
500
|
+
Started POST "/defra_ruby_mocks/govpay/8q8hsh81weojxxb96nm8uatbp7/refunds" for 127.0.0.1 at 2022-05-11 10:51:20 +0100
|
501
|
+
Started GET "/defra_ruby_mocks/govpay/payments/jwgad0e4t5ep7w2ikbeg474a00" for 127.0.0.1 at 2022-05-11 10:51:20 +0100
|
502
|
+
Started POST "/defra_ruby_mocks/govpay/14axyj0nq2f3xqb6aqojd6ki33/refunds" for 127.0.0.1 at 2022-05-11 10:52:03 +0100
|
503
|
+
Started GET "/defra_ruby_mocks/govpay/payments/3r947d35oiw7n1b79u62pajg8c" for 127.0.0.1 at 2022-05-11 10:52:03 +0100
|
504
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 10:52:03 +0100
|
505
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 10:52:03 +0100
|
506
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
507
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
508
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
509
|
+
Did you mean? amount
|
510
|
+
action
|
511
|
+
controller
|
512
|
+
return_url
|
513
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 173)
|
514
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 10:52:03 +0100
|
515
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
516
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
517
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 117)
|
518
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 10:52:03 +0100
|
519
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
520
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
521
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 97)
|
522
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 10:52:03 +0100
|
523
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
524
|
+
Parameters: {"payment_id"=>"0"}
|
525
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x00000000005848>
|
526
|
+
Completed 500 Internal Server Error in 5ms (Allocations: 2144)
|
527
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 10:52:20 +0100
|
528
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
529
|
+
Parameters: {"payment_id"=>"0"}
|
530
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 10:56:59 +0100
|
531
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
532
|
+
Parameters: {"payment_id"=>"0"}
|
533
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x00000000005730>
|
534
|
+
Completed 422 Unprocessable Entity in 4ms (Allocations: 2205)
|
535
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:00:06 +0000
|
536
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
537
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
538
|
+
MOCKS: Govpay payment creation error: undefined method `govpay_domain' for #<DefraRubyMocks::Configuration:0x0000000004f64a88>
|
539
|
+
Completed 500 Internal Server Error in 15ms (Allocations: 1037)
|
540
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:00:06 +0000
|
541
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
542
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
543
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
544
|
+
Did you mean? amount
|
545
|
+
action
|
546
|
+
controller
|
547
|
+
return_url
|
548
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 112)
|
549
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:00:24 +0000
|
550
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
551
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
552
|
+
MOCKS: Govpay payment creation error: undefined method `govpay_domain' for #<DefraRubyMocks::Configuration:0x00000000045131b0>
|
553
|
+
Completed 500 Internal Server Error in 14ms (Allocations: 1037)
|
554
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:01:24 +0000
|
555
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
556
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
557
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:34:42 +0000
|
558
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
559
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
560
|
+
Completed 200 OK in 2410ms (Views: 0.6ms | Allocations: 15119)
|
561
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 16:35:20 +0000
|
562
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
563
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
564
|
+
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 181)
|
565
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 16:35:20 +0000
|
566
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
567
|
+
Parameters: {"payment_id"=>"0"}
|
568
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x000000000057d0>
|
569
|
+
Completed 422 Unprocessable Entity in 4ms (Allocations: 2149)
|
570
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:35:20 +0000
|
571
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
572
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
573
|
+
Completed 200 OK in 10ms (Views: 0.3ms | Allocations: 674)
|
574
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:35:20 +0000
|
575
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
576
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
577
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
578
|
+
Did you mean? amount
|
579
|
+
action
|
580
|
+
controller
|
581
|
+
return_url
|
582
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 112)
|
583
|
+
Started GET "/defra_ruby_mocks/govpay/payments/xvxw2ye5wtd4vv4sfgqcc0tedf" for 127.0.0.1 at 2022-05-11 16:35:20 +0000
|
584
|
+
Started POST "/defra_ruby_mocks/govpay/8xo634smyjgv1zrtuk2289vd7f/refunds" for 127.0.0.1 at 2022-05-11 16:35:20 +0000
|
585
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 16:35:20 +0000
|
586
|
+
Started GET "/defra_ruby_mocks/govpay/payments/zko15ttmxi8349zj4qat3xifel" for 127.0.0.1 at 2022-05-11 16:43:35 +0000
|
587
|
+
Started POST "/defra_ruby_mocks/govpay/tsqc9rpgk5z2qaztmut33ggktl/refunds" for 127.0.0.1 at 2022-05-11 16:43:35 +0000
|
588
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 16:43:35 +0000
|
589
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 16:43:35 +0000
|
590
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
591
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
592
|
+
MOCKS: Govpay payment details error: missing keyword: :return_url
|
593
|
+
Completed 422 Unprocessable Entity in 10ms (Allocations: 626)
|
594
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 16:43:35 +0000
|
595
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
596
|
+
Parameters: {"payment_id"=>"0"}
|
597
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x000000000057d0>
|
598
|
+
Completed 422 Unprocessable Entity in 4ms (Allocations: 2144)
|
599
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:43:35 +0000
|
600
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
601
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
602
|
+
Completed 200 OK in 7ms (Views: 0.3ms | Allocations: 594)
|
603
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:43:35 +0000
|
604
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
605
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
606
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
607
|
+
Did you mean? amount
|
608
|
+
action
|
609
|
+
controller
|
610
|
+
return_url
|
611
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 112)
|
612
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:45:08 +0000
|
613
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
614
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
615
|
+
Completed 200 OK in 11ms (Views: 0.3ms | Allocations: 759)
|
616
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 16:45:08 +0000
|
617
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
618
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
619
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
620
|
+
Did you mean? amount
|
621
|
+
action
|
622
|
+
controller
|
623
|
+
return_url
|
624
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 117)
|
625
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 16:45:08 +0000
|
626
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
627
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
628
|
+
MOCKS: Govpay payment details error: missing keyword: :return_url
|
629
|
+
Completed 422 Unprocessable Entity in 649050ms (Allocations: 8135)
|
630
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 17:29:01 +0000
|
631
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
632
|
+
Parameters: {"payment_id"=>"0"}
|
633
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x00000000005870>
|
634
|
+
Completed 422 Unprocessable Entity in 102036ms (Allocations: 15000)
|
635
|
+
Started POST "/defra_ruby_mocks/govpay/ywzxalmaklbzmzk7y9abvzpvt1/refunds" for 127.0.0.1 at 2022-05-11 17:30:43 +0000
|
636
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 17:30:43 +0000
|
637
|
+
Started GET "/defra_ruby_mocks/govpay/payments/dztk1j7yevd38qd35i44ljpex2" for 127.0.0.1 at 2022-05-11 17:30:43 +0000
|
638
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:30:58 +0000
|
639
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
640
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
641
|
+
MOCKS: Govpay payment details error: missing keyword: :return_url
|
642
|
+
Completed 422 Unprocessable Entity in 19555ms (Allocations: 16551)
|
643
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 17:31:17 +0000
|
644
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
645
|
+
Parameters: {"payment_id"=>"0"}
|
646
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x000000000057d0>
|
647
|
+
Completed 422 Unprocessable Entity in 12714ms (Allocations: 18517)
|
648
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 17:31:30 +0000
|
649
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
650
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
651
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
652
|
+
Did you mean? amount
|
653
|
+
action
|
654
|
+
controller
|
655
|
+
return_url
|
656
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 113)
|
657
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 17:31:30 +0000
|
658
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
659
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
660
|
+
Completed 200 OK in 11ms (Views: 0.4ms | Allocations: 597)
|
661
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 17:31:30 +0000
|
662
|
+
Started POST "/defra_ruby_mocks/govpay/qnoxiygf5m92s50te4iq1je1zd/refunds" for 127.0.0.1 at 2022-05-11 17:31:30 +0000
|
663
|
+
Started GET "/defra_ruby_mocks/govpay/payments/khzpckxako99ywxxxv8hfa73pt" for 127.0.0.1 at 2022-05-11 17:31:30 +0000
|
664
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:31:43 +0000
|
665
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
666
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
667
|
+
MOCKS: Govpay payment details error: missing keyword: :return_url
|
668
|
+
Completed 422 Unprocessable Entity in 52179ms (Allocations: 17869)
|
669
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:32:59 +0000
|
670
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
671
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
672
|
+
MOCKS: Govpay payment details error: missing keyword: :return_url
|
673
|
+
Completed 422 Unprocessable Entity in 215451ms (Allocations: 35635)
|
674
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:37:15 +0000
|
675
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
676
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
677
|
+
MOCKS: Govpay payment details error: uninitialized constant DefraRubyMocks::GovpayGetPaymentService::TIme
|
678
|
+
Did you mean? Time
|
679
|
+
Completed 422 Unprocessable Entity in 10096ms (Allocations: 11866)
|
680
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:37:30 +0000
|
681
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
682
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
683
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:37:54 +0000
|
684
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
685
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
686
|
+
MOCKS: Govpay payment details error: undefined method `-' for nil:NilClass
|
687
|
+
Completed 422 Unprocessable Entity in 2201ms (Allocations: 10648)
|
688
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:38:00 +0000
|
689
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
690
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
691
|
+
MOCKS: Govpay payment details error: undefined method `-' for nil:NilClass
|
692
|
+
Completed 422 Unprocessable Entity in 11412ms (Allocations: 39702)
|
693
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:38:44 +0000
|
694
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
695
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
696
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:41:20 +0000
|
697
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
698
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
699
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:43:08 +0000
|
700
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
701
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
702
|
+
MOCKS: Govpay payment details error: undefined local variable or method `return_url' for #<DefraRubyMocks::GovpayGetPaymentService:0x0000000002ca6000>
|
703
|
+
Did you mean? return
|
704
|
+
Completed 422 Unprocessable Entity in 4514ms (Allocations: 12297)
|
705
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:44:29 +0000
|
706
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
707
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
708
|
+
Completed 200 OK in 11ms (Views: 0.3ms | Allocations: 678)
|
709
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:45:01 +0000
|
710
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
711
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
712
|
+
Completed 200 OK in 11ms (Views: 0.3ms | Allocations: 679)
|
713
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 17:45:17 +0000
|
714
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
715
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
716
|
+
Completed 200 OK in 11ms (Views: 0.3ms | Allocations: 679)
|
717
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 17:45:17 +0000
|
718
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
719
|
+
Parameters: {"payment_id"=>"0"}
|
720
|
+
MOCKS: Govpay payment details error: undefined method `StandardError' for #<DefraRubyMocks::GovpayController:0x000000000057d0>
|
721
|
+
Completed 422 Unprocessable Entity in 4ms (Allocations: 2149)
|
722
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 17:45:17 +0000
|
723
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
724
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
725
|
+
Completed 200 OK in 7ms (Views: 0.2ms | Allocations: 557)
|
726
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 17:45:17 +0000
|
727
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
728
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
729
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
730
|
+
Did you mean? amount
|
731
|
+
action
|
732
|
+
controller
|
733
|
+
return_url
|
734
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 112)
|
735
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 17:45:17 +0000
|
736
|
+
Started GET "/defra_ruby_mocks/govpay/payments/bpej2d9j4tpa5b3802xizrp7su" for 127.0.0.1 at 2022-05-11 17:45:17 +0000
|
737
|
+
Started POST "/defra_ruby_mocks/govpay/w1qped81o2fup4e57tfcp8n6kd/refunds" for 127.0.0.1 at 2022-05-11 17:45:17 +0000
|
738
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-05-11 18:17:47 +0000
|
739
|
+
Started GET "/defra_ruby_mocks/govpay/payments/z5hyh41e9rwrk0abcfcl4xh4nu" for 127.0.0.1 at 2022-05-11 18:17:47 +0000
|
740
|
+
Started POST "/defra_ruby_mocks/govpay/m04iah4o3e3lds6szu4010wt6o/refunds" for 127.0.0.1 at 2022-05-11 18:17:47 +0000
|
741
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 18:17:48 +0000
|
742
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
743
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
744
|
+
>>>>>>>>> create_payment
|
745
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
746
|
+
Did you mean? amount
|
747
|
+
action
|
748
|
+
controller
|
749
|
+
return_url
|
750
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 176)
|
751
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-05-11 18:17:48 +0000
|
752
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
753
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
754
|
+
>>>>>>>>> create_payment
|
755
|
+
>>>>>>>>> valid params
|
756
|
+
>>>>>>>>> config: #<DefraRubyMocks::Configuration:0x0000000005566a08>
|
757
|
+
>>>>>>>>> config govpay_domain: http://localhost:3000/defra_ruby_mocks
|
758
|
+
Completed 200 OK in 11ms (Views: 0.4ms | Allocations: 730)
|
759
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-05-11 18:17:48 +0000
|
760
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
761
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
762
|
+
Completed 200 OK in 7ms (Views: 0.3ms | Allocations: 478)
|
763
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-05-11 18:17:48 +0000
|
764
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
765
|
+
Parameters: {"payment_id"=>"0"}
|
766
|
+
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
767
|
+
Completed 422 Unprocessable Entity in 0ms (Allocations: 84)
|
768
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
769
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
770
|
+
Parameters: {"id"=>"foo"}
|
771
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
772
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.9ms | Allocations: 253)
|
773
|
+
Completed 404 Not Found in 13ms (Views: 12.7ms | Allocations: 2394)
|
774
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
775
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
776
|
+
Parameters: {"id"=>"SC247974"}
|
777
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
778
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 123)
|
779
|
+
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 633)
|
780
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
781
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
782
|
+
Parameters: {"id"=>"99999999"}
|
783
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
784
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
785
|
+
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 254)
|
786
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
787
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
788
|
+
Parameters: {"id"=>"05868270"}
|
789
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
790
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
791
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 306)
|
792
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
793
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
794
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
2221
795
|
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2222
796
|
Parameters: {"id"=>"company-no"}
|
2223
|
-
Rendering /Users/
|
2224
|
-
Rendered /Users/
|
2225
|
-
Completed 200 OK in
|
2226
|
-
Started GET "/defra_ruby_mocks/
|
2227
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-
|
2228
|
-
Started
|
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
|
797
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
798
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.1ms | Allocations: 104)
|
799
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 588)
|
800
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
801
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
802
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
2251
803
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2252
804
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2253
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
2254
|
-
Started
|
805
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 661)
|
806
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
2255
807
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2256
|
-
Rendering /Users/
|
2257
|
-
Rendered /Users/
|
2258
|
-
Completed 200 OK in
|
2259
|
-
Started
|
2260
|
-
|
2261
|
-
|
2262
|
-
|
2263
|
-
|
2264
|
-
|
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
|
808
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
809
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.0ms | Allocations: 147)
|
810
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1271)
|
811
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
812
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
813
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
814
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.0ms | Allocations: 156)
|
815
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 716)
|
816
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
2330
817
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2331
818
|
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/
|
2333
|
-
Rendered /Users/
|
2334
|
-
Completed 200 OK in
|
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-
|
819
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
820
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
821
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1098)
|
822
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-06-13 16:47:01 +0100
|
2336
823
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2337
824
|
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
825
|
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
|
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-
|
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
|
826
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
827
|
+
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-06-13 16:47:01 +0100
|
2401
828
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2402
829
|
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
830
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2404
|
-
Completed 500 Internal Server Error in 0ms (Allocations:
|
2405
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
2406
|
-
|
2407
|
-
|
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
|
831
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 174)
|
832
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
833
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
834
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2412
835
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2413
836
|
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
|
-
|
2415
|
-
|
2416
|
-
|
2417
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
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
|
837
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
838
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.4ms | Allocations: 619)
|
839
|
+
Completed 200 OK in 9ms (Views: 8.1ms | Allocations: 2432)
|
840
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2433
841
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2434
842
|
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
843
|
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
|
2437
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%
|
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
|
844
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
845
|
+
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-06-13 16:54:02 +0100
|
2444
846
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2445
847
|
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
848
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2447
|
-
Completed 500 Internal Server Error in 0ms (Allocations:
|
2448
|
-
Started
|
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
|
849
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 178)
|
850
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2481
851
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2482
|
-
Rendering /Users/
|
2483
|
-
Rendered /Users/
|
2484
|
-
Completed 200 OK in
|
2485
|
-
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-
|
852
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
853
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.7ms | Allocations: 147)
|
854
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1173)
|
855
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2486
856
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2487
857
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2488
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
2489
|
-
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-
|
858
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 610)
|
859
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2490
860
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2491
|
-
Rendering /Users/
|
2492
|
-
Rendered /Users/
|
2493
|
-
Completed 200 OK in 2ms (Views: 1.
|
2494
|
-
Started GET "/defra_ruby_mocks/
|
2495
|
-
|
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
|
861
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
862
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 156)
|
863
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 716)
|
864
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
865
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2527
866
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2528
867
|
Parameters: {"id"=>"SC247974"}
|
2529
|
-
Rendering /Users/
|
2530
|
-
Rendered /Users/
|
2531
|
-
Completed 200 OK in
|
2532
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-
|
868
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
869
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 122)
|
870
|
+
Completed 200 OK in 3ms (Views: 1.8ms | Allocations: 1302)
|
871
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2533
872
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2534
873
|
Parameters: {"id"=>"foo"}
|
2535
|
-
Rendering /Users/
|
2536
|
-
Rendered /Users/
|
2537
|
-
Completed 404 Not Found in
|
2538
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-
|
874
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
875
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
876
|
+
Completed 404 Not Found in 1ms (Views: 1.3ms | Allocations: 535)
|
877
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2539
878
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2540
879
|
Parameters: {"id"=>"99999999"}
|
2541
|
-
Rendering /Users/
|
2542
|
-
Rendered /Users/
|
2543
|
-
Completed 404 Not Found in
|
2544
|
-
Started GET "/defra_ruby_mocks/
|
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
|
880
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
881
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
882
|
+
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 254)
|
883
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
2584
884
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2585
885
|
Parameters: {"id"=>"05868270"}
|
2586
|
-
Rendering /Users/
|
2587
|
-
Rendered /Users/
|
2588
|
-
Completed 200 OK in
|
2589
|
-
Started GET "/defra_ruby_mocks/company/
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
2594
|
-
|
2595
|
-
|
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
|
886
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
887
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
888
|
+
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
889
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
890
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-13 16:54:02 +0100
|
891
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
892
|
+
Parameters: {"id"=>"company-no"}
|
893
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
894
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.6ms | Allocations: 104)
|
895
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 588)
|