caboose-cms 0.5.95 → 0.5.96

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmFhNzUzMmRiZWRhMzA1YjcxNjc5NjZjODk5YTRkOTFmMDRmNWFiNA==
4
+ ZjJiNmUzMTc0YmZhY2VjZTRjY2VjMzA1MzYyNTYzMDQ2ZjFkMzczNw==
5
5
  data.tar.gz: !binary |-
6
- MjQ0ZGMzMGNiNjI1ZmQ0Njg4NzIwMGE4YWZlZWYyOGI1NGU3YTU4OQ==
6
+ ZDcyOTc3ZGQ3Nzk3ZDM3OTJhYmMwZTZkMGM4MjgzYjYyMjUyOTg5YQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MjA1ZGM5YTYzNzM5MjdmMzMwYWJjZDZiMGI1YzBkN2I3YTRjZmUxNjk2OGZl
10
- Y2I2ZGMwMWM0Mjk1ZTcyOWZmYjA3ZDA4ZGRmY2QzMTAxYjE5MTlmN2E4ZTlj
11
- MDFhYmRiYjZiNWQ4MTVkNDFmMTFhOGU4NWNiNGRmMjkwYWNhNzc=
9
+ MWFjODJjNjM0OWEzMjljNmIwZDAyNDc4ODA4YWIyZDc1YTE2OWQ0MTI1YzM2
10
+ MTk1NTZmMDE4NzhkNjMzMmY2ZGYxMjYyNjExMmJmNDVkZWUxZDBhMzI2NGRj
11
+ Y2JhNmE5MTdmNDQyYzQxMDYwNjlkZGM3NzNmMzkyNzQ0ZDVmZmY=
12
12
  data.tar.gz: !binary |-
13
- ZjZkMTg4MTI3ZDVkZjVjNDY2MjA3ZDNmMDcxMTFhNjI2ZGYxNGQ1Mjc5MDQ4
14
- MjI4YjZkMTU3ZjU0ZjQxZTE4Y2NiNDY3Yjg4YmQ5ZjcyNDAwYzEwMTE0MjRl
15
- MTI4NTBhNWRhMTgzZjA3YzFiY2NlOTljNzkxMjgwMTgwOGY0MWU=
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
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.5.95'
2
+ VERSION = '0.5.96'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.95
4
+ version: 0.5.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry