rock_rms 4.8.0 → 4.9.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
  SHA1:
3
- metadata.gz: 7127e2fe17b4a335ed048987e84f69ce9ef3d90f
4
- data.tar.gz: 376d1ffd32af820148bb07bc58d302e383dc4ee7
3
+ metadata.gz: 684700567faff9b33cb3076f9f3651cc0ba7bab2
4
+ data.tar.gz: 7b34856cd6b778983175450ab7d2f397244a969e
5
5
  SHA512:
6
- metadata.gz: c2277398c4d05bd167545a815e9ae55dab5403e44df59ab66d3f8883afea9d2d3763c67232d40f9fb1de8a20e7b098202ef1a22630cec6bb3b80de05efe9cd21
7
- data.tar.gz: 4b29e49881f3100ace48f0dfb07aa1ecfde314ea105ead220d7ac503aae6772d3645078e66bd09d0fcd983234115e1a7ce7f253d22732ff39ea01d03727ad70a
6
+ metadata.gz: 3ea2ecc0410841d7c4be3e164b7c6f1b59c2c4b8c352b521147e3566d1a36d5c1a0aa19168626475f0673927a2bc2495346162c1001327dfa55b87d0d9b6d62f
7
+ data.tar.gz: b48d4998c1b6b6b1407ce98fc673997c0241c66f3f793384e0717080b9ec951fbe008ff4597ac9e5d49c1389d5ece10f89193ddd320837ca367307bdcc459043
@@ -7,6 +7,7 @@ module RockRMS
7
7
  financial_gateway_id: 'FinancialGatewayId',
8
8
  foreign_key: 'ForeignKey',
9
9
  frequency: 'TransactionFrequencyValueId',
10
+ gateway_schedule_id: 'GatewayScheduleId',
10
11
  next_payment_date: 'NextPaymentDate',
11
12
  payment_details: 'FinancialPaymentDetail',
12
13
  person_id: 'AuthorizedPersonAliasId',
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '4.8.0'.freeze
2
+ VERSION = '4.9.0'.freeze
3
3
  end
@@ -20,6 +20,7 @@ RSpec.describe RockRMS::Response::RecurringDonation, type: :model do
20
20
  financial_gateway_id
21
21
  foreign_key
22
22
  frequency
23
+ gateway_schedule_id
23
24
  next_payment_date
24
25
  payment_details
25
26
  person_id
@@ -36,6 +37,7 @@ RSpec.describe RockRMS::Response::RecurringDonation, type: :model do
36
37
  expect(r[:id]).to eq(p['Id'])
37
38
  expect(r[:active]).to eq(p['IsActive'])
38
39
  expect(r[:financial_gateway_id]).to eq(p['FinancialGatewayId'])
40
+ expect(r[:gateway_schedule_id]).to eq(p['GatewayScheduleId'])
39
41
  expect(r[:foreign_key]).to eq(p['ForeignKey'])
40
42
  expect(r[:frequency]).to eq('monthly')
41
43
  expect(r[:next_payment_date]).to eq(p['NextPaymentDate'])
@@ -12,7 +12,7 @@
12
12
  "FinancialGatewayId": 4,
13
13
  "FinancialPaymentDetailId": 28,
14
14
  "TransactionCode": "",
15
- "GatewayScheduleId": "",
15
+ "GatewayScheduleId": "1234",
16
16
  "CardReminderDate": null,
17
17
  "LastRemindedDate": null,
18
18
  "TransactionTypeValue": null,
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: 4.8.0
4
+ version: 4.9.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: 2018-10-24 00:00:00.000000000 Z
11
+ date: 2018-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday