caboose-cms 0.5.102 → 0.5.103

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
- NjMwOWVjNTVlNmZlYWIwMzBjZDdhZTk3MzE3YTA2MGRlZjVmMTAzNg==
4
+ NTFkNzMxNWUxMjkyZGUzOTY0NmRkNmNjZDcwYjBiOTkzYjI2MWQ1ZA==
5
5
  data.tar.gz: !binary |-
6
- NjIzYmNiNDhjNjc0ZDc1MjdmMDg0MzcyMzlkZmM3MWI2MDFhYWU2YQ==
6
+ N2YxNDcwMmNlZmIwNjU4MzAwMDljNmQ0ODVlNThkMWVkMmFhZGYyMw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OWFjYWVlODY5Y2YxNTdmNzU5ZmVmMTQ3YTk3MGUyMDg2YzU0NDYwOWJiYWRm
10
- NDY5YzI0ODA0NzNkOTA0NzFhY2VhZjU4YTJjZWQ0YTFlYzQ0MmRkYTkyZjgy
11
- NGNjMzE0NzBmMWI3ZTFlNDQxYWFmOTAwZTIyMTI4N2RjZjQ0ZWY=
9
+ OTM5MzRhNDNhMmRmYjI4YzVkMTUyYWRlZmI2YmUyNWQxNmYyMTdmMzRiZmM5
10
+ ODM4Y2MwZTk4ZDQ4ZTI5Mjc2OWY0ODA4MjU1OTYyNzU2Mzk5NDcyN2UyZmM4
11
+ YzFjZTJmMWI5NjgyMGQ1OTUzNTU4ZDRiZWQ3NTgwOTcwZjEzYTQ=
12
12
  data.tar.gz: !binary |-
13
- MjgxNzc3ODllY2E4NzY2NzE3ZGNmOTQ1NjAxYmVjOGM0MzU3NmJhYmM5MjZl
14
- OGNhNWZjYjRiNDM2ZWY3MmIxYzIzYzQzZDQzZjllNjA1NzQyYzYyZWI0NTM0
15
- YTAyYmMyZDE0NTA5MTg4OWMzYzk3M2EzZmE5ZjM0NDM3ZjVmODY=
13
+ NGZmMGFiNTdlMTY1M2I3M2ZjNjJmMmU1ZGQwZDYxMzU1MGJlOTRiYzhhMDIy
14
+ ZTZlNzk2NmM2ZDJlMjhmMGIyZGVhMzQ2MDc0YzA3YmU2MjliZmFhNzBjMWUz
15
+ ZDEzMjZhYjc4NmMyMWYyZjQ1MzkzZWU5NTQ2NTAwMzA4ODQwNWI=
@@ -5,7 +5,8 @@ module Caboose
5
5
  def admin_weird_test
6
6
  Caboose.log("Before the admin_weird_test")
7
7
  x = Order.new
8
- Caboose.log("After the admin_weird_test")
8
+ Caboose.log("After the admin_weird_test")
9
+ render :json => x
9
10
  end
10
11
 
11
12
  # GET /admin/orders
@@ -16,28 +16,28 @@ module Caboose
16
16
  #has_many :order_packages, :class_name => 'Caboose::OrderPackage'
17
17
  #has_many :order_transactions
18
18
 
19
- attr_accessible :id,
20
- :site_id,
21
- :alternate_id,
22
- :subtotal,
23
- :tax,
24
- :shipping,
25
- :handling,
26
- :custom_discount,
27
- :discount,
28
- :total,
29
- :customer_id,
30
- :shipping_address_id,
31
- :billing_address_id,
32
- :status,
33
- :financial_status,
34
- :referring_site,
35
- :landing_page,
36
- :landing_page_ref,
37
- :auth_amount,
38
- :date_created,
39
- :notes
40
-
19
+ #attr_accessible :id,
20
+ # :site_id,
21
+ # :alternate_id,
22
+ # :subtotal,
23
+ # :tax,
24
+ # :shipping,
25
+ # :handling,
26
+ # :custom_discount,
27
+ # :discount,
28
+ # :total,
29
+ # :customer_id,
30
+ # :shipping_address_id,
31
+ # :billing_address_id,
32
+ # :status,
33
+ # :financial_status,
34
+ # :referring_site,
35
+ # :landing_page,
36
+ # :landing_page_ref,
37
+ # :auth_amount,
38
+ # :date_created,
39
+ # :notes
40
+ #
41
41
  # :payment_status,
42
42
  # :cancel_reason,
43
43
  # :date_authorized,
@@ -56,11 +56,11 @@ module Caboose
56
56
  # :transaction_service,
57
57
  # :transaction_id
58
58
 
59
- STATUS_CART = 'cart'
60
- STATUS_PENDING = 'pending'
61
- STATUS_CANCELED = 'canceled'
62
- STATUS_SHIPPED = 'shipped'
63
- STATUS_TESTING = 'testing'
59
+ #STATUS_CART = 'cart'
60
+ #STATUS_PENDING = 'pending'
61
+ #STATUS_CANCELED = 'canceled'
62
+ #STATUS_SHIPPED = 'shipped'
63
+ #STATUS_TESTING = 'testing'
64
64
 
65
65
  #
66
66
  # Scopes
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.5.102'
2
+ VERSION = '0.5.103'
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.102
4
+ version: 0.5.103
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry