defra_ruby_mocks 2.4.2 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/defra_ruby_mocks/govpay_controller.rb +33 -3
- data/app/services/defra_ruby_mocks/companies_house_service.rb +1 -3
- data/app/services/defra_ruby_mocks/govpay_create_payment_service.rb +20 -20
- data/app/services/defra_ruby_mocks/govpay_get_payment_service.rb +50 -50
- data/app/services/defra_ruby_mocks/govpay_refund_details_service.rb +6 -6
- data/app/services/defra_ruby_mocks/govpay_request_refund_service.rb +4 -4
- data/config/routes.rb +6 -1
- data/lib/defra_ruby_mocks/version.rb +1 -1
- data/lib/defra_ruby_mocks.rb +0 -6
- metadata +12 -209
- data/app/jobs/defra_ruby_mocks/application_job.rb +0 -6
- data/app/jobs/defra_ruby_mocks/govpay_payment_callback_job.rb +0 -17
- data/spec/defra_ruby_mocks_spec.rb +0 -44
- data/spec/dummy/README.rdoc +0 -28
- data/spec/dummy/Rakefile +0 -6
- data/spec/dummy/app/assets/javascripts/application.js +0 -13
- data/spec/dummy/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy/app/controllers/application_controller.rb +0 -5
- data/spec/dummy/app/helpers/application_helper.rb +0 -2
- data/spec/dummy/app/views/layouts/application.html.erb +0 -14
- data/spec/dummy/bin/bundle +0 -3
- data/spec/dummy/bin/rails +0 -4
- data/spec/dummy/bin/rake +0 -4
- data/spec/dummy/bin/setup +0 -29
- data/spec/dummy/config/application.rb +0 -27
- data/spec/dummy/config/boot.rb +0 -5
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -38
- data/spec/dummy/config/environments/production.rb +0 -76
- data/spec/dummy/config/environments/test.rb +0 -42
- data/spec/dummy/config/initializers/assets.rb +0 -11
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy/config/initializers/inflections.rb +0 -16
- data/spec/dummy/config/initializers/mime_types.rb +0 -4
- data/spec/dummy/config/initializers/session_store.rb +0 -3
- data/spec/dummy/config/initializers/to_time_preserves_timezone.rb +0 -10
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -9
- data/spec/dummy/config/locales/en.yml +0 -23
- data/spec/dummy/config/routes.rb +0 -4
- data/spec/dummy/config/secrets.yml +0 -22
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/log/test.log +0 -2013
- data/spec/dummy/public/404.html +0 -67
- data/spec/dummy/public/422.html +0 -67
- data/spec/dummy/public/500.html +0 -66
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/examples.txt +0 -68
- data/spec/fixtures/files/govpay/create_payment_created_response.json +0 -24
- data/spec/fixtures/files/govpay/create_payment_error_response.json +0 -5
- data/spec/fixtures/files/govpay/get_payment_response_cancelled.json +0 -61
- data/spec/fixtures/files/govpay/get_payment_response_created.json +0 -73
- data/spec/fixtures/files/govpay/get_payment_response_error.json +0 -5
- data/spec/fixtures/files/govpay/get_payment_response_failure.json +0 -9
- data/spec/fixtures/files/govpay/get_payment_response_not_found.json +0 -4
- data/spec/fixtures/files/govpay/get_payment_response_submitted.json +0 -75
- data/spec/fixtures/files/govpay/get_payment_response_success.json +0 -62
- data/spec/lib/configuration_spec.rb +0 -75
- data/spec/rails_helper.rb +0 -46
- data/spec/requests/company_spec.rb +0 -91
- data/spec/requests/govpay_spec.rb +0 -170
- data/spec/requests/officers_spec.rb +0 -37
- data/spec/services/companies_house_service_spec.rb +0 -69
- data/spec/services/govpay_create_payment_service_spec.rb +0 -44
- data/spec/services/govpay_get_payment_service_spec.rb +0 -30
- data/spec/services/govpay_refund_details_service_spec.rb +0 -58
- data/spec/services/govpay_request_refund_service_spec.rb +0 -31
- data/spec/spec_helper.rb +0 -86
- data/spec/support/helpers/configuration.rb +0 -17
- data/spec/support/helpers/helpers.rb +0 -13
- data/spec/support/helpers/waste_carriers_engine.rb +0 -10
- data/spec/support/helpers/xml_matchers.rb +0 -19
- data/spec/support/pry.rb +0 -7
- data/spec/support/simplecov.rb +0 -17
data/spec/dummy/log/test.log
DELETED
@@ -1,2013 +0,0 @@
|
|
1
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
2
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
3
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
4
|
-
Parameters: {"id"=>"company-no"}
|
5
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
6
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.5ms | Allocations: 265)
|
7
|
-
Completed 200 OK in 10ms (Views: 6.2ms | Allocations: 2457)
|
8
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
9
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
10
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
11
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
12
|
-
Did you mean? amount
|
13
|
-
action
|
14
|
-
controller
|
15
|
-
return_url
|
16
|
-
Completed 500 Internal Server Error in 5ms (Allocations: 134)
|
17
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
18
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
19
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
20
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: bbfbbbfe-5bc7-4735-bc94-4c4361fe1ac3) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
21
|
-
Completed 200 OK in 3ms (Views: 0.2ms | Allocations: 515)
|
22
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
23
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
24
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
25
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: cfdfb9ba-4ab9-4ca8-be44-0408a2b9141b) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
26
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 372)
|
27
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
28
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
29
|
-
Parameters: {"payment_id"=>"0"}
|
30
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
31
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 68)
|
32
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
33
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
34
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
35
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 569)
|
36
|
-
Started POST "/defra_ruby_mocks/govpay/6vzm2g7ydtv268tl13i7qoyubc/refunds" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
37
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
38
|
-
Started GET "/defra_ruby_mocks/govpay/payments/2wkjeno5d3eetno3u56a9ag2ge" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
39
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
40
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
41
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
42
|
-
Parameters: {"id"=>"05868270"}
|
43
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
44
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 125)
|
45
|
-
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 628)
|
46
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
47
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
48
|
-
Parameters: {"id"=>"foo"}
|
49
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
50
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
51
|
-
Completed 404 Not Found in 1ms (Views: 1.1ms | Allocations: 535)
|
52
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
53
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
54
|
-
Parameters: {"id"=>"SC247974"}
|
55
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
56
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
57
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 307)
|
58
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-03-02 13:44:00 +0000
|
59
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
60
|
-
Parameters: {"id"=>"99999999"}
|
61
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
62
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
63
|
-
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 253)
|
64
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
65
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
66
|
-
Parameters: {"id"=>"99999999"}
|
67
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
68
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 2.2ms | Allocations: 253)
|
69
|
-
Completed 404 Not Found in 19ms (Views: 18.4ms | Allocations: 2394)
|
70
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
71
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
72
|
-
Parameters: {"id"=>"foo"}
|
73
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
74
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
75
|
-
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 254)
|
76
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
77
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
78
|
-
Parameters: {"id"=>"SC247974"}
|
79
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
80
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 123)
|
81
|
-
Completed 200 OK in 2ms (Views: 1.2ms | Allocations: 632)
|
82
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
83
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
84
|
-
Parameters: {"id"=>"05868270"}
|
85
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
86
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
87
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
88
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
89
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
90
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
91
|
-
Parameters: {"id"=>"company-no"}
|
92
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
93
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.2ms | Allocations: 104)
|
94
|
-
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 588)
|
95
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
96
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
97
|
-
Started POST "/defra_ruby_mocks/govpay/c6pdk6isg1vuz9q5dpv5so6ft3/refunds" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
98
|
-
Started GET "/defra_ruby_mocks/govpay/payments/fmh3l6tiojgt287nmpc3u2umra" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
99
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
100
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
101
|
-
Parameters: {"payment_id"=>"0"}
|
102
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
103
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 96)
|
104
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
105
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
106
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
107
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 573)
|
108
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
109
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
110
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
111
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
112
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 884a6f50-cfab-465e-9b92-e00ddb3006a4) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
113
|
-
Completed 200 OK in 6ms (Views: 0.3ms | Allocations: 511)
|
114
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
115
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
116
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
117
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: b5c29917-4d0b-41f4-9b9f-c42149b1f9f3) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
118
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 372)
|
119
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:36:14 +0100
|
120
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
121
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
122
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
123
|
-
Did you mean? amount
|
124
|
-
action
|
125
|
-
controller
|
126
|
-
return_url
|
127
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
128
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
129
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
130
|
-
Parameters: {"id"=>"company-no"}
|
131
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
132
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.4ms | Allocations: 265)
|
133
|
-
Completed 200 OK in 9ms (Views: 5.5ms | Allocations: 2457)
|
134
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
135
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
136
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
137
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
138
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 599)
|
139
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
140
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
141
|
-
Parameters: {"payment_id"=>"0"}
|
142
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
143
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
144
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
145
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
146
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
147
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: b20b5e97-4fa3-408f-bd40-02992c8b860b) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
148
|
-
Completed 200 OK in 3ms (Views: 0.2ms | Allocations: 513)
|
149
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
150
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
151
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
152
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: c66cb2f2-2aca-4a4d-ae44-201651c26b9e) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
153
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 372)
|
154
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
155
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
156
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
157
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
158
|
-
Did you mean? amount
|
159
|
-
action
|
160
|
-
controller
|
161
|
-
return_url
|
162
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
163
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
164
|
-
Started POST "/defra_ruby_mocks/govpay/oosjwc2iq9spys1h96bui0oxwl/refunds" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
165
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
166
|
-
Started GET "/defra_ruby_mocks/govpay/payments/aw52grqu9luhu4ggsal80qfj13" for 127.0.0.1 at 2023-05-10 18:38:33 +0100
|
167
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:38:35 +0100
|
168
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:38:35 +0100
|
169
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
170
|
-
Parameters: {"id"=>"99999999"}
|
171
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
172
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.6ms | Allocations: 96)
|
173
|
-
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 547)
|
174
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:38:35 +0100
|
175
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
176
|
-
Parameters: {"id"=>"05868270"}
|
177
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
178
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 3.2ms | Allocations: 123)
|
179
|
-
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 623)
|
180
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:38:35 +0100
|
181
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
182
|
-
Parameters: {"id"=>"foo"}
|
183
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
184
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
185
|
-
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 254)
|
186
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:38:35 +0100
|
187
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
188
|
-
Parameters: {"id"=>"SC247974"}
|
189
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
190
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
191
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
192
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
193
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
194
|
-
Parameters: {"id"=>"99999999"}
|
195
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
196
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 253)
|
197
|
-
Completed 404 Not Found in 6ms (Views: 6.1ms | Allocations: 2394)
|
198
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
199
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
200
|
-
Parameters: {"id"=>"foo"}
|
201
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
202
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
203
|
-
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 254)
|
204
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
205
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
206
|
-
Parameters: {"id"=>"SC247974"}
|
207
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
208
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 123)
|
209
|
-
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 632)
|
210
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
211
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
212
|
-
Parameters: {"id"=>"05868270"}
|
213
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
214
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
215
|
-
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 307)
|
216
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
217
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
218
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
219
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
220
|
-
Parameters: {"id"=>"company-no"}
|
221
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
222
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.6ms | Allocations: 106)
|
223
|
-
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 594)
|
224
|
-
Started GET "/defra_ruby_mocks/govpay/payments/zg4ozz7zzsokqazoebf13g3hgt" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
225
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
226
|
-
Started POST "/defra_ruby_mocks/govpay/8lfq943baagde26wsp042h68gq/refunds" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
227
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
228
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
229
|
-
Parameters: {"payment_id"=>"0"}
|
230
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
231
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 96)
|
232
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
233
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
234
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
235
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 573)
|
236
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
237
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
238
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
239
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
240
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
241
|
-
Did you mean? amount
|
242
|
-
action
|
243
|
-
controller
|
244
|
-
return_url
|
245
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
246
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
247
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
248
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
249
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 8e34658c-9f68-4f8c-b926-3963d07f57d5) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
250
|
-
Completed 200 OK in 3ms (Views: 0.2ms | Allocations: 772)
|
251
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:42:58 +0100
|
252
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
253
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
254
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 1fc329cd-4499-44ee-9c29-38a37298b5ef) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
255
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 373)
|
256
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
257
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
258
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
259
|
-
Parameters: {"id"=>"99999999"}
|
260
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
261
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.8ms | Allocations: 253)
|
262
|
-
Completed 404 Not Found in 6ms (Views: 6.2ms | Allocations: 2394)
|
263
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
264
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
265
|
-
Parameters: {"id"=>"foo"}
|
266
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
267
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
268
|
-
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
269
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
270
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
271
|
-
Parameters: {"id"=>"SC247974"}
|
272
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
273
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 123)
|
274
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 632)
|
275
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
276
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
277
|
-
Parameters: {"id"=>"05868270"}
|
278
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
279
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
280
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 307)
|
281
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
282
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
283
|
-
Parameters: {"id"=>"company-no"}
|
284
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
285
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.3ms | Allocations: 104)
|
286
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 588)
|
287
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
288
|
-
Started POST "/defra_ruby_mocks/govpay/gt4607l9a44yui8korooznk609/refunds" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
289
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
290
|
-
Started GET "/defra_ruby_mocks/govpay/payments/pv584m9px1fg6s0wm79dqq8zjb" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
291
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
292
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
293
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
294
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
295
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 95e7250f-62b5-46e2-90a5-8b1f1ad2dbff) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
296
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 798)
|
297
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
298
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
299
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
300
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: a450bc65-915e-4b8c-ac6c-a8a2812d1777) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
301
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 372)
|
302
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:43:32 +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
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
306
|
-
Did you mean? amount
|
307
|
-
action
|
308
|
-
controller
|
309
|
-
return_url
|
310
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 108)
|
311
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:43:32 +0100
|
312
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
313
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
314
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 569)
|
315
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:43:33 +0100
|
316
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
317
|
-
Parameters: {"payment_id"=>"0"}
|
318
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
319
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 68)
|
320
|
-
Started GET "/defra_ruby_mocks/govpay/payments/yi8pv6wa4asx7p2z0c0y7ijpca" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
321
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
322
|
-
Started POST "/defra_ruby_mocks/govpay/4ng200t4zsgxeafdgf9vxy1qk3/refunds" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
323
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
324
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
325
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
326
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: be18e4af-b676-4fdb-a05f-f1032309bb61) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
327
|
-
Completed 200 OK in 4ms (Views: 0.4ms | Allocations: 845)
|
328
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
329
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
330
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
331
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: cc27ebda-69a5-4012-ade7-89c909439fa7) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
332
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 372)
|
333
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
334
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
335
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
336
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
337
|
-
Did you mean? amount
|
338
|
-
action
|
339
|
-
controller
|
340
|
-
return_url
|
341
|
-
Completed 500 Internal Server Error in 1ms (Allocations: 109)
|
342
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
343
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
344
|
-
Parameters: {"payment_id"=>"0"}
|
345
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
346
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 68)
|
347
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
348
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
349
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
350
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 569)
|
351
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
352
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
353
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
354
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
355
|
-
Parameters: {"id"=>"99999999"}
|
356
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
357
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.9ms | Allocations: 254)
|
358
|
-
Completed 404 Not Found in 7ms (Views: 6.9ms | Allocations: 2347)
|
359
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
360
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
361
|
-
Parameters: {"id"=>"05868270"}
|
362
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
363
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
364
|
-
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 633)
|
365
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
366
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
367
|
-
Parameters: {"id"=>"foo"}
|
368
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
369
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
370
|
-
Completed 404 Not Found in 1ms (Views: 0.3ms | Allocations: 254)
|
371
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
372
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
373
|
-
Parameters: {"id"=>"SC247974"}
|
374
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
375
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
376
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
377
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
378
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:43:50 +0100
|
379
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
380
|
-
Parameters: {"id"=>"company-no"}
|
381
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
382
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.3ms | Allocations: 104)
|
383
|
-
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 588)
|
384
|
-
Started GET "/defra_ruby_mocks/govpay/payments/u0idqrd8lshy10edkl3em0w65l" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
385
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
386
|
-
Started POST "/defra_ruby_mocks/govpay/9pqljk1xdwzqzf4p30jj2jjis4/refunds" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
387
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
388
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
389
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
390
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 644)
|
391
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
392
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
393
|
-
Parameters: {"payment_id"=>"0"}
|
394
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
395
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 73)
|
396
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
397
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
398
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
399
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
400
|
-
Did you mean? amount
|
401
|
-
action
|
402
|
-
controller
|
403
|
-
return_url
|
404
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
405
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
406
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
407
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
408
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 66f7e982-eff3-4697-8a71-4acd25c70fd8) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
409
|
-
Completed 200 OK in 4ms (Views: 0.3ms | Allocations: 768)
|
410
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
411
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
412
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
413
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: e0122144-fa8a-4416-9835-9996786c2c87) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
414
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 372)
|
415
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
416
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
417
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
418
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
419
|
-
Parameters: {"id"=>"company-no"}
|
420
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
421
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.2ms | Allocations: 266)
|
422
|
-
Completed 200 OK in 8ms (Views: 4.6ms | Allocations: 2411)
|
423
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
424
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
425
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
426
|
-
Parameters: {"id"=>"foo"}
|
427
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
428
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
429
|
-
Completed 404 Not Found in 1ms (Views: 1.3ms | Allocations: 535)
|
430
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
431
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
432
|
-
Parameters: {"id"=>"SC247974"}
|
433
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
434
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 123)
|
435
|
-
Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 623)
|
436
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
437
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
438
|
-
Parameters: {"id"=>"05868270"}
|
439
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
440
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
441
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
442
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:44:36 +0100
|
443
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
444
|
-
Parameters: {"id"=>"99999999"}
|
445
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
446
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
447
|
-
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 253)
|
448
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
449
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
450
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
451
|
-
Parameters: {"id"=>"company-no"}
|
452
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
453
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.0ms | Allocations: 265)
|
454
|
-
Completed 200 OK in 7ms (Views: 4.4ms | Allocations: 2457)
|
455
|
-
Started POST "/defra_ruby_mocks/govpay/2wn5yh4s0os1c184uh3jl7yjt9/refunds" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
456
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
457
|
-
Started GET "/defra_ruby_mocks/govpay/payments/4vjnrudc9xc5z0u41k64tu1pn2" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
458
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
459
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
460
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
461
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
462
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 598)
|
463
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
464
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
465
|
-
Parameters: {"payment_id"=>"0"}
|
466
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
467
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
468
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
469
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
470
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
471
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
472
|
-
Did you mean? amount
|
473
|
-
action
|
474
|
-
controller
|
475
|
-
return_url
|
476
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
477
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
478
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
479
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
480
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 514bfb11-a59e-4a1e-8880-1464b50fb23b) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
481
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 769)
|
482
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
483
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
484
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
485
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 6f3f43d4-06d2-45e8-982f-20eb241e6a0f) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
486
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 374)
|
487
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
488
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
489
|
-
Parameters: {"id"=>"99999999"}
|
490
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
491
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.6ms | Allocations: 86)
|
492
|
-
Completed 404 Not Found in 2ms (Views: 1.8ms | Allocations: 535)
|
493
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
494
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
495
|
-
Parameters: {"id"=>"05868270"}
|
496
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
497
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 123)
|
498
|
-
Completed 200 OK in 2ms (Views: 0.9ms | Allocations: 623)
|
499
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
500
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
501
|
-
Parameters: {"id"=>"foo"}
|
502
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
503
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
504
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
505
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
506
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
507
|
-
Parameters: {"id"=>"SC247974"}
|
508
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
509
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
510
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
511
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:45:53 +0100
|
512
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:46:43 +0100
|
513
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
514
|
-
Parameters: {"id"=>"99999999"}
|
515
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
516
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 253)
|
517
|
-
Completed 404 Not Found in 7ms (Views: 6.6ms | Allocations: 2394)
|
518
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:46:43 +0100
|
519
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
520
|
-
Parameters: {"id"=>"05868270"}
|
521
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
522
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
523
|
-
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 633)
|
524
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:46:43 +0100
|
525
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
526
|
-
Parameters: {"id"=>"SC247974"}
|
527
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
528
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
529
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
530
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:46:43 +0100
|
531
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
532
|
-
Parameters: {"id"=>"foo"}
|
533
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
534
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
535
|
-
Completed 404 Not Found in 0ms (Views: 0.4ms | Allocations: 253)
|
536
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:46:43 +0100
|
537
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
538
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
539
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
540
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 600)
|
541
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
542
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
543
|
-
Parameters: {"payment_id"=>"0"}
|
544
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
545
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
546
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
547
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
548
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
549
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
550
|
-
Did you mean? amount
|
551
|
-
action
|
552
|
-
controller
|
553
|
-
return_url
|
554
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
555
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
556
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
557
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
558
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 9b8e02e1-4ab8-41b8-932b-af780a0f5f46) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
559
|
-
Completed 200 OK in 3ms (Views: 0.2ms | Allocations: 768)
|
560
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
561
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
562
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
563
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 219b918b-bb28-495e-98e5-b83f2f14151c) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
564
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 373)
|
565
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
566
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
567
|
-
Started POST "/defra_ruby_mocks/govpay/4rcsavoyximxwiro5udfqim2qg/refunds" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
568
|
-
Started GET "/defra_ruby_mocks/govpay/payments/becjze3cgvabzbwa7p4pn14704" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
569
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
570
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
571
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
572
|
-
Parameters: {"id"=>"company-no"}
|
573
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
574
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.3ms | Allocations: 108)
|
575
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 599)
|
576
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:46:45 +0100
|
577
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:49:22 +0100
|
578
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
579
|
-
Parameters: {"id"=>"05868270"}
|
580
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
581
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 284)
|
582
|
-
Completed 200 OK in 7ms (Views: 4.9ms | Allocations: 2492)
|
583
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:49:22 +0100
|
584
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
585
|
-
Parameters: {"id"=>"SC247974"}
|
586
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
587
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
588
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
589
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:49:22 +0100
|
590
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
591
|
-
Parameters: {"id"=>"foo"}
|
592
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
593
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 90)
|
594
|
-
Completed 404 Not Found in 1ms (Views: 1.2ms | Allocations: 540)
|
595
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:49:23 +0100
|
596
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
597
|
-
Parameters: {"id"=>"99999999"}
|
598
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
599
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
600
|
-
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
601
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:49:23 +0100
|
602
|
-
Started GET "/defra_ruby_mocks/govpay/payments/xph8tej2c5jp3sbgtketusvyim" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
603
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
604
|
-
Started POST "/defra_ruby_mocks/govpay/5f80vete6dos4tbwu4qh4jefu9/refunds" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
605
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
606
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
607
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
608
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
609
|
-
Did you mean? amount
|
610
|
-
action
|
611
|
-
controller
|
612
|
-
return_url
|
613
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 133)
|
614
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
615
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
616
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
617
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 6f20a593-c07c-4936-bc1a-4da73e3e6c4b) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
618
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 773)
|
619
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
620
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
621
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
622
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 6db34600-ee9d-4607-a517-d3703397e7f7) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
623
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 372)
|
624
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
625
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
626
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
627
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 571)
|
628
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
629
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
630
|
-
Parameters: {"payment_id"=>"0"}
|
631
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
632
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 68)
|
633
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
634
|
-
Processing by DefraRubyMocks::GovpayController#refund as HTML
|
635
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
636
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 126)
|
637
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
638
|
-
Processing by DefraRubyMocks::GovpayController#refund as HTML
|
639
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
640
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 126)
|
641
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
642
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:49:24 +0100
|
643
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
644
|
-
Parameters: {"id"=>"company-no"}
|
645
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
646
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.3ms | Allocations: 108)
|
647
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 599)
|
648
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
649
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
650
|
-
Parameters: {"id"=>"99999999"}
|
651
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
652
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 253)
|
653
|
-
Completed 404 Not Found in 7ms (Views: 6.4ms | Allocations: 2394)
|
654
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
655
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
656
|
-
Parameters: {"id"=>"05868270"}
|
657
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
658
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 123)
|
659
|
-
Completed 200 OK in 2ms (Views: 0.7ms | Allocations: 633)
|
660
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
661
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
662
|
-
Parameters: {"id"=>"SC247974"}
|
663
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
664
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
665
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
666
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
667
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
668
|
-
Parameters: {"id"=>"foo"}
|
669
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
670
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
671
|
-
Completed 404 Not Found in 0ms (Views: 0.4ms | Allocations: 253)
|
672
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
673
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
674
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
675
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
676
|
-
Parameters: {"id"=>"company-no"}
|
677
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
678
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.3ms | Allocations: 106)
|
679
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 594)
|
680
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
681
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
682
|
-
Parameters: {"payment_id"=>"0"}
|
683
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
684
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 96)
|
685
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
686
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
687
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
688
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 573)
|
689
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
690
|
-
Processing by DefraRubyMocks::GovpayController#refund as HTML
|
691
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
692
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 126)
|
693
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
694
|
-
Processing by DefraRubyMocks::GovpayController#refund as HTML
|
695
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
696
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 126)
|
697
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
698
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
699
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
700
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 2e6526b2-f8c7-435b-97f2-fafa006c4a90) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
701
|
-
Completed 200 OK in 3ms (Views: 0.2ms | Allocations: 771)
|
702
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
703
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
704
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
705
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 96da2345-0245-4069-820c-107599f11f59) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
706
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 373)
|
707
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
708
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
709
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
710
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
711
|
-
Did you mean? amount
|
712
|
-
action
|
713
|
-
controller
|
714
|
-
return_url
|
715
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
716
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
717
|
-
Started GET "/defra_ruby_mocks/govpay/payments/xnqjymx89ze86yl137cblgbzhd" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
718
|
-
Started POST "/defra_ruby_mocks/govpay/7bi36ppqz0a44eobg66k0oy9mu/refunds" for 127.0.0.1 at 2023-05-10 18:50:20 +0100
|
719
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:53:21 +0100
|
720
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-10 18:53:21 +0100
|
721
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
722
|
-
Parameters: {"id"=>"company-no"}
|
723
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
724
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.2ms | Allocations: 265)
|
725
|
-
Completed 200 OK in 8ms (Views: 5.0ms | Allocations: 2458)
|
726
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
727
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
728
|
-
Parameters: {"id"=>"99999999"}
|
729
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
730
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.7ms | Allocations: 96)
|
731
|
-
Completed 404 Not Found in 2ms (Views: 1.6ms | Allocations: 548)
|
732
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
733
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
734
|
-
Parameters: {"id"=>"foo"}
|
735
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
736
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
737
|
-
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
738
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
739
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
740
|
-
Parameters: {"id"=>"SC247974"}
|
741
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
742
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 123)
|
743
|
-
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 622)
|
744
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
745
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
746
|
-
Parameters: {"id"=>"05868270"}
|
747
|
-
Rendering /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
748
|
-
Rendered /Users/pauldoyle/dev/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
749
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
750
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
751
|
-
Started GET "/defra_ruby_mocks/govpay/payments/6li9nfwde3lxnf6sfw2qxctzfi" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
752
|
-
Started POST "/defra_ruby_mocks/govpay/gvgyi6hvvaro6yxg5rn4f1zpfw/refunds" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
753
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
754
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
755
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
756
|
-
Parameters: {"payment_id"=>"0"}
|
757
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
758
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 96)
|
759
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
760
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
761
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
762
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 573)
|
763
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
764
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
765
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
766
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
767
|
-
Did you mean? amount
|
768
|
-
action
|
769
|
-
controller
|
770
|
-
return_url
|
771
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
772
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
773
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
774
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
775
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 0b7fe63c-5b48-47e8-8882-d1989855edf1) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
776
|
-
Completed 200 OK in 4ms (Views: 0.3ms | Allocations: 772)
|
777
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
778
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
779
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
780
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 70c9290f-4ab7-4063-9340-8659a3349b90) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
781
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 372)
|
782
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
783
|
-
Processing by DefraRubyMocks::GovpayController#refund as HTML
|
784
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
785
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 128)
|
786
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-10 18:53:22 +0100
|
787
|
-
Processing by DefraRubyMocks::GovpayController#refund as HTML
|
788
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
789
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
790
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
791
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 13:59:39 +0100
|
792
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 13:59:39 +0100
|
793
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
794
|
-
Parameters: {"id"=>"company-no"}
|
795
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
796
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.7ms | Allocations: 265)
|
797
|
-
Completed 200 OK in 10ms (Views: 6.6ms | Allocations: 2457)
|
798
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-15 13:59:39 +0100
|
799
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
800
|
-
Parameters: {"id"=>"99999999"}
|
801
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
802
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
803
|
-
Completed 404 Not Found in 2ms (Views: 1.3ms | Allocations: 536)
|
804
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-15 13:59:39 +0100
|
805
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
806
|
-
Parameters: {"id"=>"05868270"}
|
807
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
808
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 125)
|
809
|
-
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 629)
|
810
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-15 13:59:39 +0100
|
811
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
812
|
-
Parameters: {"id"=>"foo"}
|
813
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
814
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
815
|
-
Completed 404 Not Found in 0ms (Views: 0.4ms | Allocations: 254)
|
816
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 13:59:39 +0100
|
817
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
818
|
-
Parameters: {"id"=>"SC247974"}
|
819
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
820
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
821
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
822
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 13:59:39 +0100
|
823
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
824
|
-
Started POST "/defra_ruby_mocks/govpay/yxtm98tnf6nnj512tgb5odc2jm/refunds" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
825
|
-
Started GET "/defra_ruby_mocks/govpay/payments/y7ey65at5lrl2tphqc9kkcl5k1" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
826
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
827
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
828
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
829
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
830
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 598)
|
831
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
832
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
833
|
-
Parameters: {"payment_id"=>"0"}
|
834
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
835
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
836
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
837
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
838
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
839
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
840
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
841
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
842
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
843
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
844
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 132)
|
845
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
846
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
847
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
848
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 9a4a142e-3fde-4daa-8050-62ce50f0d488) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
849
|
-
Completed 200 OK in 3ms (Views: 0.2ms | Allocations: 510)
|
850
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
851
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
852
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
853
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 02e4943e-fac0-431c-999c-849986e32240) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
854
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 377)
|
855
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 13:59:41 +0100
|
856
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
857
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
858
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
859
|
-
Did you mean? amount
|
860
|
-
action
|
861
|
-
controller
|
862
|
-
return_url
|
863
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
864
|
-
Started GET "/defra_ruby_mocks/govpay/payments/vlczke29g127umdddhhbue16hz" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
865
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
866
|
-
Started POST "/defra_ruby_mocks/govpay/82sefgnjks2j6da14cfe36ry7u/refunds" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
867
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
868
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
869
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
870
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 644)
|
871
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
872
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
873
|
-
Parameters: {"payment_id"=>"0"}
|
874
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
875
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 73)
|
876
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
877
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
878
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
879
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: ec0c2714-c95d-4a5a-a7ed-817775b07d6c) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
880
|
-
Completed 200 OK in 5ms (Views: 0.3ms | Allocations: 1137)
|
881
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
882
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
883
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
884
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 0b03d786-d1a4-40b5-83cd-d017eea0880e) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
885
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 377)
|
886
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
887
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
888
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
889
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
890
|
-
Did you mean? amount
|
891
|
-
action
|
892
|
-
controller
|
893
|
-
return_url
|
894
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
895
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
896
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
897
|
-
Parameters: {"id"=>"company-no"}
|
898
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
899
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.5ms | Allocations: 266)
|
900
|
-
Completed 200 OK in 8ms (Views: 5.3ms | Allocations: 2413)
|
901
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
902
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
903
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
904
|
-
Parameters: {"id"=>"05868270"}
|
905
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
906
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 123)
|
907
|
-
Completed 200 OK in 3ms (Views: 1.1ms | Allocations: 1006)
|
908
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
909
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
910
|
-
Parameters: {"id"=>"99999999"}
|
911
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
912
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
913
|
-
Completed 404 Not Found in 1ms (Views: 1.3ms | Allocations: 535)
|
914
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
915
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
916
|
-
Parameters: {"id"=>"SC247974"}
|
917
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
918
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
919
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
920
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
921
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
922
|
-
Parameters: {"id"=>"foo"}
|
923
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
924
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
925
|
-
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 253)
|
926
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:10:16 +0100
|
927
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
928
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
929
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
930
|
-
Parameters: {"id"=>"company-no"}
|
931
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
932
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.8ms | Allocations: 265)
|
933
|
-
Completed 200 OK in 6ms (Views: 3.9ms | Allocations: 2457)
|
934
|
-
Started GET "/defra_ruby_mocks/govpay/payments/6jecplgbjum1288upmz5omuyi3" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
935
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
936
|
-
Started POST "/defra_ruby_mocks/govpay/9g1266k4ycaoc8rpa98cr7mh6h/refunds" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
937
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
938
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
939
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
940
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
941
|
-
Did you mean? amount
|
942
|
-
action
|
943
|
-
controller
|
944
|
-
return_url
|
945
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 133)
|
946
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
947
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
948
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
949
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: d5c679f4-c425-411c-8bd5-76ba0e5f2f85) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
950
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 1006)
|
951
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
952
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
953
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
954
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 1556eed6-a175-49ff-b04f-cb1448bd1ec0) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
955
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 372)
|
956
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
957
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
958
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
959
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
960
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
961
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
962
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
963
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
964
|
-
MOCKS: Govpay refund error: uninitialized constant DefraRubyMocks::GovpayController::GovpayRefundService
|
965
|
-
Did you mean? DefraRubyMocks::GovpayCreatePaymentService
|
966
|
-
Completed 500 Internal Server Error in 4ms (Allocations: 2553)
|
967
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
968
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
969
|
-
Parameters: {"payment_id"=>"0"}
|
970
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
971
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 69)
|
972
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
973
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
974
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
975
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 571)
|
976
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
977
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
978
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
979
|
-
Parameters: {"id"=>"SC247974"}
|
980
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
981
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.4ms | Allocations: 125)
|
982
|
-
Completed 200 OK in 2ms (Views: 0.8ms | Allocations: 1011)
|
983
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
984
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
985
|
-
Parameters: {"id"=>"foo"}
|
986
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
987
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
988
|
-
Completed 404 Not Found in 1ms (Views: 1.2ms | Allocations: 535)
|
989
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
990
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
991
|
-
Parameters: {"id"=>"99999999"}
|
992
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
993
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
994
|
-
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
995
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
996
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
997
|
-
Parameters: {"id"=>"05868270"}
|
998
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
999
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1000
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
1001
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:12:57 +0100
|
1002
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1003
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1004
|
-
Parameters: {"id"=>"company-no"}
|
1005
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1006
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.8ms | Allocations: 265)
|
1007
|
-
Completed 200 OK in 6ms (Views: 4.2ms | Allocations: 2457)
|
1008
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1009
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1010
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1011
|
-
Parameters: {"payment_id"=>"0"}
|
1012
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1013
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 97)
|
1014
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1015
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1016
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1017
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 575)
|
1018
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1019
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1020
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1021
|
-
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 387)
|
1022
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1023
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1024
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1025
|
-
MOCKS: Govpay refund error: uninitialized constant DefraRubyMocks::GovpayController::GovpayCreateRefundService
|
1026
|
-
Did you mean? DefraRubyMocks::GovpayRefundDetailsService
|
1027
|
-
Completed 500 Internal Server Error in 4ms (Allocations: 2572)
|
1028
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1029
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1030
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1031
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1032
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 73)
|
1033
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1034
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1035
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1036
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1037
|
-
Did you mean? amount
|
1038
|
-
action
|
1039
|
-
controller
|
1040
|
-
return_url
|
1041
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
1042
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1043
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1044
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1045
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: e0587555-ded8-42be-af86-30c7e27c83d5) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1046
|
-
Completed 200 OK in 4ms (Views: 0.2ms | Allocations: 1137)
|
1047
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1048
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1049
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1050
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: e91e6492-fc34-42f3-8729-de17b1317d61) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1051
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 376)
|
1052
|
-
Started POST "/defra_ruby_mocks/govpay/i0wms4vo8rvmxbqw3x0r5uqi4n/refunds" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1053
|
-
Started GET "/defra_ruby_mocks/govpay/payments/0rveyc2l2cv23fn7do0vomp4g5" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1054
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1055
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1056
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1057
|
-
Parameters: {"id"=>"foo"}
|
1058
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1059
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 90)
|
1060
|
-
Completed 404 Not Found in 2ms (Views: 1.1ms | Allocations: 923)
|
1061
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1062
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1063
|
-
Parameters: {"id"=>"SC247974"}
|
1064
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1065
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 123)
|
1066
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 623)
|
1067
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1068
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1069
|
-
Parameters: {"id"=>"05868270"}
|
1070
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1071
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1072
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 307)
|
1073
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1074
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1075
|
-
Parameters: {"id"=>"99999999"}
|
1076
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1077
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1078
|
-
Completed 404 Not Found in 0ms (Views: 0.3ms | Allocations: 253)
|
1079
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:14:21 +0100
|
1080
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:14:50 +0100
|
1081
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1082
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1083
|
-
MOCKS: Govpay refund error: uninitialized constant DefraRubyMocks::GovpayController::GovpayCreateRefundService
|
1084
|
-
Completed 500 Internal Server Error in 4ms (Allocations: 2532)
|
1085
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:16:06 +0100
|
1086
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1087
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1088
|
-
MOCKS: Govpay refund error: uninitialized constant DefraRubyMocks::GovpayController::GovpayCreateRefundService
|
1089
|
-
Completed 500 Internal Server Error in 4089ms (Allocations: 4972)
|
1090
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:16:20 +0100
|
1091
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1092
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1093
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:17:05 +0100
|
1094
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1095
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1096
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 559)
|
1097
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1098
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1099
|
-
Parameters: {"id"=>"company-no"}
|
1100
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1101
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.8ms | Allocations: 265)
|
1102
|
-
Completed 200 OK in 6ms (Views: 3.8ms | Allocations: 2457)
|
1103
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1104
|
-
Started POST "/defra_ruby_mocks/govpay/74l25ys655u3tldyi7qa6lix4g/refunds" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1105
|
-
Started GET "/defra_ruby_mocks/govpay/payments/g3a2yxpjjct9hl8434l5s2ygxk" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1106
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1107
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1108
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1109
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1110
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 115fa74e-9909-436d-a984-e1d55ec0870d) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1111
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 797)
|
1112
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1113
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1114
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1115
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 35b498f5-d8f8-4583-88d1-7161e7b7e5a4) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1116
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 373)
|
1117
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1118
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1119
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1120
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1121
|
-
Did you mean? amount
|
1122
|
-
action
|
1123
|
-
controller
|
1124
|
-
return_url
|
1125
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 108)
|
1126
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1127
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1128
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1129
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 139)
|
1130
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1131
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1132
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1133
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 132)
|
1134
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1135
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1136
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1137
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1138
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
1139
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1140
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1141
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1142
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 569)
|
1143
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1144
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1145
|
-
Parameters: {"payment_id"=>"0"}
|
1146
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1147
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 68)
|
1148
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1149
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1150
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1151
|
-
Parameters: {"id"=>"99999999"}
|
1152
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1153
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.3ms | Allocations: 86)
|
1154
|
-
Completed 404 Not Found in 1ms (Views: 1.2ms | Allocations: 535)
|
1155
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1156
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1157
|
-
Parameters: {"id"=>"SC247974"}
|
1158
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1159
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.3ms | Allocations: 123)
|
1160
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 623)
|
1161
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1162
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1163
|
-
Parameters: {"id"=>"foo"}
|
1164
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1165
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1166
|
-
Completed 404 Not Found in 0ms (Views: 0.4ms | Allocations: 254)
|
1167
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-15 14:17:11 +0100
|
1168
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1169
|
-
Parameters: {"id"=>"05868270"}
|
1170
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1171
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.0ms | Allocations: 12)
|
1172
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 306)
|
1173
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-17 19:09:27 +0100
|
1174
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-17 19:09:27 +0100
|
1175
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1176
|
-
Parameters: {"id"=>"company-no"}
|
1177
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1178
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 2.8ms | Allocations: 265)
|
1179
|
-
Completed 200 OK in 14ms (Views: 9.3ms | Allocations: 2457)
|
1180
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1181
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1182
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1183
|
-
Parameters: {"id"=>"foo"}
|
1184
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1185
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.9ms | Allocations: 102)
|
1186
|
-
Completed 404 Not Found in 2ms (Views: 2.0ms | Allocations: 566)
|
1187
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1188
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1189
|
-
Parameters: {"id"=>"SC247974"}
|
1190
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1191
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.1ms | Allocations: 135)
|
1192
|
-
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 647)
|
1193
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1194
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1195
|
-
Parameters: {"id"=>"99999999"}
|
1196
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1197
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 22)
|
1198
|
-
Completed 404 Not Found in 1ms (Views: 0.5ms | Allocations: 278)
|
1199
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1200
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1201
|
-
Parameters: {"id"=>"05868270"}
|
1202
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1203
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 24)
|
1204
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 330)
|
1205
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1206
|
-
Started GET "/defra_ruby_mocks/govpay/payments/pv1s0mmvoay5x0u8q69f9cxe3z" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1207
|
-
Started POST "/defra_ruby_mocks/govpay/d7rzitdnf2agvz7sfg54wnyumm/refunds" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1208
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1209
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1210
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1211
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 192)
|
1212
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1213
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1214
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1215
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1216
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 80)
|
1217
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1218
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1219
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1220
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 171)
|
1221
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1222
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1223
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1224
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 573)
|
1225
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1226
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1227
|
-
Parameters: {"payment_id"=>"0"}
|
1228
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1229
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
1230
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1231
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1232
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1233
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1234
|
-
Did you mean? amount
|
1235
|
-
action
|
1236
|
-
controller
|
1237
|
-
return_url
|
1238
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 108)
|
1239
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1240
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1241
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1242
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: b8a81381-dd78-4b6f-92d3-7928d340ed53) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1243
|
-
Completed 200 OK in 8ms (Views: 0.3ms | Allocations: 781)
|
1244
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 20:09:46 +0100
|
1245
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1246
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1247
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 8e06aa0a-aab8-4435-9887-a43eb0493c7d) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1248
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 380)
|
1249
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1250
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1251
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1252
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1253
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 118)
|
1254
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1255
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1256
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1257
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 193)
|
1258
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1259
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1260
|
-
Parameters: {"payment_id"=>"0"}
|
1261
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1262
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 69)
|
1263
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1264
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1265
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1266
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 571)
|
1267
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1268
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1269
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1270
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1271
|
-
Did you mean? amount
|
1272
|
-
action
|
1273
|
-
controller
|
1274
|
-
return_url
|
1275
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
1276
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1277
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1278
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1279
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: ea18e2c3-91af-4c26-b568-905d9c2beb78) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1280
|
-
Completed 200 OK in 4ms (Views: 0.3ms | Allocations: 773)
|
1281
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1282
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1283
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1284
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 7e83e4e8-163f-485d-b370-f66fd8673e6a) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1285
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 375)
|
1286
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1287
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1288
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1289
|
-
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 167)
|
1290
|
-
Started GET "/defra_ruby_mocks/govpay/payments/kuc4u5jcy60jxustdu3rqhb9ry" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1291
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1292
|
-
Started POST "/defra_ruby_mocks/govpay/nznttl54wz03pe8xjudu5ertsg/refunds" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1293
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1294
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1295
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1296
|
-
Parameters: {"id"=>"99999999"}
|
1297
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1298
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.4ms | Allocations: 254)
|
1299
|
-
Completed 404 Not Found in 8ms (Views: 8.1ms | Allocations: 2348)
|
1300
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1301
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1302
|
-
Parameters: {"id"=>"foo"}
|
1303
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1304
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1305
|
-
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 254)
|
1306
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1307
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1308
|
-
Parameters: {"id"=>"SC247974"}
|
1309
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1310
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.6ms | Allocations: 123)
|
1311
|
-
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 632)
|
1312
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-17 19:11:00 +0100
|
1313
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1314
|
-
Parameters: {"id"=>"05868270"}
|
1315
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1316
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1317
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 307)
|
1318
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-17 20:11:21 +0100
|
1319
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-17 20:11:21 +0100
|
1320
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1321
|
-
Parameters: {"id"=>"company-no"}
|
1322
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1323
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.6ms | Allocations: 120)
|
1324
|
-
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 624)
|
1325
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1326
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1327
|
-
Parameters: {"id"=>"company-no"}
|
1328
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1329
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.5ms | Allocations: 265)
|
1330
|
-
Completed 200 OK in 10ms (Views: 6.8ms | Allocations: 2457)
|
1331
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1332
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1333
|
-
Started GET "/defra_ruby_mocks/govpay/payments/kotra1mbmhoc8dq44fbsosnktc" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1334
|
-
Started POST "/defra_ruby_mocks/govpay/duzayodvi5i5wfjcvwkun06jpf/refunds" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1335
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1336
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1337
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1338
|
-
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 600)
|
1339
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1340
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1341
|
-
Parameters: {"payment_id"=>"0"}
|
1342
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1343
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
1344
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1345
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1346
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1347
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1348
|
-
Did you mean? amount
|
1349
|
-
action
|
1350
|
-
controller
|
1351
|
-
return_url
|
1352
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
1353
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1354
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1355
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1356
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 00130b87-62ab-4cd3-964f-97c022a5173e) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1357
|
-
Completed 200 OK in 6ms (Views: 0.3ms | Allocations: 770)
|
1358
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1359
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1360
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1361
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: f7d0f2a3-8301-4ecd-a624-96e9a2e2207f) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1362
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 373)
|
1363
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1364
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1365
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1366
|
-
Completed 200 OK in 1ms (Views: 0.1ms | Allocations: 161)
|
1367
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1368
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1369
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1370
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1371
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
1372
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1373
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1374
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1375
|
-
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 167)
|
1376
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1377
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1378
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1379
|
-
Parameters: {"id"=>"foo"}
|
1380
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1381
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.5ms | Allocations: 86)
|
1382
|
-
Completed 404 Not Found in 2ms (Views: 1.5ms | Allocations: 535)
|
1383
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1384
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1385
|
-
Parameters: {"id"=>"SC247974"}
|
1386
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1387
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.7ms | Allocations: 123)
|
1388
|
-
Completed 200 OK in 2ms (Views: 1.1ms | Allocations: 623)
|
1389
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1390
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1391
|
-
Parameters: {"id"=>"05868270"}
|
1392
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1393
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1394
|
-
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 307)
|
1395
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-17 19:13:02 +0100
|
1396
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1397
|
-
Parameters: {"id"=>"99999999"}
|
1398
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1399
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.0ms | Allocations: 10)
|
1400
|
-
Completed 404 Not Found in 1ms (Views: 0.4ms | Allocations: 253)
|
1401
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1402
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1403
|
-
Parameters: {"id"=>"company-no"}
|
1404
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1405
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 2.6ms | Allocations: 265)
|
1406
|
-
Completed 200 OK in 16ms (Views: 10.1ms | Allocations: 2457)
|
1407
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1408
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1409
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1410
|
-
Parameters: {"id"=>"05868270"}
|
1411
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1412
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.0ms | Allocations: 125)
|
1413
|
-
Completed 200 OK in 3ms (Views: 1.5ms | Allocations: 630)
|
1414
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1415
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1416
|
-
Parameters: {"id"=>"99999999"}
|
1417
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1418
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.9ms | Allocations: 86)
|
1419
|
-
Completed 404 Not Found in 2ms (Views: 2.2ms | Allocations: 535)
|
1420
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1421
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1422
|
-
Parameters: {"id"=>"foo"}
|
1423
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1424
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1425
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 254)
|
1426
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1427
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1428
|
-
Parameters: {"id"=>"SC247974"}
|
1429
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1430
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1431
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 306)
|
1432
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1433
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1434
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1435
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1436
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 44ee29c8-e9b7-487f-9db8-2326d8730375) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1437
|
-
Completed 200 OK in 4ms (Views: 0.5ms | Allocations: 541)
|
1438
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1439
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1440
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1441
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 7893c39e-9066-4c97-b5d1-c7a76175bf4a) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1442
|
-
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 372)
|
1443
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1444
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1445
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1446
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1447
|
-
Did you mean? amount
|
1448
|
-
action
|
1449
|
-
controller
|
1450
|
-
return_url
|
1451
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 108)
|
1452
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1453
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1454
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1455
|
-
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 214)
|
1456
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1457
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1458
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1459
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1460
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
1461
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-19 13:27:21 +0100
|
1462
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1463
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1464
|
-
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 153)
|
1465
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-19 13:27:22 +0100
|
1466
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1467
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1468
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 569)
|
1469
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-19 13:27:22 +0100
|
1470
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1471
|
-
Parameters: {"payment_id"=>"0"}
|
1472
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1473
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 68)
|
1474
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-19 13:27:22 +0100
|
1475
|
-
Started POST "/defra_ruby_mocks/govpay/mv618xowk84kd0ddus20q0s3v1/refunds" for 127.0.0.1 at 2023-05-19 13:27:22 +0100
|
1476
|
-
Started GET "/defra_ruby_mocks/govpay/payments/q23u6if8539z4jvlvsymnvvfly" for 127.0.0.1 at 2023-05-19 13:27:22 +0100
|
1477
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-22 12:49:32 +0100
|
1478
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-22 12:49:32 +0100
|
1479
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1480
|
-
Parameters: {"id"=>"99999999"}
|
1481
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1482
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 2.7ms | Allocations: 253)
|
1483
|
-
Completed 404 Not Found in 11ms (Views: 10.4ms | Allocations: 2430)
|
1484
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-22 12:49:32 +0100
|
1485
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1486
|
-
Parameters: {"id"=>"foo"}
|
1487
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1488
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1489
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
1490
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-22 12:49:32 +0100
|
1491
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1492
|
-
Parameters: {"id"=>"SC247974"}
|
1493
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1494
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.6ms | Allocations: 123)
|
1495
|
-
Completed 200 OK in 3ms (Views: 2.1ms | Allocations: 639)
|
1496
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-22 12:49:32 +0100
|
1497
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1498
|
-
Parameters: {"id"=>"05868270"}
|
1499
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1500
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1501
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 306)
|
1502
|
-
Started POST "/defra_ruby_mocks/govpay/fnooz2k3xnx4g9zh0nu7dfanj7/refunds" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1503
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1504
|
-
Started GET "/defra_ruby_mocks/govpay/payments/o7gtmxgnmczqqj345iefvm05ii" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1505
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1506
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1507
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1508
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 601)
|
1509
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1510
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1511
|
-
Parameters: {"payment_id"=>"0"}
|
1512
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1513
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 76)
|
1514
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1515
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1516
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1517
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1518
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 76)
|
1519
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1520
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1521
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1522
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 156)
|
1523
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1524
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1525
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1526
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1527
|
-
Did you mean? amount
|
1528
|
-
action
|
1529
|
-
controller
|
1530
|
-
return_url
|
1531
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 108)
|
1532
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1533
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1534
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1535
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 11351126-cebf-4e63-b84d-6ad6e163ee6c) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1536
|
-
Completed 200 OK in 4ms (Views: 0.4ms | Allocations: 516)
|
1537
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1538
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1539
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1540
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: f6d0ce8b-9b54-46c8-8922-67f4d22b86af) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1541
|
-
Completed 200 OK in 2ms (Views: 0.4ms | Allocations: 382)
|
1542
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1543
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1544
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1545
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 192)
|
1546
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1547
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1548
|
-
Parameters: {"id"=>"company-no"}
|
1549
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1550
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.4ms | Allocations: 120)
|
1551
|
-
Completed 200 OK in 3ms (Views: 1.9ms | Allocations: 630)
|
1552
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-22 13:49:55 +0100
|
1553
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-23 13:42:35 +0100
|
1554
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1555
|
-
Parameters: {"id"=>"company-no"}
|
1556
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1557
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 6.9ms | Allocations: 265)
|
1558
|
-
Completed 200 OK in 21ms (Views: 14.8ms | Allocations: 2493)
|
1559
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-23 13:42:35 +0100
|
1560
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-23 13:42:35 +0100
|
1561
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-23 13:42:35 +0100
|
1562
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1563
|
-
Parameters: {"id"=>"05868270"}
|
1564
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1565
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.4ms | Allocations: 123)
|
1566
|
-
Completed 200 OK in 3ms (Views: 1.9ms | Allocations: 631)
|
1567
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-23 13:42:35 +0100
|
1568
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1569
|
-
Parameters: {"id"=>"99999999"}
|
1570
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1571
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.3ms | Allocations: 86)
|
1572
|
-
Completed 404 Not Found in 3ms (Views: 2.7ms | Allocations: 542)
|
1573
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-23 13:42:35 +0100
|
1574
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1575
|
-
Parameters: {"id"=>"SC247974"}
|
1576
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1577
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1578
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 306)
|
1579
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-23 13:42:35 +0100
|
1580
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1581
|
-
Parameters: {"id"=>"foo"}
|
1582
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1583
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1584
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 252)
|
1585
|
-
Started POST "/defra_ruby_mocks/govpay/lbsyezunp1ymyvfh6fgd8d1qwp/refunds" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1586
|
-
Started GET "/defra_ruby_mocks/govpay/payments/ry57anfo5geofntwxrqg0aytm5" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1587
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1588
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1589
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1590
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1591
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1592
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 101)
|
1593
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1594
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1595
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1596
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 160)
|
1597
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1598
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1599
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1600
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 568)
|
1601
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1602
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1603
|
-
Parameters: {"payment_id"=>"0"}
|
1604
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1605
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 68)
|
1606
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1607
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1608
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1609
|
-
Completed 200 OK in 2ms (Views: 0.2ms | Allocations: 213)
|
1610
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1611
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1612
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1613
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1614
|
-
Did you mean? amount
|
1615
|
-
action
|
1616
|
-
controller
|
1617
|
-
return_url
|
1618
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
1619
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1620
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1621
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1622
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 4302eedb-928d-4fc6-9aca-13ab85903cdf) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1623
|
-
Completed 200 OK in 10ms (Views: 0.4ms | Allocations: 777)
|
1624
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-23 13:42:38 +0100
|
1625
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1626
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1627
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: b6a78b42-cb65-4425-b524-36f18e299b61) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1628
|
-
Completed 200 OK in 2ms (Views: 0.4ms | Allocations: 371)
|
1629
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1630
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1631
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1632
|
-
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 641)
|
1633
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1634
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1635
|
-
Parameters: {"payment_id"=>"0"}
|
1636
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1637
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 73)
|
1638
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1639
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1640
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1641
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 4d441dce-69dc-4dfb-b24c-b7dde2b15af0) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1642
|
-
Completed 200 OK in 4ms (Views: 0.4ms | Allocations: 507)
|
1643
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1644
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1645
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1646
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 111445c4-fc74-403c-9b9d-fc5c73f6c1bc) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1647
|
-
Completed 200 OK in 2ms (Views: 0.4ms | Allocations: 371)
|
1648
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1649
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1650
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1651
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1652
|
-
Did you mean? amount
|
1653
|
-
action
|
1654
|
-
controller
|
1655
|
-
return_url
|
1656
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
1657
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1658
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1659
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1660
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1661
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
1662
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1663
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1664
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1665
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 156)
|
1666
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1667
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1668
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1669
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 213)
|
1670
|
-
Started POST "/defra_ruby_mocks/govpay/4bk1sncz0enzux26or9b4cezat/refunds" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1671
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1672
|
-
Started GET "/defra_ruby_mocks/govpay/payments/wnxhjouwtmsaslu6wjf2i0tn0m" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1673
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1674
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1675
|
-
Parameters: {"id"=>"foo"}
|
1676
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1677
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.8ms | Allocations: 254)
|
1678
|
-
Completed 404 Not Found in 11ms (Views: 11.1ms | Allocations: 2383)
|
1679
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1680
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1681
|
-
Parameters: {"id"=>"SC247974"}
|
1682
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1683
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.9ms | Allocations: 123)
|
1684
|
-
Completed 200 OK in 3ms (Views: 1.5ms | Allocations: 640)
|
1685
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1686
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1687
|
-
Parameters: {"id"=>"99999999"}
|
1688
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1689
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1690
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
1691
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1692
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1693
|
-
Parameters: {"id"=>"05868270"}
|
1694
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1695
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1696
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 305)
|
1697
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1698
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1699
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-05-23 13:44:36 +0100
|
1700
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1701
|
-
Parameters: {"id"=>"company-no"}
|
1702
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1703
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 0.6ms | Allocations: 104)
|
1704
|
-
Completed 200 OK in 2ms (Views: 1.2ms | Allocations: 595)
|
1705
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-05 17:09:03 +0100
|
1706
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-05 17:09:03 +0100
|
1707
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1708
|
-
Parameters: {"id"=>"company-no"}
|
1709
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1710
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 2.8ms | Allocations: 265)
|
1711
|
-
Completed 200 OK in 15ms (Views: 9.7ms | Allocations: 2493)
|
1712
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1713
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1714
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1715
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 221)
|
1716
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1717
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1718
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1719
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1720
|
-
Did you mean? amount
|
1721
|
-
action
|
1722
|
-
controller
|
1723
|
-
return_url
|
1724
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 112)
|
1725
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1726
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1727
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1728
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: a26e537d-d426-4090-ada3-e38402b82ff2) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1729
|
-
Completed 200 OK in 5ms (Views: 0.4ms | Allocations: 516)
|
1730
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1731
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1732
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1733
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 896c5bdb-1999-4252-bf6b-d97608b5bfc9) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1734
|
-
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 380)
|
1735
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1736
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1737
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1738
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 160)
|
1739
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1740
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1741
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1742
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1743
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 76)
|
1744
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1745
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1746
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1747
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 572)
|
1748
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1749
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1750
|
-
Parameters: {"payment_id"=>"0"}
|
1751
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1752
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
1753
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1754
|
-
Started POST "/defra_ruby_mocks/govpay/39y62actlol5nugrckjjekema0/refunds" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1755
|
-
Started GET "/defra_ruby_mocks/govpay/payments/tk4hxpk0lxw8xzxz4pnw6p0ilu" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1756
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1757
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1758
|
-
Parameters: {"id"=>"05868270"}
|
1759
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1760
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 1.2ms | Allocations: 135)
|
1761
|
-
Completed 200 OK in 3ms (Views: 1.8ms | Allocations: 654)
|
1762
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1763
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1764
|
-
Parameters: {"id"=>"SC247974"}
|
1765
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1766
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 24)
|
1767
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 330)
|
1768
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1769
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1770
|
-
Parameters: {"id"=>"foo"}
|
1771
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1772
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.7ms | Allocations: 98)
|
1773
|
-
Completed 404 Not Found in 2ms (Views: 2.1ms | Allocations: 565)
|
1774
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1775
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1776
|
-
Parameters: {"id"=>"99999999"}
|
1777
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1778
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 22)
|
1779
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 277)
|
1780
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-05 18:09:23 +0100
|
1781
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-05 17:09:38 +0100
|
1782
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1783
|
-
Parameters: {"id"=>"company-no"}
|
1784
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1785
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.2ms | Allocations: 265)
|
1786
|
-
Completed 200 OK in 8ms (Views: 5.5ms | Allocations: 2493)
|
1787
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-05 17:09:38 +0100
|
1788
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-06-05 17:09:38 +0100
|
1789
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1790
|
-
Parameters: {"id"=>"99999999"}
|
1791
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1792
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.0ms | Allocations: 86)
|
1793
|
-
Completed 404 Not Found in 2ms (Views: 2.2ms | Allocations: 543)
|
1794
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-06-05 17:09:38 +0100
|
1795
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1796
|
-
Parameters: {"id"=>"foo"}
|
1797
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1798
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1799
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 253)
|
1800
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-05 17:09:38 +0100
|
1801
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1802
|
-
Parameters: {"id"=>"SC247974"}
|
1803
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1804
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.5ms | Allocations: 123)
|
1805
|
-
Completed 200 OK in 2ms (Views: 1.0ms | Allocations: 629)
|
1806
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-06-05 17:09:38 +0100
|
1807
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1808
|
-
Parameters: {"id"=>"05868270"}
|
1809
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1810
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1811
|
-
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 306)
|
1812
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-05 17:09:38 +0100
|
1813
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1814
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1815
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1816
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 601)
|
1817
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1818
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1819
|
-
Parameters: {"payment_id"=>"0"}
|
1820
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1821
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 76)
|
1822
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1823
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1824
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1825
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 192)
|
1826
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1827
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1828
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1829
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 160)
|
1830
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1831
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1832
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1833
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1834
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 76)
|
1835
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1836
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1837
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1838
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 5fb976e1-55ee-4cb1-a9a4-5be9a213e8b1) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1839
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 518)
|
1840
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1841
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1842
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1843
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: b102196b-af2e-4467-88c2-e46bc450ba4f) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1844
|
-
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 380)
|
1845
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1846
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1847
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1848
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1849
|
-
Did you mean? amount
|
1850
|
-
action
|
1851
|
-
controller
|
1852
|
-
return_url
|
1853
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 108)
|
1854
|
-
Started POST "/defra_ruby_mocks/govpay/t9ksgdw584pt2dxcwouw94q8jw/refunds" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1855
|
-
Started GET "/defra_ruby_mocks/govpay/payments/zntev3yc2d2c7s4qyrp560nzfq" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1856
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-06-05 18:09:58 +0100
|
1857
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1858
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1859
|
-
Parameters: {"id"=>"company-no"}
|
1860
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1861
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 1.8ms | Allocations: 265)
|
1862
|
-
Completed 200 OK in 12ms (Views: 7.8ms | Allocations: 2493)
|
1863
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1864
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1865
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1866
|
-
Parameters: {"id"=>"05868270"}
|
1867
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1868
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 123)
|
1869
|
-
Completed 200 OK in 3ms (Views: 1.4ms | Allocations: 631)
|
1870
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1871
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1872
|
-
Parameters: {"id"=>"99999999"}
|
1873
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1874
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.7ms | Allocations: 86)
|
1875
|
-
Completed 404 Not Found in 2ms (Views: 2.1ms | Allocations: 542)
|
1876
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1877
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1878
|
-
Parameters: {"id"=>"SC247974"}
|
1879
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
1880
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 12)
|
1881
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 306)
|
1882
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1883
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1884
|
-
Parameters: {"id"=>"foo"}
|
1885
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1886
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 10)
|
1887
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 252)
|
1888
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1889
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1890
|
-
Started GET "/defra_ruby_mocks/govpay/payments/ebqapm12gtz3ty2gtdcdz48ial" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1891
|
-
Started POST "/defra_ruby_mocks/govpay/3c8456q2974m2spn368tdhrivi/refunds" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1892
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1893
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1894
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1895
|
-
Completed 200 OK in 8ms (Views: 0.8ms | Allocations: 597)
|
1896
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1897
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1898
|
-
Parameters: {"payment_id"=>"0"}
|
1899
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1900
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
1901
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1902
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1903
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1904
|
-
Completed 200 OK in 3ms (Views: 0.3ms | Allocations: 213)
|
1905
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1906
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1907
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1908
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1909
|
-
Did you mean? amount
|
1910
|
-
action
|
1911
|
-
controller
|
1912
|
-
return_url
|
1913
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 104)
|
1914
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1915
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1916
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1917
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 212aebb1-446f-42af-a219-9707d602cc51) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1918
|
-
Completed 200 OK in 5ms (Views: 0.4ms | Allocations: 790)
|
1919
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1920
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1921
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1922
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 9f7064d8-5121-4deb-829d-744ec019d4f0) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1923
|
-
Completed 200 OK in 2ms (Views: 0.4ms | Allocations: 372)
|
1924
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1925
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1926
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1927
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 156)
|
1928
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-05 17:10:49 +0100
|
1929
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1930
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1931
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1932
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 72)
|
1933
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-05 17:12:28 +0100
|
1934
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1935
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1936
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 1c68c906-c308-4405-8453-e2427e31487e) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1937
|
-
Completed 200 OK in 7ms (Views: 0.4ms | Allocations: 1369)
|
1938
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1939
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1940
|
-
Parameters: {"amount"=>nil, "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1941
|
-
MOCKS: Govpay payment creation error: param is missing or the value is empty: amount
|
1942
|
-
Did you mean? amount
|
1943
|
-
action
|
1944
|
-
controller
|
1945
|
-
return_url
|
1946
|
-
Completed 500 Internal Server Error in 1ms (Allocations: 154)
|
1947
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1948
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1949
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1950
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 330b6896-0a3c-4456-b88b-ef6027e6dcd5) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1951
|
-
Completed 200 OK in 4ms (Views: 0.6ms | Allocations: 547)
|
1952
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1953
|
-
Processing by DefraRubyMocks::GovpayController#create_payment as HTML
|
1954
|
-
Parameters: {"amount"=>"14500", "reference"=>"12345", "description"=>"Pay your council tax", "return_url"=>"https://your.service.gov.uk/completed"}
|
1955
|
-
[ActiveJob] Enqueued DefraRubyMocks::GovpayPaymentCallbackJob (Job ID: 2747a5d9-0b4d-462d-ae60-92a2bf493bf4) to Test(default) with arguments: "https://your.service.gov.uk/completed"
|
1956
|
-
Completed 200 OK in 2ms (Views: 0.3ms | Allocations: 380)
|
1957
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1958
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1959
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>nil, "payment_id"=>"12345678901234567890123456"}
|
1960
|
-
MOCKS: Govpay refund error: Invalid refund amount available
|
1961
|
-
Completed 500 Internal Server Error in 0ms (Allocations: 76)
|
1962
|
-
Started POST "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1963
|
-
Processing by DefraRubyMocks::GovpayController#create_refund as HTML
|
1964
|
-
Parameters: {"amount"=>"2000", "refund_amount_available"=>"5000", "payment_id"=>"12345678901234567890123456"}
|
1965
|
-
Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 160)
|
1966
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/0" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1967
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1968
|
-
Parameters: {"payment_id"=>"0"}
|
1969
|
-
MOCKS: Govpay payment details error: Invalid Govpay payment ID 0
|
1970
|
-
Completed 422 Unprocessable Entity in 0ms (Allocations: 72)
|
1971
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1972
|
-
Processing by DefraRubyMocks::GovpayController#payment_details as HTML
|
1973
|
-
Parameters: {"payment_id"=>"12345678901234567890123456"}
|
1974
|
-
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 572)
|
1975
|
-
Started GET "/defra_ruby_mocks/govpay/v1/payments/12345678901234567890123456/refunds/j6se0f2o427g28g8yg3u3i" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1976
|
-
Processing by DefraRubyMocks::GovpayController#refund_details as HTML
|
1977
|
-
Parameters: {"payment_id"=>"12345678901234567890123456", "refund_id"=>"j6se0f2o427g28g8yg3u3i"}
|
1978
|
-
Completed 200 OK in 1ms (Views: 0.2ms | Allocations: 192)
|
1979
|
-
Started GET "/defra_ruby_mocks/govpay/payments/a37bqitfy30s3gsdoc5b4sga09" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1980
|
-
Started POST "/defra_ruby_mocks/govpay/payments" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1981
|
-
Started POST "/defra_ruby_mocks/govpay/ebjahhyf3w5ajxjudnhwsj7vvh/refunds" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1982
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1983
|
-
Processing by DefraRubyMocks::CompanyController#officers as HTML
|
1984
|
-
Parameters: {"id"=>"company-no"}
|
1985
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb
|
1986
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/officers.json.erb (Duration: 7.2ms | Allocations: 278)
|
1987
|
-
Completed 200 OK in 33ms (Views: 23.2ms | Allocations: 2471)
|
1988
|
-
Started GET "/defra_ruby_mocks/company/company-no/officers" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1989
|
-
Started GET "/defra_ruby_mocks/company/99999999" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1990
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1991
|
-
Parameters: {"id"=>"99999999"}
|
1992
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1993
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 1.8ms | Allocations: 98)
|
1994
|
-
Completed 404 Not Found in 4ms (Views: 3.4ms | Allocations: 566)
|
1995
|
-
Started GET "/defra_ruby_mocks/company/foo" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
1996
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
1997
|
-
Parameters: {"id"=>"foo"}
|
1998
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb
|
1999
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/not_found.json.erb (Duration: 0.1ms | Allocations: 22)
|
2000
|
-
Completed 404 Not Found in 1ms (Views: 0.6ms | Allocations: 277)
|
2001
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
2002
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2003
|
-
Parameters: {"id"=>"SC247974"}
|
2004
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2005
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.8ms | Allocations: 135)
|
2006
|
-
Completed 200 OK in 3ms (Views: 1.4ms | Allocations: 653)
|
2007
|
-
Started GET "/defra_ruby_mocks/company/05868270" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|
2008
|
-
Processing by DefraRubyMocks::CompanyController#show as HTML
|
2009
|
-
Parameters: {"id"=>"05868270"}
|
2010
|
-
Rendering /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb
|
2011
|
-
Rendered /Users/pauldoyle/dev/wcr-vagrant/defra-ruby-mocks/app/views/defra_ruby_mocks/company/show.json.erb (Duration: 0.1ms | Allocations: 24)
|
2012
|
-
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 330)
|
2013
|
-
Started GET "/defra_ruby_mocks/company/SC247974" for 127.0.0.1 at 2023-06-06 11:48:26 +0100
|