moneta-api 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed87fefe013e706b8b712df7434f836787ff53e0
4
- data.tar.gz: 943705b31f53d4fa4cf01e52c15fa24f5d4c72e1
3
+ metadata.gz: 2e92e0d5a7a3af600a1c1777150f2fd6777af4b7
4
+ data.tar.gz: e56309db5f4fafeafc665a57166e9e58fc71e3d5
5
5
  SHA512:
6
- metadata.gz: 37c9f4a0c2882d0c4e4b7c7f07a2eca49a908acdedf6300f82b706b85f44d4050cfbd19ad3bc0434d006ce3596f30e411d734f36dd1a4dcc621f57d8596300a6
7
- data.tar.gz: 9083e6b6e54a2fc37acc9ee5360cb0414194d442ffc8136669295d19a92360897cdee38f87b63ec3e3298d28bafcec5f21d704fb381d31a567a1aa42d0e76790
6
+ metadata.gz: c5d2200ff1adf0036fa7aaad6882a5022adb20b8b19f64570040bfa2d2a1403b22391afb53baccc10f9e8d79f1b01a03368a1588b5d66cc76f5e4e5defd6f065
7
+ data.tar.gz: a3ed5d84cffe25b0f1bd60bfd3d5d1ce4027c88913c11c00f385e59e22a7cbadf2b27d564698e4b240d0587549fddacb495a01d14f27567497e0777190dfcac5
@@ -11,17 +11,17 @@ module Moneta
11
11
  # / Bank account ID.
12
12
  property :id
13
13
 
14
- # @return [Integer] Пользователь, которому будут принадлежать банковские реквизиты.
15
- # / Если это поле не задано, то банковские реквизиты создаются для текущего пользователя.
16
- # / The unique identifier of the user who will own the bank account.
17
- # / If you omit this element, MONETA.RU uses the ID of the user who sends the request.
18
- property :unit_id
19
-
20
14
  property :profile_id
21
15
 
22
16
  # @return [Moneta::Api::Types::BankAccountType] Расширенные атрибуты.
23
17
  # / Specifies extended attributes.
24
18
  property :attribute, type: Moneta::Api::Types::BankAccountType
19
+
20
+ # @return [Integer] Пользователь, которому будут принадлежать банковские реквизиты.
21
+ # / Если это поле не задано, то банковские реквизиты создаются для текущего пользователя.
22
+ # / The unique identifier of the user who will own the bank account.
23
+ # / If you omit this element, MONETA.RU uses the ID of the user who sends the request.
24
+ property :unit_id
25
25
  end
26
26
  end
27
27
  end
@@ -1,5 +1,5 @@
1
1
  module Moneta
2
2
  module Api
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  end
5
5
  end
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.2.0
4
+ version: 1.2.1
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: 2015-10-20 00:00:00.000000000 Z
12
+ date: 2015-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: savon
@@ -345,7 +345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
345
345
  version: '0'
346
346
  requirements: []
347
347
  rubyforge_project:
348
- rubygems_version: 2.4.3
348
+ rubygems_version: 2.0.3
349
349
  signing_key:
350
350
  specification_version: 4
351
351
  summary: МОНЕТА.РУ (MONETA.MerchantAPI.v2)
@@ -407,4 +407,3 @@ test_files:
407
407
  - spec/vcr/moneta_api_requests_profile_editorganizationprofilerequest/success_.yml
408
408
  - spec/vcr/moneta_api_requests_transferrequest/transfer_status_.yml
409
409
  - spec/vcr/moneta_api_service_find_account_by_id/account_id_.yml
410
- has_rdoc: