rock_rms 9.28.0 → 9.29.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3af0a7f7841fff845acc3f5cbf01c983b017d103e688ec1bc6b128d1d6e4a0d9
|
|
4
|
+
data.tar.gz: 3789f619adbd1ef691a0a16b1bdff15d456d5f121dca6ad611b698ad01475b5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2796642a76ed4132d98c73ebf0f97d30581c41cbf27768e0ad4a59e5d9aaa3ec0fb6f42692ff1ce8e882db154b45e6cefd7dc4837d70f4dd753deb96b6c6f6c0
|
|
7
|
+
data.tar.gz: 8f12d267b8f742bae6e593079e78916d87847ab5d3151dc0d4368d0e3f11a8e2f3bc93fcb8a01dd828017a2cf3cad9bb2bea54d089f95727d2016788616fb21f
|
|
@@ -108,7 +108,8 @@ module RockRMS
|
|
|
108
108
|
'EntityTypeId' => fund[:entity_type_id],
|
|
109
109
|
'EntityId' => fund[:entity_id],
|
|
110
110
|
'FeeAmount' => fund[:fee_amount],
|
|
111
|
-
'FeeCoverageAmount' => fund[:fee_coverage_amount]
|
|
111
|
+
'FeeCoverageAmount' => fund[:fee_coverage_amount],
|
|
112
|
+
'Summary' => fund[:summary]
|
|
112
113
|
}
|
|
113
114
|
end
|
|
114
115
|
end
|
data/lib/rock_rms/version.rb
CHANGED
|
@@ -161,7 +161,7 @@ RSpec.describe RockRMS::Client::RecurringDonation, type: :model do
|
|
|
161
161
|
'FinancialGatewayId' => nil,
|
|
162
162
|
'FinancialPaymentDetailId' => nil,
|
|
163
163
|
'TransactionCode' => 'asdf',
|
|
164
|
-
'ScheduledTransactionDetails' => [{ 'Amount' => 450, 'AccountId' => 2, 'EntityId' => nil, 'EntityTypeId' => nil, 'FeeAmount' => nil, 'FeeCoverageAmount' => nil}],
|
|
164
|
+
'ScheduledTransactionDetails' => [{ 'Amount' => 450, 'AccountId' => 2, 'EntityId' => nil, 'EntityTypeId' => nil, 'FeeAmount' => nil, 'FeeCoverageAmount' => nil, 'Summary' => nil}],
|
|
165
165
|
'GatewayScheduleId' => nil,
|
|
166
166
|
'SourceTypeValueId' => 10,
|
|
167
167
|
'ForeignKey' => nil,
|
|
@@ -62,7 +62,7 @@ RSpec.describe RockRMS::Client::Transaction, type: :model do
|
|
|
62
62
|
authorized_person_id: 1,
|
|
63
63
|
batch_id: 1,
|
|
64
64
|
date: 1,
|
|
65
|
-
funds: [{ amount: 450, fund_id: 2 }],
|
|
65
|
+
funds: [{ amount: 450, fund_id: 2, summary: 'Wacky Wednesday' }],
|
|
66
66
|
payment_detail_id: 1,
|
|
67
67
|
transaction_code: 'asdf',
|
|
68
68
|
summary: 'taco tuesday',
|
|
@@ -86,7 +86,7 @@ RSpec.describe RockRMS::Client::Transaction, type: :model do
|
|
|
86
86
|
'FinancialPaymentDetailId' => 1,
|
|
87
87
|
'TransactionCode' => 'asdf',
|
|
88
88
|
'TransactionDateTime' => 1,
|
|
89
|
-
'TransactionDetails' => [{ 'Amount' => 450, 'AccountId' => 2, 'EntityTypeId' => nil, 'EntityId' => nil, 'FeeAmount' => nil, 'FeeCoverageAmount' => nil }],
|
|
89
|
+
'TransactionDetails' => [{ 'Amount' => 450, 'AccountId' => 2, 'EntityTypeId' => nil, 'EntityId' => nil, 'FeeAmount' => nil, 'FeeCoverageAmount' => nil, 'Summary' => 'Wacky Wednesday' }],
|
|
90
90
|
'TransactionTypeValueId' => 53,
|
|
91
91
|
'SourceTypeValueId' => 10,
|
|
92
92
|
'Summary' => 'taco tuesday'
|
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: 9.
|
|
4
|
+
version: 9.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taylor Brooks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|