cadooz 2.2.3 → 2.2.4
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb6cb3c36d848c0df8b7cee0f583cf7cb6bda671
|
4
|
+
data.tar.gz: 403cfcfa24d0aeac9ee73c1032e7d3b2a62b7516
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 954b0075446f8b28d04ccdb2f4f05992165bcf113322a34fef73429032fc5fa4b83005fd4bc738fdb82050c8f7909e19c9ed01cd034fc043a7a6e83695d27387
|
7
|
+
data.tar.gz: 54be854200a60d25bd57cd4eedb65730a3019ee5a8b604de992f66f6f4f7f54adcbe6e22b7b47cfd19c002f94a11ccaeb632c2031354ae1fb88d4724f1bd4cb8
|
@@ -18,17 +18,15 @@ class Cadooz::Mutable::Order
|
|
18
18
|
@generation_profile = args[:generation_profile]
|
19
19
|
@greeting_card = args[:greeting_card] # Cadooz::Mutable::GreetingCard.new
|
20
20
|
@invoice_address = args[:invoice_address] # Cadooz::Mutable::Address.new
|
21
|
-
@invoice_information = args[:invoice_information] # Cadooz::Mutable::InvoiceInformation
|
21
|
+
@invoice_information = Array(args[:invoice_information]) # Cadooz::Mutable::InvoiceInformation
|
22
22
|
@language = args[:language]
|
23
23
|
@order_attributes = args[:order_attributes]
|
24
24
|
@order_description = args[:order_description]
|
25
|
-
@order_positions = args[:order_positions] # Cadooz::Mutable::OrderPosition
|
26
|
-
@payment_informations = args[:payment_informations] # Cadooz::Mutable::Payment
|
25
|
+
@order_positions = Array(args[:order_positions]) # Cadooz::Mutable::OrderPosition
|
26
|
+
@payment_informations = Array(args[:payment_informations]) # Cadooz::Mutable::Payment
|
27
27
|
@queue = args[:queue]
|
28
28
|
@send_mail = args[:send_mail]
|
29
29
|
@test = args[:test]
|
30
30
|
@website = args[:website]
|
31
|
-
|
32
|
-
default_value_for_nil
|
33
31
|
end
|
34
32
|
end
|
data/lib/cadooz/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cadooz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Brown
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: savon
|