spree_elta_courier 1.3.0 → 1.3.1
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/config/locales/en.yml +6 -6
- data/lib/spree_elta_courier/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdb9bafc8eb3809bcfb0fbe435090434fd8f5965e8932220756565c93b064e19
|
|
4
|
+
data.tar.gz: a11f5725a95b5710359063da6edd6d2c36215b21f0fc712780fde7674622e631
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce099e294426c1ebb31ec8a5d7bcbd0f3b6e3ef38ad56293b47707da26d63ba6d8661928cfb212c45755016ec94f442ead87d5ca1f717a5b03cd67d1f50de494
|
|
7
|
+
data.tar.gz: 732baed2e7b3bb8646721876c180c0ad7a7b34956b3533dc6920a7bc34583d06ba7cb0f09dc02f55e037de73dccc62f037b602c935f248d196ac7660cf4c594b
|
data/config/locales/en.yml
CHANGED
|
@@ -3,22 +3,22 @@ en:
|
|
|
3
3
|
activerecord:
|
|
4
4
|
attributes:
|
|
5
5
|
spree/shipping_method:
|
|
6
|
-
elta_courier:
|
|
6
|
+
elta_courier: ELTA Courier
|
|
7
7
|
spree:
|
|
8
8
|
admin:
|
|
9
9
|
integrations:
|
|
10
10
|
elta_courier:
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
11
|
+
title: ELTA Courier
|
|
12
|
+
description: ELTA Courier is a shipping integration for Greece
|
|
13
13
|
wsdl_url: WSDL URL
|
|
14
14
|
customer_code: Customer Code
|
|
15
15
|
user_code: User Code
|
|
16
16
|
password: Password
|
|
17
17
|
paper_size: Paper Size
|
|
18
|
-
create_voucher: Create Voucher (
|
|
19
|
-
print_voucher: Print Voucher (
|
|
18
|
+
create_voucher: Create Voucher (ELTA Courier)
|
|
19
|
+
print_voucher: Print Voucher (ELTA Courier)
|
|
20
20
|
create_voucher_prompt: "Enter the number of package (per Shipment):"
|
|
21
21
|
create_voucher_error: The number of package must be a positive integer number.
|
|
22
22
|
voucher_successfully_created: Voucher successfully created
|
|
23
23
|
voucher_creation_failed: Voucher creation failed
|
|
24
|
-
|
|
24
|
+
voucher_print_failed: Voucher printing failed
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_elta_courier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OlympusOne
|
|
@@ -152,10 +152,10 @@ licenses:
|
|
|
152
152
|
- MIT
|
|
153
153
|
metadata:
|
|
154
154
|
bug_tracker_uri: https://github.com/olympusone/spree_elta_courier/issues
|
|
155
|
-
changelog_uri: https://github.com/olympusone/spree_elta_courier/releases/tag/v1.3.
|
|
155
|
+
changelog_uri: https://github.com/olympusone/spree_elta_courier/releases/tag/v1.3.1
|
|
156
156
|
documentation_uri: https://github.com/olympusone/spree_elta_courier
|
|
157
157
|
homepage_uri: https://github.com/olympusone/spree_elta_courier
|
|
158
|
-
source_code_uri: https://github.com/olympusone/spree_elta_courier/tree/v1.3.
|
|
158
|
+
source_code_uri: https://github.com/olympusone/spree_elta_courier/tree/v1.3.1
|
|
159
159
|
rdoc_options: []
|
|
160
160
|
require_paths:
|
|
161
161
|
- lib
|