friendly_shipping 0.4.4 → 0.4.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0116dbbecf450a2d319054657287b93b5df9f19
|
|
4
|
+
data.tar.gz: 9a0f816797149b9995e85f3b6b74eba010b6fd3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42c0b1c6e67c8467ff3a92f3804239d038a080c8c8bacfde0994fef9c7d23a4c9f77a6c570db7e3424cdf4691bdb6f08f817554891ad0923e0e1a91f42d6dc65
|
|
7
|
+
data.tar.gz: 3b87784060938c7b0968565c8ade8d5733f326bfe764c300545e9fdee5ecbbe120365c405e99d9c2496c578a1ada0898a41a18173bcc366de4eb82411b8c3871
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.4.5] - 2019-11-27
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- UPS Labels: Use correct Residential Address indication tag
|
|
11
|
+
|
|
7
12
|
## [0.4.4] - 2019-11-27
|
|
8
13
|
|
|
9
14
|
### Changed
|
|
@@ -12,7 +12,7 @@ module FriendlyShipping
|
|
|
12
12
|
# Rates use ResidentialAddressIndicator whereas shipments use ResidentialAddress.
|
|
13
13
|
# Presence indicates residential address. Absence indicates commercial address.
|
|
14
14
|
#
|
|
15
|
-
xml.
|
|
15
|
+
xml.ResidentialAddress unless location.commercial?
|
|
16
16
|
end
|
|
17
17
|
end
|
|
18
18
|
end
|