rock_rms 6.0.3 → 6.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e4f3c74008fb007410ec62c7762913304cbfc0141e1a017b20a6256a348e257
4
- data.tar.gz: 250452aea3db67e7c07105f1c6f3434312d60778b45a5b35e997bb75f8e27565
3
+ metadata.gz: da4caae8fdb2aac247791226b248cda65af1110fab52adad19f9fc6968fae3cd
4
+ data.tar.gz: 773f7f6e25e4ec5ca9389e78cd113f8e44d29af2e5a2f0ce2b59803779caa0a9
5
5
  SHA512:
6
- metadata.gz: 896053a39d2f04344275040f71ab0265ece50ba5925994ed5a2b0bd551dc3b07614f58624b44796c874fdb44c79267d328a7c617f0c9fa1ce993c8a748f44ad0
7
- data.tar.gz: a4f8ddc5a6b4325e972fb30270d122857d4ea6a74e2db0a9ccb6d82e141c43666ac28ca6da23b2be40f230c8bd671c471104cb69f0e5d9c1eacfe75af31dbb08
6
+ metadata.gz: 368d09ee713ceedcc744bee4486ff23b15e406378cefbbe90d6decdef8e425d2a2f9b9489a10d517f97d3df4c2e927b3a195e9be7a59e1307b918385f9f534a2
7
+ data.tar.gz: c6171cb087332d56da11940817d5b37cee291112cbd89c0acb8da4c1978754917c7e7e677b01e1055c5d9c5ae0f91607fae82e41e8701f3cfaef58c255d45a24
@@ -57,7 +57,8 @@ module RockRMS
57
57
  source_type_id: nil,
58
58
  transaction_code: nil,
59
59
  transaction_type_value_id: nil,
60
- authorized_person_id: nil
60
+ authorized_person_id: nil,
61
+ date: nil
61
62
  )
62
63
  options = {}
63
64
 
@@ -69,6 +70,7 @@ module RockRMS
69
70
  options['TransactionTypeValueId'] = transaction_type_value_id if transaction_type_value_id
70
71
  options['TransactionCode'] = transaction_code if transaction_code
71
72
  options['AuthorizedPersonAliasId'] = authorized_person_id if authorized_person_id
73
+ options['TransactionDateTime'] = date if date
72
74
 
73
75
  patch(transaction_path(id), options)
74
76
  end
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '6.0.3'.freeze
2
+ VERSION = '6.0.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock_rms
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.3
4
+ version: 6.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-01 00:00:00.000000000 Z
11
+ date: 2022-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday