tessitura_rest 0.8.2 → 0.8.3

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: 5e9e251334a6a2a5ff55a138575ba4b8d344b7372cc063c6bb7d3502edbca902
4
- data.tar.gz: efeaa20c189d02d0e699420e7c15fd095ac24536c4dff4dcfc00eadf21577887
3
+ metadata.gz: f7180fa16baa7e12443722d75a26127004f30df244579a60d688f73ceb5465ac
4
+ data.tar.gz: 5df18feb43210fba6e53b72172df7e1ffad63eae18e62928073d24de3e154284
5
5
  SHA512:
6
- metadata.gz: 60aa12cf535e632ae67ef8742c8adb4ef4e2749ae6ddbca4afb20256ae932e65e4cbb6eeb904bd5c14d0a30b270c771f29ef8be8261fc89f235cfd43b3cad403
7
- data.tar.gz: 85e76c4e58ff6a32c034722057acb17d9193668b224f5abd01d41f32d46cd5c0dfbe4aa56fbbf57997ecef04090eb3f16cc67155acbb99b56336dd1a67529136
6
+ metadata.gz: 393cfdb9c868f4c2df8bb4d27164303e5238e99e7610ed02c9949a744abd996c3d15463b7ec92562dcb43dd3e4ea595a3ab762231c7d735985375f8d38bf7a80
7
+ data.tar.gz: 2ccc82a0f23fcefb3ba9c978a991a2ffcaa3f2b124176cac09888d6a51ec2c394ddce4fb2833d18f604ff1decf8f214f040db881d2f4367ccb613553841aff35
@@ -12,7 +12,7 @@ module Constituencies
12
12
  JSON.parse(response.body)
13
13
  end
14
14
 
15
- def create_constituent_by_snapshot(first_name, last_name, email, constituent_type, city, zip, state, street1, country, options={})
15
+ def create_constituent_by_snapshot(first_name, last_name, email, constituent_type, source, city, zip, state, street1, country, options={})
16
16
  parameters = {
17
17
  "ConstituentType": {
18
18
  "Id": constituent_type,
@@ -33,7 +33,7 @@ module Constituencies
33
33
  "PrimaryIndicator": true,
34
34
  },
35
35
  "OriginalSource": {
36
- "Id": 3,
36
+ "Id": source,
37
37
  },
38
38
  "Address": {
39
39
  "AddressType": {
@@ -1,3 +1,3 @@
1
1
  class TessituraRest
2
- VERSION = '0.8.2'
2
+ VERSION = '0.8.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tessitura_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brittany Martin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-17 00:00:00.000000000 Z
11
+ date: 2020-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler