tessitura_rest 1.5.3 → 1.5.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tessitura_rest/crm/addresses.rb +3 -0
- data/lib/tessitura_rest/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 901015c9a70324ea9798a42d4a8ea897bcb93a8b86c2d41c7a60595352f99e23
|
4
|
+
data.tar.gz: a8cc30a6e5955636cb0389a7ca883ac242afa78e18947165a79dc4b7f90f25f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e2d9927db6fc7b744c571dbda4c1cc0893eaf8b4408a4ff44689f63cf6d4b8e9459f3cafb157773bdcec892535a3d844b9fd59e0a875582b1c74ed38df96ca1
|
7
|
+
data.tar.gz: 06d1ba0ed08031a0d4d37d435d9e3b34d1865665f2e7d73472f1ba9f26946481cfcab69de4b3ad2671f5062492789420b93e042796ce1ab01d61cdb5adb5e21b
|
@@ -22,6 +22,7 @@ module Addresses
|
|
22
22
|
'Id': constituent,
|
23
23
|
},
|
24
24
|
'Inactive': false,
|
25
|
+
'Label': true,
|
25
26
|
'Months': 'YYYYYYYYYYYY',
|
26
27
|
'PostalCode': postal_code,
|
27
28
|
'PrimaryIndicator': primary,
|
@@ -56,6 +57,7 @@ module Addresses
|
|
56
57
|
'Constituent': {
|
57
58
|
'Id': current['Constituent']['Id'],
|
58
59
|
},
|
60
|
+
'Label': true,
|
59
61
|
'Inactive': false,
|
60
62
|
'Months': 'YYYYYYYYYYYY',
|
61
63
|
'PostalCode': postal_code,
|
@@ -92,6 +94,7 @@ module Addresses
|
|
92
94
|
'Id': current['Constituent']['Id'],
|
93
95
|
},
|
94
96
|
'Inactive': true,
|
97
|
+
'Label': true,
|
95
98
|
'Months': 'YYYYYYYYYYYY',
|
96
99
|
'PostalCode': current['PostalCode'],
|
97
100
|
'State': {
|