defra_ruby_mocks 2.2.0 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -1
- data/app/controllers/defra_ruby_mocks/govpay_controller.rb +38 -0
- data/app/controllers/defra_ruby_mocks/worldpay_controller.rb +1 -0
- data/app/services/defra_ruby_mocks/govpay_create_payment_service.rb +34 -0
- data/app/services/defra_ruby_mocks/govpay_get_payment_service.rb +32 -0
- 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/config/routes.rb +13 -4
- data/lib/defra_ruby_mocks/configuration.rb +1 -2
- data/lib/defra_ruby_mocks/version.rb +1 -1
- data/spec/dummy/log/test.log +1088 -2101
- data/spec/examples.txt +116 -109
- data/spec/requests/govpay_spec.rb +107 -0
- data/spec/requests/worldpay_spec.rb +3 -3
- data/spec/services/worldpay_resource_service_spec.rb +8 -0
- data/spec/services/worldpay_response_service_spec.rb +9 -2
- metadata +11 -6
data/spec/dummy/log/test.log
CHANGED
@@ -1,2258 +1,1245 @@
|
|
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
|
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
|
1255
10
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1256
11
|
Parameters: {"id"=>"05868270"}
|
1257
|
-
Rendering /Users/
|
1258
|
-
Rendered /Users/
|
1259
|
-
Completed 200 OK in 1ms (Views: 0.
|
1260
|
-
Started GET "/defra_ruby_mocks/company/
|
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
|
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
|
1263
16
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1264
17
|
Parameters: {"id"=>"99999999"}
|
1265
|
-
Rendering /Users/
|
1266
|
-
Rendered /Users/
|
1267
|
-
Completed 404 Not Found in
|
1268
|
-
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
|
1269
22
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1270
23
|
Parameters: {"id"=>"foo"}
|
1271
|
-
Rendering /Users/
|
1272
|
-
Rendered /Users/
|
1273
|
-
Completed 404 Not Found in
|
1274
|
-
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
|
1275
28
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1276
29
|
Parameters: {"id"=>"SC247974"}
|
1277
|
-
Rendering /Users/
|
1278
|
-
Rendered /Users/
|
1279
|
-
Completed 200 OK in
|
1280
|
-
Started GET "/defra_ruby_mocks/
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
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
|
36
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
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
|
1287
41
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1288
42
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1289
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
1290
|
-
Started
|
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
|
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
|
1296
45
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1297
|
-
Rendering /Users/
|
1298
|
-
Rendered /Users/
|
1299
|
-
Completed 200 OK in
|
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-
|
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
|
1301
50
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1302
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"}
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
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
|
1306
56
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1307
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"}
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
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
|
58
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
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
|
1312
61
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1313
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"}
|
1314
63
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1315
|
-
Completed 500 Internal Server Error in
|
1316
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
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
|
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
|
1319
66
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1320
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"}
|
1321
68
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1322
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
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-
|
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
|
1324
71
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1325
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"}
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
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
|
1329
77
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1330
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"}
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:47:46 +0000
|
79
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
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
|
1335
82
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1336
|
-
Rendering /Users/
|
1337
|
-
Rendered /Users/
|
1338
|
-
Completed 200 OK in
|
1339
|
-
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
|
1340
87
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1341
88
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1342
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
1343
|
-
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
|
1344
91
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1345
|
-
Rendering /Users/
|
1346
|
-
Rendered /Users/
|
1347
|
-
Completed 200 OK in
|
1348
|
-
Started
|
1349
|
-
Started
|
1350
|
-
Started
|
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
|
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
|
1376
98
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
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
|
1380
103
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:48:03 +0000
|
104
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
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
|
1385
107
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1386
|
-
Rendering /Users/
|
1387
|
-
Rendered /Users/
|
1388
|
-
Completed 200 OK in 3ms (Views:
|
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-
|
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
|
1390
112
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1391
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"}
|
1392
114
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1393
|
-
Completed 500 Internal Server Error in
|
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-
|
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
|
1395
117
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1396
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"}
|
1397
119
|
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:
|
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-
|
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
|
1400
122
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1401
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"}
|
1402
|
-
Rendering /Users/
|
1403
|
-
Rendered /Users/
|
1404
|
-
Completed 200 OK in
|
1405
|
-
Started
|
1406
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
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
|
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
|
1453
129
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1454
|
-
Parameters: {"successURL"=>"http://example.com/
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
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
|
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"}
|
131
|
+
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
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
|
1459
134
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1460
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"}
|
1461
136
|
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:
|
1463
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%
|
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
|
1464
139
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1465
|
-
Parameters: {"successURL"=>"http://example.com/
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
Started
|
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
|
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"}
|
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
|
1476
145
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1477
|
-
Rendering /Users/
|
1478
|
-
Rendered /Users/
|
1479
|
-
Completed 200 OK in
|
1480
|
-
Started
|
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
|
1481
150
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1482
151
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1483
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
1484
|
-
Started
|
1485
|
-
Processing by DefraRubyMocks::WorldpayController#
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
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
|
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
|
1491
159
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1492
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"}
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
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
|
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
|
1530
165
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1531
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"}
|
1532
167
|
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
|
1534
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%
|
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
|
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
|
1541
170
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1542
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"}
|
1543
172
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1544
|
-
Completed 500 Internal Server Error in
|
1545
|
-
Started
|
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
|
1546
175
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1547
|
-
Rendering /Users/
|
1548
|
-
Rendered /Users/
|
1549
|
-
Completed 200 OK in
|
1550
|
-
Started
|
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
|
1551
180
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1552
181
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1553
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
1554
|
-
Started
|
1555
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1556
|
-
Rendering /Users/
|
1557
|
-
Rendered /Users/
|
1558
|
-
Completed 200 OK in
|
1559
|
-
Started
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
Started
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
Started
|
1585
|
-
Processing by DefraRubyMocks::
|
1586
|
-
Parameters: {"
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
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
|
1610
363
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1611
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"}
|
1612
365
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1613
|
-
Completed 500 Internal Server Error in
|
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-
|
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
|
1615
368
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1616
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"}
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
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
|
1620
374
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1621
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"}
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
|
1637
|
-
|
1638
|
-
|
1639
|
-
Started
|
1640
|
-
Started
|
1641
|
-
Started
|
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/05868270" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
1642
769
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1643
770
|
Parameters: {"id"=>"05868270"}
|
1644
|
-
Rendering /Users/
|
1645
|
-
Rendered /Users/
|
1646
|
-
Completed 200 OK in
|
1647
|
-
Started GET "/defra_ruby_mocks/company/
|
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
|
771
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
772
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 2.1ms | Allocations: 284)
|
773
|
+
Completed 200 OK in 13ms (Views: 7.7ms | Allocations: 2492)
|
774
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
1654
775
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1655
776
|
Parameters: {"id"=>"foo"}
|
1656
|
-
Rendering /Users/
|
1657
|
-
Rendered /Users/
|
1658
|
-
Completed 404 Not Found in 2ms (Views: 1.
|
1659
|
-
Started GET "/defra_ruby_mocks/company/
|
777
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
778
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 90)
|
779
|
+
Completed 404 Not Found in 2ms (Views: 1.9ms | Allocations: 541)
|
780
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
781
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
782
|
+
Parameters: {"id"=>"SC247974"}
|
783
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
784
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
785
|
+
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 307)
|
786
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
1660
787
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1661
788
|
Parameters: {"id"=>"99999999"}
|
1662
|
-
Rendering /Users/
|
1663
|
-
Rendered /Users/
|
1664
|
-
Completed 404 Not Found in
|
1665
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-
|
1666
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
1667
|
-
|
1668
|
-
|
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
|
789
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
790
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
791
|
+
Completed 404 Not Found in 0ms (Views: 0.4ms | Allocations: 253)
|
792
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
793
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
794
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
795
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-22 15:27:15 +0100
|
1687
796
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1688
797
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
798
|
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:
|
1691
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%
|
799
|
+
Completed 302 Found in 1ms (Allocations: 410)
|
800
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-22 15:27:15 +0100
|
1692
801
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1693
|
-
Parameters: {"successURL"=>"http://example.com/
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
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
|
802
|
+
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
803
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
804
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.1ms | Allocations: 457)
|
805
|
+
Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 1203)
|
806
|
+
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-22 15:27:15 +0100
|
1699
807
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1700
808
|
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
809
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1702
|
-
Completed 500 Internal Server Error in
|
1703
|
-
Started
|
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
|
810
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 178)
|
811
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
1715
812
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1716
|
-
Rendering /Users/
|
1717
|
-
Rendered /Users/
|
1718
|
-
Completed 200 OK in 3ms (Views: 2.
|
1719
|
-
Started
|
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: 162)
|
815
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1233)
|
816
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
1720
817
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1721
|
-
Rendering /Users/
|
1722
|
-
Rendered /Users/
|
1723
|
-
Completed 200 OK in 2ms (Views: 1.
|
1724
|
-
Started
|
818
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
819
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.0ms | Allocations: 141)
|
820
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 644)
|
821
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
1725
822
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1726
823
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1727
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
1728
|
-
Started
|
1729
|
-
Started
|
1730
|
-
Started GET "/defra_ruby_mocks/
|
1731
|
-
Started
|
1732
|
-
Processing by DefraRubyMocks::
|
1733
|
-
Parameters: {"
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
Parameters: {"id"=>"99999999"}
|
1740
|
-
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1759
|
-
|
1760
|
-
|
1761
|
-
Started GET "/defra_ruby_mocks/
|
1762
|
-
|
824
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 611)
|
825
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
826
|
+
Started POST "/defra_ruby_mocks/govpay/74ban3yfopkg31rd3ob7q2yrhv/refunds" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
827
|
+
Started GET "/defra_ruby_mocks/govpay/payments/viptodw8himzy30qiotwuxgsqf" for 127.0.0.1 at 2022-06-22 15:27:15 +0100
|
828
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-22 15:27:18 +0100
|
829
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
830
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
831
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
832
|
+
Did you mean? amount
|
833
|
+
action
|
834
|
+
controller
|
835
|
+
return_url
|
836
|
+
["/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:507:in `require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `block in require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `require'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:27:in `valid_create_params'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:8:in `create_payment'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:40:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:22:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:51:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
837
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 427)
|
838
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-22 15:27:18 +0100
|
839
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
840
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
841
|
+
Completed 200 OK in 4ms (Views: 0.4ms | Allocations: 601)
|
842
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-06-22 15:27:18 +0100
|
843
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
844
|
+
Parameters: {"payment_id"=>"0"}
|
845
|
+
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
846
|
+
Completed 422 Unprocessable Entity in 0ms (Allocations: 84)
|
847
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-06-22 15:27:18 +0100
|
848
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
849
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
850
|
+
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 502)
|
851
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-22 15:27:18 +0100
|
852
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
853
|
+
Parameters: {"id"=>"company-no"}
|
854
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
855
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.1ms | Allocations: 105)
|
856
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 591)
|
857
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-22 15:27:18 +0100
|
858
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
859
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
860
|
+
Parameters: {"payment_id"=>"0"}
|
861
|
+
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
862
|
+
["/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:34:in `valid_payment_id'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:19:in `payment_details'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:16:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:71:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
863
|
+
Completed 422 Unprocessable Entity in 2ms (Allocations: 418)
|
864
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
865
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
866
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
867
|
+
Completed 200 OK in 3ms (Views: 1.4ms | Allocations: 546)
|
868
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
869
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
870
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
871
|
+
Completed 200 OK in 3ms (Views: 0.4ms | Allocations: 549)
|
872
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
873
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
874
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
875
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
876
|
+
Did you mean? amount
|
877
|
+
action
|
878
|
+
controller
|
879
|
+
return_url
|
880
|
+
["/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:507:in `require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `block in require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `require'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:28:in `valid_create_params'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:8:in `create_payment'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:40:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:22:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:50:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
881
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 394)
|
882
|
+
Started POST "/defra_ruby_mocks/govpay/07d8o1e1ejgdp8w41c28p1s68l/refunds" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
883
|
+
Started GET "/defra_ruby_mocks/govpay/payments/hgzhogvwpd3owen4kv5vp2v7bh" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
884
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
885
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
886
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1763
887
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1764
888
|
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-
|
889
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
890
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 3.5ms | Allocations: 254)
|
891
|
+
Completed 404 Not Found in 38ms (Views: 37.3ms | Allocations: 2342)
|
892
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1769
893
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1770
894
|
Parameters: {"id"=>"foo"}
|
1771
|
-
Rendering /Users/
|
1772
|
-
Rendered /Users/
|
895
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
896
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1773
897
|
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
1774
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-
|
898
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1775
899
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1776
900
|
Parameters: {"id"=>"SC247974"}
|
1777
|
-
Rendering /Users/
|
1778
|
-
Rendered /Users/
|
1779
|
-
Completed 200 OK in
|
1780
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-
|
901
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
902
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 2.0ms | Allocations: 123)
|
903
|
+
Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 632)
|
904
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1781
905
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1782
906
|
Parameters: {"id"=>"05868270"}
|
1783
|
-
Rendering /Users/
|
1784
|
-
Rendered /Users/
|
1785
|
-
Completed 200 OK in 1ms (Views: 0.
|
1786
|
-
Started GET "/defra_ruby_mocks/worldpay/
|
1787
|
-
|
1788
|
-
|
1789
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 162)
|
1790
|
-
Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 1395)
|
1791
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1792
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1793
|
-
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1794
|
-
Completed 500 Internal Server Error in 1ms (Allocations: 625)
|
1795
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1796
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1797
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1798
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1799
|
-
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|
1800
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1801
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1802
|
-
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1803
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1804
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.0ms | Allocations: 457)
|
1805
|
-
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1092)
|
1806
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1807
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1808
|
-
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1809
|
-
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1810
|
-
Completed 302 Found in 1ms (Allocations: 349)
|
1811
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1812
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1813
|
-
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
1814
|
-
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1815
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 168)
|
1816
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1817
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 13:56:00 +0000
|
1818
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:20:04 +0000
|
907
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
908
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
909
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
910
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
911
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
912
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1819
913
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1820
914
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1821
|
-
Completed 500 Internal Server Error in
|
1822
|
-
Started
|
915
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 656)
|
916
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1823
917
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1824
|
-
Rendering /Users/
|
1825
|
-
Rendered /Users/
|
1826
|
-
Completed 200 OK in
|
1827
|
-
Started
|
918
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
919
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 18.3ms | Allocations: 147)
|
920
|
+
Completed 200 OK in 21ms (Views: 20.7ms | Allocations: 1268)
|
921
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1828
922
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1829
|
-
Rendering /Users/
|
1830
|
-
Rendered /Users/
|
1831
|
-
Completed 200 OK in
|
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-
|
923
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
924
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 2.0ms | Allocations: 156)
|
925
|
+
Completed 200 OK in 4ms (Views: 3.2ms | Allocations: 716)
|
926
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 10:18:20 +0100
|
1833
927
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1834
928
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:20:05 +0000
|
929
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
930
|
+
Completed 302 Found in 1ms (Allocations: 357)
|
931
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 10:18:20 +0100
|
1839
932
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1840
933
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
|
-
|
1842
|
-
|
1843
|
-
|
934
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
935
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 1.9ms | Allocations: 457)
|
936
|
+
Completed 200 OK in 4ms (Views: 3.0ms | Allocations: 1096)
|
937
|
+
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-23 10:18:20 +0100
|
1844
938
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1845
939
|
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
940
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1847
|
-
Completed 500 Internal Server Error in
|
1848
|
-
Started GET "/defra_ruby_mocks/
|
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
|
941
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 174)
|
942
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
1877
943
|
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1878
|
-
Parameters: {"id"=>"
|
1879
|
-
Rendering /Users/
|
1880
|
-
Rendered /Users/
|
1881
|
-
Completed 200 OK in
|
1882
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-
|
1883
|
-
Started
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
|
1899
|
-
|
1900
|
-
|
1901
|
-
|
1902
|
-
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
|
1907
|
-
|
1908
|
-
|
1909
|
-
Completed 500 Internal Server Error in 1ms (Allocations: 621)
|
1910
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1911
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1912
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1913
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
1914
|
-
Completed 200 OK in 3ms (Views: 2.0ms | Allocations: 657)
|
1915
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1916
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1917
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1918
|
-
Parameters: {"id"=>"99999999"}
|
1919
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1920
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.4ms | Allocations: 92)
|
1921
|
-
Completed 404 Not Found in 4ms (Views: 3.5ms | Allocations: 1205)
|
1922
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1923
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1924
|
-
Parameters: {"id"=>"05868270"}
|
1925
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1926
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1927
|
-
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 632)
|
1928
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1929
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1930
|
-
Parameters: {"id"=>"SC247974"}
|
1931
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1932
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1933
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 307)
|
1934
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:22:50 +0000
|
1935
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1936
|
-
Parameters: {"id"=>"foo"}
|
1937
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1938
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1939
|
-
Completed 404 Not Found in 2ms (Views: 1.2ms | Allocations: 253)
|
1940
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
1941
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:23:05 +0000
|
944
|
+
Parameters: {"id"=>"company-no"}
|
945
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
946
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 19.0ms | Allocations: 104)
|
947
|
+
Completed 200 OK in 21ms (Views: 19.7ms | Allocations: 589)
|
948
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 10:18:20 +0100
|
949
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:19:51 +0100
|
950
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
951
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
952
|
+
Completed 200 OK in 4ms (Views: 0.5ms | Allocations: 757)
|
953
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:24:32 +0100
|
954
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
955
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
956
|
+
Completed 200 OK in 4ms (Views: 0.4ms | Allocations: 757)
|
957
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:24:56 +0100
|
958
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
959
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
960
|
+
Completed 200 OK in 3ms (Views: 0.4ms | Allocations: 758)
|
961
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:25:33 +0100
|
962
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
963
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
964
|
+
Completed 200 OK in 4ms (Views: 0.5ms | Allocations: 756)
|
965
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:25:44 +0100
|
966
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
967
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
968
|
+
Completed 200 OK in 3ms (Views: 0.4ms | Allocations: 757)
|
969
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:26:38 +0100
|
970
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
971
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
972
|
+
Completed 200 OK in 4ms (Views: 0.4ms | Allocations: 756)
|
973
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
974
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1942
975
|
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1943
976
|
Parameters: {"id"=>"company-no"}
|
1944
|
-
Rendering /Users/
|
1945
|
-
Rendered /Users/
|
1946
|
-
Completed 200 OK in
|
1947
|
-
Started GET "/defra_ruby_mocks/
|
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
|
977
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
978
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.2ms | Allocations: 265)
|
979
|
+
Completed 200 OK in 8ms (Views: 5.1ms | Allocations: 2457)
|
980
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 10:26:54 +0100
|
1975
981
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1976
982
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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/
|
1978
|
-
Rendered /Users/
|
1979
|
-
Completed 200 OK in
|
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-
|
983
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
984
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 458)
|
985
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 1253)
|
986
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 10:26:54 +0100
|
1981
987
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1982
988
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
989
|
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
|
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-
|
990
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
991
|
+
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-23 10:26:54 +0100
|
1986
992
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
1987
993
|
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
994
|
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
1989
|
-
Completed 500 Internal Server Error in
|
1990
|
-
Started
|
995
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 178)
|
996
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1991
997
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1992
|
-
Rendering /Users/
|
1993
|
-
Rendered /Users/
|
1994
|
-
Completed 200 OK in
|
1995
|
-
Started
|
998
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
999
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.7ms | Allocations: 162)
|
1000
|
+
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1233)
|
1001
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1996
1002
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1997
|
-
Rendering /Users/
|
1998
|
-
Rendered /Users/
|
1999
|
-
Completed 200 OK in 2ms (Views: 1.
|
2000
|
-
Started
|
1003
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1004
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 141)
|
1005
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 644)
|
1006
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
2001
1007
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2002
1008
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2003
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
2004
|
-
Started GET "/defra_ruby_mocks/
|
2005
|
-
Started GET "/defra_ruby_mocks/
|
1009
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 610)
|
1010
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1011
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1012
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1013
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
2006
1014
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2007
1015
|
Parameters: {"id"=>"05868270"}
|
2008
|
-
Rendering /Users/
|
2009
|
-
Rendered /Users/
|
2010
|
-
Completed 200 OK in
|
2011
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-
|
1016
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1017
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 122)
|
1018
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 622)
|
1019
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
2012
1020
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2013
1021
|
Parameters: {"id"=>"99999999"}
|
2014
|
-
Rendering /Users/
|
2015
|
-
Rendered /Users/
|
2016
|
-
Completed 404 Not Found in 2ms (Views:
|
2017
|
-
Started GET "/defra_ruby_mocks/company/
|
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
|
1022
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1023
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
1024
|
+
Completed 404 Not Found in 2ms (Views: 1.4ms | Allocations: 535)
|
1025
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
2024
1026
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2025
1027
|
Parameters: {"id"=>"SC247974"}
|
2026
|
-
Rendering /Users/
|
2027
|
-
Rendered /Users/
|
2028
|
-
Completed 200 OK in 1ms (Views: 0.
|
2029
|
-
Started GET "/defra_ruby_mocks/
|
2030
|
-
Processing by DefraRubyMocks::
|
2031
|
-
|
2032
|
-
|
2033
|
-
|
2034
|
-
|
2035
|
-
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
1028
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1029
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1030
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
1031
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1032
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1033
|
+
Parameters: {"id"=>"foo"}
|
1034
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1035
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1036
|
+
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 253)
|
1037
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1038
|
+
Started POST "/defra_ruby_mocks/govpay/ejo1djxdixj5qlcz6ao68mk8t1/refunds" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1039
|
+
Started GET "/defra_ruby_mocks/govpay/payments/fbqme1t0xcxl5msy7i7fa8h5m6" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1040
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1041
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1042
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1043
|
+
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 551)
|
1044
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1045
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1046
|
+
Parameters: {"payment_id"=>"0"}
|
1047
|
+
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1048
|
+
["/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:34:in `valid_payment_id'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:19:in `payment_details'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:16:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:70:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
1049
|
+
Completed 422 Unprocessable Entity in 1ms (Allocations: 357)
|
1050
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1051
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1052
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1053
|
+
Completed 200 OK in 2ms (Views: 0.2ms | Allocations: 548)
|
1054
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 10:26:54 +0100
|
1055
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1056
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1057
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1058
|
+
Did you mean? amount
|
1059
|
+
action
|
1060
|
+
controller
|
1061
|
+
return_url
|
1062
|
+
["/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:507:in `require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `block in require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `require'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:28:in `valid_create_params'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:8:in `create_payment'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:40:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:22:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:49:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
1063
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 393)
|
1064
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1065
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1066
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1067
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 1.0ms | Allocations: 309)
|
1068
|
+
Completed 200 OK in 9ms (Views: 7.1ms | Allocations: 2505)
|
1069
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
2040
1070
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2041
1071
|
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2042
|
-
Completed 500 Internal Server Error in 1ms (Allocations:
|
2043
|
-
Started
|
2044
|
-
Processing by DefraRubyMocks::WorldpayController#
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
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
|
1072
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 615)
|
1073
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1074
|
+
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
1075
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1076
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.4ms | Allocations: 156)
|
1077
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 716)
|
1078
|
+
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-23 12:00:40 +0100
|
2078
1079
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2079
1080
|
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
1081
|
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-
|
1082
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 188)
|
1083
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 12:00:40 +0100
|
2083
1084
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2084
1085
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
|
-
|
2086
|
-
|
2087
|
-
|
1086
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1087
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.5ms | Allocations: 460)
|
1088
|
+
Completed 200 OK in 2ms (Views: 1.3ms | Allocations: 1110)
|
1089
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 12:00:40 +0100
|
2088
1090
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2089
1091
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
|
-
|
2091
|
-
|
2092
|
-
|
2093
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-
|
2094
|
-
|
2095
|
-
|
2096
|
-
|
2097
|
-
|
2098
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2099
|
-
|
2100
|
-
|
2101
|
-
|
2102
|
-
|
2103
|
-
|
2104
|
-
|
2105
|
-
|
2106
|
-
|
2107
|
-
|
2108
|
-
|
2109
|
-
|
2110
|
-
|
2111
|
-
|
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
|
2114
|
-
Started
|
2115
|
-
Processing by DefraRubyMocks::
|
2116
|
-
Parameters: {"
|
2117
|
-
|
2118
|
-
|
2119
|
-
|
2120
|
-
Started
|
2121
|
-
|
2122
|
-
|
2123
|
-
|
2124
|
-
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
|
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
|
1092
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1093
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
1094
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1095
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1096
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1097
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1098
|
+
Parameters: {"payment_id"=>"0"}
|
1099
|
+
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1100
|
+
["/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:34:in `valid_payment_id'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:19:in `payment_details'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:16:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:70:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
1101
|
+
Completed 422 Unprocessable Entity in 1ms (Allocations: 390)
|
1102
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1103
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1104
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1105
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 518)
|
1106
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1107
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1108
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1109
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1110
|
+
Did you mean? amount
|
1111
|
+
action
|
1112
|
+
controller
|
1113
|
+
return_url
|
1114
|
+
["/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:507:in `require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `block in require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `require'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:28:in `valid_create_params'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:8:in `create_payment'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:40:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:22:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:49:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
1115
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 393)
|
1116
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1117
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1118
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1119
|
+
Completed 200 OK in 2ms (Views: 0.2ms | Allocations: 551)
|
1120
|
+
Started GET "/defra_ruby_mocks/govpay/payments/c83t2wl646s9hb7c5ixsm5fpkj" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1121
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1122
|
+
Started POST "/defra_ruby_mocks/govpay/k0kyunupf4twyjgqbpmljxq397/refunds" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1123
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1124
|
+
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1125
|
+
Parameters: {"id"=>"company-no"}
|
1126
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1127
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.4ms | Allocations: 104)
|
1128
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 1269)
|
1129
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1130
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
2134
1131
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2135
1132
|
Parameters: {"id"=>"05868270"}
|
2136
|
-
Rendering /Users/
|
2137
|
-
Rendered /Users/
|
2138
|
-
Completed 200 OK in
|
2139
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-
|
1133
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1134
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 122)
|
1135
|
+
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 622)
|
1136
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
2140
1137
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2141
1138
|
Parameters: {"id"=>"foo"}
|
2142
|
-
Rendering /Users/
|
2143
|
-
Rendered /Users/
|
2144
|
-
Completed 404 Not Found in
|
2145
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-
|
1139
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1140
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
1141
|
+
Completed 404 Not Found in 1ms (Views: 1.1ms | Allocations: 535)
|
1142
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
2146
1143
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2147
1144
|
Parameters: {"id"=>"SC247974"}
|
2148
|
-
Rendering /Users/
|
2149
|
-
Rendered /Users/
|
2150
|
-
Completed 200 OK in 1ms (Views: 0.
|
2151
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-
|
1145
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1146
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1147
|
+
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 307)
|
1148
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
2152
1149
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2153
1150
|
Parameters: {"id"=>"99999999"}
|
2154
|
-
Rendering /Users/
|
2155
|
-
Rendered /Users/
|
2156
|
-
Completed 404 Not Found in
|
2157
|
-
Started GET "/defra_ruby_mocks/
|
1151
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1152
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1153
|
+
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 253)
|
1154
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 12:00:40 +0100
|
1155
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
2158
1156
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2159
|
-
|
2160
|
-
|
2161
|
-
|
1157
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
1158
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 1.3ms | Allocations: 324)
|
1159
|
+
Completed 200 OK in 8ms (Views: 7.5ms | Allocations: 2569)
|
1160
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
2162
1161
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2163
|
-
|
2164
|
-
|
2165
|
-
|
2166
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
1162
|
+
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
1163
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 615)
|
1164
|
+
Started POST "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
2167
1165
|
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2168
|
-
Rendering /Users/
|
2169
|
-
Rendered /Users/
|
2170
|
-
Completed 200 OK in 2ms (Views: 1.
|
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-
|
1166
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
1167
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.6ms | Allocations: 141)
|
1168
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 644)
|
1169
|
+
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-23 12:09:00 +0100
|
2172
1170
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2173
1171
|
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
1172
|
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-
|
1173
|
+
Completed 500 Internal Server Error in 0ms (Allocations: 180)
|
1174
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 12:09:00 +0100
|
2177
1175
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2178
1176
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
|
-
|
2180
|
-
|
2181
|
-
|
1177
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
1178
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.8ms | Allocations: 457)
|
1179
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 1099)
|
1180
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%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-23 12:09:00 +0100
|
2182
1181
|
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2183
1182
|
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "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
|
-
|
2185
|
-
|
2186
|
-
|
2187
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-
|
2188
|
-
Started GET "/defra_ruby_mocks/
|
2189
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-01-10 14:24:57 +0000
|
2190
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2191
|
-
Parameters: {"id"=>"company-no"}
|
2192
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json
|
2193
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json (Duration: 0.3ms | Allocations: 63)
|
2194
|
-
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 547)
|
2195
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2196
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2197
|
-
Parameters: {"id"=>"SC247974"}
|
2198
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2199
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
2200
|
-
Completed 200 OK in 8ms (Views: 5.2ms | Allocations: 2492)
|
2201
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2202
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2203
|
-
Parameters: {"id"=>"foo"}
|
2204
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
2205
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
2206
|
-
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 535)
|
2207
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
1183
|
+
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
1184
|
+
Completed 302 Found in 0ms (Allocations: 355)
|
1185
|
+
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1186
|
+
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1187
|
+
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
2208
1188
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2209
1189
|
Parameters: {"id"=>"99999999"}
|
2210
|
-
Rendering /Users/
|
2211
|
-
Rendered /Users/
|
2212
|
-
Completed 404 Not Found in
|
2213
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-
|
1190
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1191
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 92)
|
1192
|
+
Completed 404 Not Found in 2ms (Views: 2.3ms | Allocations: 1205)
|
1193
|
+
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
2214
1194
|
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2215
1195
|
Parameters: {"id"=>"05868270"}
|
2216
|
-
Rendering /Users/
|
2217
|
-
Rendered /Users/
|
2218
|
-
Completed 200 OK in
|
2219
|
-
Started GET "/defra_ruby_mocks/company/
|
2220
|
-
|
1196
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1197
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 122)
|
1198
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 632)
|
1199
|
+
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1200
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1201
|
+
Parameters: {"id"=>"foo"}
|
1202
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1203
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1204
|
+
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
1205
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1206
|
+
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1207
|
+
Parameters: {"id"=>"SC247974"}
|
1208
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1209
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1210
|
+
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
1211
|
+
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1212
|
+
Started GET "/defra_ruby_mocks/govpay/payments/6k9ly6cv7wgdlflz55ncr7ufnm" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1213
|
+
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1214
|
+
Started POST "/defra_ruby_mocks/govpay/tj4gbfnhusj2dndx1mwsbmoerw/refunds" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1215
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1216
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1217
|
+
Parameters: {"payment_id"=>"0"}
|
1218
|
+
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1219
|
+
["/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:36:in `valid_payment_id'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:21:in `payment_details'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:16:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `get'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:70:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
1220
|
+
Completed 422 Unprocessable Entity in 1ms (Allocations: 365)
|
1221
|
+
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1222
|
+
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1223
|
+
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1224
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 502)
|
1225
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1226
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1227
|
+
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1228
|
+
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1229
|
+
Did you mean? amount
|
1230
|
+
action
|
1231
|
+
controller
|
1232
|
+
return_url
|
1233
|
+
["/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:507:in `require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `block in require'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/strong_parameters.rb:502:in `require'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:30:in `valid_create_params'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/controllers/defra_ruby_mocks/govpay_controller.rb:10:in `create_payment'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:228:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:42:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:106:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/callbacks.rb:41:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/rescue.rb:22:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `block in instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications/instrumenter.rb:24:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/notifications.rb:203:in `instrument'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/instrumentation.rb:33:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/abstract_controller/base.rb:165:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionview-6.1.5/lib/action_view/rendering.rb:39:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_controller/metal.rb:254:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:33:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `public_send'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/railtie.rb:207:in `method_missing'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/mapper.rb:49:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:50:in `block in serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `each'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/journey/router.rb:32:in `serve'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/routing/route_set.rb:842:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:40:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/permissions_policy.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/http/content_security_policy.rb:19:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/cookies.rb:689:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/callbacks.rb:98:in `run_callbacks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/callbacks.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:37:in `call_app'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `block in call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `block in tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:37:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/tagged_logging.rb:99:in `tagged'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/rack/logger.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/request_id.rb:26:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/executor.rb:14:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/static.rb:24:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.1.5/lib/rails/engine.rb:539:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-test-1.1.0/lib/rack/test.rb:119:in `request'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:279:in `process'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:22:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.1.5/lib/action_dispatch/testing/integration.rb:372:in `post'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rails-controller-testing-1.0.5/lib/rails/controller/testing/integration.rb:16:in `block (2 levels) in <module:Integration>'", "/Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/spec/requests/govpay_spec.rb:49:in `block (5 levels) in <module:DefraRubyMocks>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:263:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-rails-5.1.1/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:457:in `instance_exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:390:in `execute_with'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:352:in `call'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/hooks.rb:486:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example.rb:259:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:642:in `run_examples'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:607:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `block in run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/example_group.rb:608:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `map'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/configuration.rb:2068:in `with_suite_hooks'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:116:in `block in run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/reporter.rb:74:in `report'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:115:in `run_specs'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:89:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rspec-core-3.11.0/exe/rspec:4:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/rspec:23:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:58:in `kernel_load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli/exec.rb:23:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:483:in `exec'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:31:in `dispatch'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/cli.rb:25:in `start'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:48:in `block in <top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'", "/Users/pauldoyle/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/exe/bundle:36:in `<top (required)>'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `load'", "/Users/pauldoyle/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'"]
|
1234
|
+
Completed 500 Internal Server Error in 1ms (Allocations: 385)
|
1235
|
+
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
1236
|
+
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1237
|
+
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1238
|
+
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 539)
|
1239
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|
2221
1240
|
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
2222
1241
|
Parameters: {"id"=>"company-no"}
|
2223
|
-
Rendering /Users/
|
2224
|
-
Rendered /Users/
|
2225
|
-
Completed 200 OK in
|
2226
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-
|
2227
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2228
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2229
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Fforthewin&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2230
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2231
|
-
Parameters: {"successURL"=>"http://example.com/forthewin", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2232
|
-
MOCKS: Worldpay dispatcher error: Could not find resource: foo
|
2233
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 218)
|
2234
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2235
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2236
|
-
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2237
|
-
Redirected to http://example.com/fo/12345/worldpay/success?orderKey=admincode1^^987654&paymentStatus=AUTHORISED&paymentAmount=10500&paymentCurrency=GBP&mac=0ba5271e1ed1b26f9bb428ef7fb536a4&source=WP
|
2238
|
-
Completed 302 Found in 1ms (Allocations: 351)
|
2239
|
-
Started GET "/defra_ruby_mocks/worldpay/dispatcher?successURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fsuccess&failureURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ffailure&pendingURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fpending&cancelURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Fcancel&errorURL=http%3A%2F%2Fexample.com%2Ffo%2F12345%2Fworldpay%2Ferror" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2240
|
-
Processing by DefraRubyMocks::WorldpayController#dispatcher as HTML
|
2241
|
-
Parameters: {"successURL"=>"http://example.com/fo/12345/worldpay/success", "failureURL"=>"http://example.com/fo/12345/worldpay/failure", "pendingURL"=>"http://example.com/fo/12345/worldpay/pending", "cancelURL"=>"http://example.com/fo/12345/worldpay/cancel", "errorURL"=>"http://example.com/fo/12345/worldpay/error"}
|
2242
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb
|
2243
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/stuck.html.erb (Duration: 0.7ms | Allocations: 459)
|
2244
|
-
Completed 200 OK in 3ms (Views: 2.2ms | Allocations: 1200)
|
2245
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2246
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2247
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb
|
2248
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/refund_request.xml.erb (Duration: 0.6ms | Allocations: 162)
|
2249
|
-
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1243)
|
2250
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2251
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2252
|
-
MOCKS: Worldpay payments service error: undefined method `text' for nil:NilClass
|
2253
|
-
Completed 500 Internal Server Error in 1ms (Allocations: 622)
|
2254
|
-
Started GET "/defra_ruby_mocks/worldpay/payments-service" for 127.0.0.1 at 2022-01-10 14:25:29 +0000
|
2255
|
-
Processing by DefraRubyMocks::WorldpayController#payments_service as HTML
|
2256
|
-
Rendering /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb
|
2257
|
-
Rendered /Users/toby/Code/defra/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/worldpay/payment_request.xml.erb (Duration: 0.5ms | Allocations: 141)
|
2258
|
-
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 657)
|
1242
|
+
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1243
|
+
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.6ms | Allocations: 104)
|
1244
|
+
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 588)
|
1245
|
+
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2022-06-23 12:09:00 +0100
|