colissimo_label 0.9.0 → 0.10.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/colissimo_label/generate_label.rb +1 -1
- data/lib/colissimo_label/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a22b61de439cdc82fd0aa84681df72ddb77a9684c2a779ccfff59f26dadad4b
|
|
4
|
+
data.tar.gz: f48aa5520d7506e839c1482a9df01c35c37ef5bf5ef2b6e091c1fcdab2e5f219
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 060fa43d23c1a77f125b2ec4075032845eb00217c61ba129dc6acff606cd3ebe5728faf6e040f9b7fb99dd87c65bb74aa1642c180cdcf4febca1270f65c15b85
|
|
7
|
+
data.tar.gz: f2d2f7aee74e4b54d34d84e471be2cc7a8f7eef09cc01a094defc50f25d412f7a28597edf08ad07100793ed2cff33b0a82d0048cd1c33398db3c5a36b6a6bd2b
|
data/CHANGELOG.md
CHANGED
|
@@ -191,7 +191,7 @@ class ColissimoLabel::GenerateLabel
|
|
|
191
191
|
# BPR : Colissimo - Point Retrait – en Bureau de Poste
|
|
192
192
|
# A2P : Colissimo - Point Retrait – en relais Pickup ou en consigne Pickup Station
|
|
193
193
|
def product_code
|
|
194
|
-
if %w[DE IT ES GB LU NL].include?(@destination_country)
|
|
194
|
+
if %w[DE IT ES GB LU NL DK].include?(@destination_country)
|
|
195
195
|
'DOS'
|
|
196
196
|
elsif !@pickup_id.nil? && %w[FR].include?(@destination_country)
|
|
197
197
|
@pickup_type || 'BPR'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colissimo_label
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- FloXcoder
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-11-
|
|
11
|
+
date: 2019-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|