rock_rms 6.0.3 → 6.0.4
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/rock_rms/resources/transaction.rb +3 -1
- data/lib/rock_rms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da4caae8fdb2aac247791226b248cda65af1110fab52adad19f9fc6968fae3cd
|
|
4
|
+
data.tar.gz: 773f7f6e25e4ec5ca9389e78cd113f8e44d29af2e5a2f0ce2b59803779caa0a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/rock_rms/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2022-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|