moneta-api 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/moneta/api/requests/approve_phone_apply_code_request.rb +22 -0
- data/lib/moneta/api/responses/approve_phone_apply_code_response.rb +11 -0
- data/lib/moneta/api/service_methods.rb +6 -0
- data/lib/moneta/api/version.rb +1 -1
- data/lib/moneta/api.rb +2 -0
- data/spec/lib/moneta/api/requests/approve_phone_apply_code_request_spec.rb +19 -0
- data/spec/vcr/moneta_api_requests_approvephoneapplycoderequest/when_code_invalid_.yml +13715 -0
- metadata +9 -3
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moneta-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ssnikolay
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-01
|
|
12
|
+
date: 2016-02-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: savon
|
|
@@ -173,6 +173,7 @@ files:
|
|
|
173
173
|
- lib/moneta/api/exception.rb
|
|
174
174
|
- lib/moneta/api/http_exception.rb
|
|
175
175
|
- lib/moneta/api/key_value_serializer.rb
|
|
176
|
+
- lib/moneta/api/requests/approve_phone_apply_code_request.rb
|
|
176
177
|
- lib/moneta/api/requests/approve_phone_send_confirmation_request.rb
|
|
177
178
|
- lib/moneta/api/requests/authorise_transaction_batch_request.rb
|
|
178
179
|
- lib/moneta/api/requests/authorise_transaction_request.rb
|
|
@@ -205,6 +206,7 @@ files:
|
|
|
205
206
|
- lib/moneta/api/requests/verify_transaction_request.rb
|
|
206
207
|
- lib/moneta/api/requests/verify_transfer_request.rb
|
|
207
208
|
- lib/moneta/api/response_factory.rb
|
|
209
|
+
- lib/moneta/api/responses/approve_phone_apply_code_response.rb
|
|
208
210
|
- lib/moneta/api/responses/approve_phone_send_confirmation_response.rb
|
|
209
211
|
- lib/moneta/api/responses/authorise_transaction_batch_response.rb
|
|
210
212
|
- lib/moneta/api/responses/authorise_transaction_response.rb
|
|
@@ -276,6 +278,7 @@ files:
|
|
|
276
278
|
- moneta-api.gemspec
|
|
277
279
|
- spec/lib/moneta/api/connection_exception_spec.rb
|
|
278
280
|
- spec/lib/moneta/api/http_exception_spec.rb
|
|
281
|
+
- spec/lib/moneta/api/requests/approve_phone_apply_code_request_spec.rb
|
|
279
282
|
- spec/lib/moneta/api/requests/approve_phone_send_confirmation_request_spec.rb
|
|
280
283
|
- spec/lib/moneta/api/requests/authorise_transaction_batch_request_spec.rb
|
|
281
284
|
- spec/lib/moneta/api/requests/authorise_transaction_request_spec.rb
|
|
@@ -304,6 +307,7 @@ files:
|
|
|
304
307
|
- spec/support/matchers.rb
|
|
305
308
|
- spec/support/moneta.example.yml
|
|
306
309
|
- spec/support/wsdl
|
|
310
|
+
- spec/vcr/moneta_api_requests_approvephoneapplycoderequest/when_code_invalid_.yml
|
|
307
311
|
- spec/vcr/moneta_api_requests_approvephonesendconfirmationrequest/phone_number_.yml
|
|
308
312
|
- spec/vcr/moneta_api_requests_authorisetransactionbatchrequest/use_when_one_operation_transaction_transaction_.yml
|
|
309
313
|
- spec/vcr/moneta_api_requests_authorisetransactionbatchrequest/use_when_two_operations_transaction_first_transaction_.yml
|
|
@@ -360,13 +364,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
360
364
|
version: '0'
|
|
361
365
|
requirements: []
|
|
362
366
|
rubyforge_project:
|
|
363
|
-
rubygems_version: 2.4.
|
|
367
|
+
rubygems_version: 2.4.6
|
|
364
368
|
signing_key:
|
|
365
369
|
specification_version: 4
|
|
366
370
|
summary: "МОНЕТА.РУ (MONETA.MerchantAPI.v2)"
|
|
367
371
|
test_files:
|
|
368
372
|
- spec/lib/moneta/api/connection_exception_spec.rb
|
|
369
373
|
- spec/lib/moneta/api/http_exception_spec.rb
|
|
374
|
+
- spec/lib/moneta/api/requests/approve_phone_apply_code_request_spec.rb
|
|
370
375
|
- spec/lib/moneta/api/requests/approve_phone_send_confirmation_request_spec.rb
|
|
371
376
|
- spec/lib/moneta/api/requests/authorise_transaction_batch_request_spec.rb
|
|
372
377
|
- spec/lib/moneta/api/requests/authorise_transaction_request_spec.rb
|
|
@@ -395,6 +400,7 @@ test_files:
|
|
|
395
400
|
- spec/support/matchers.rb
|
|
396
401
|
- spec/support/moneta.example.yml
|
|
397
402
|
- spec/support/wsdl
|
|
403
|
+
- spec/vcr/moneta_api_requests_approvephoneapplycoderequest/when_code_invalid_.yml
|
|
398
404
|
- spec/vcr/moneta_api_requests_approvephonesendconfirmationrequest/phone_number_.yml
|
|
399
405
|
- spec/vcr/moneta_api_requests_authorisetransactionbatchrequest/use_when_one_operation_transaction_transaction_.yml
|
|
400
406
|
- spec/vcr/moneta_api_requests_authorisetransactionbatchrequest/use_when_two_operations_transaction_first_transaction_.yml
|