caboose-cms 0.5.95 → 0.5.96
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/app/controllers/caboose/application_controller.rb +2 -1
- data/lib/caboose/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZjJiNmUzMTc0YmZhY2VjZTRjY2VjMzA1MzYyNTYzMDQ2ZjFkMzczNw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDcyOTc3ZGQ3Nzk3ZDM3OTJhYmMwZTZkMGM4MjgzYjYyMjUyOTg5YQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MWFjODJjNjM0OWEzMjljNmIwZDAyNDc4ODA4YWIyZDc1YTE2OWQ0MTI1YzM2
|
10
|
+
MTk1NTZmMDE4NzhkNjMzMmY2ZGYxMjYyNjExMmJmNDVkZWUxZDBhMzI2NGRj
|
11
|
+
Y2JhNmE5MTdmNDQyYzQxMDYwNjlkZGM3NzNmMzkyNzQ0ZDVmZmY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZDBhMjg2YzY3YTNmM2Y5MjM4OTdjMDM2NzQwZWY4YzhjMGQ3MGVhMjExMmZj
|
14
|
+
ZmNhM2U2OTQ1MmVmZGIzMWMxMTg2NzNmY2E5ZTAzN2FkZmUxOTVjNzM4ZmVj
|
15
|
+
ZDU1N2UxMmY1MjQ5ZjMyMzBmMGZmZjA4NTg5NDNlODVkYjgxZTk=
|
@@ -63,7 +63,8 @@ module Caboose
|
|
63
63
|
create_new_order = true
|
64
64
|
end
|
65
65
|
|
66
|
-
if create_new_order # Create an order to associate with the session
|
66
|
+
if create_new_order # Create an order to associate with the session
|
67
|
+
Caboose.log(@order)
|
67
68
|
@order = Caboose::Order.new
|
68
69
|
@order.site_id = @site ? @site.id : nil
|
69
70
|
@order.status = Caboose::Order::STATUS_CART
|
data/lib/caboose/version.rb
CHANGED