shop_bunny 0.7.4.3 → 0.7.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/shop_bunny/cart_module.rb +2 -2
- metadata +4 -4
@@ -107,8 +107,8 @@ module ShopBunny
|
|
107
107
|
{
|
108
108
|
:cart => attributes.
|
109
109
|
merge(
|
110
|
-
:cart_items => cart_items.as_json,
|
111
|
-
:item_count => item_count,
|
110
|
+
:cart_items => cart_items.as_json,
|
111
|
+
:item_count => item_count || 0,
|
112
112
|
:coupons => coupons.as_json,
|
113
113
|
:item_sum => item_sum,
|
114
114
|
:shipping_costs => shipping_costs,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shop_bunny
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 111
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
9
|
- 4
|
10
|
-
-
|
11
|
-
version: 0.7.4.
|
10
|
+
- 4
|
11
|
+
version: 0.7.4.4
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- kopfmaschine.com
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-10-
|
19
|
+
date: 2010-10-22 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|