caboose-store 0.0.36 → 0.0.37

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
- MTU2YzBkNGJlOTQ1NmM1OTkwYTExNmQ5ZDNlOWEyY2IwYzUwMmNmYg==
4
+ MDE0NjMyNTQwOGMyN2NmYTM1Nzg2NzI1NTZmZjE4YWVjZWRhMDljOQ==
5
5
  data.tar.gz: !binary |-
6
- NzUwNTdhOTEzMzIxYzMyNzUzNzBkYWFkOWU1ZTYyODI0NGMzNDkyMA==
6
+ ZWJmMWVkZjg4ZjI1NWFjZjY3M2Q5MTM1ZDQzNTczYWFhNzE5MTVhZg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MmQ4ZTIzNTE0YjJiMzBmMjgxNGY4NTA2NTM4MjBmNzYzNzc3NDQxYmI2ZTI5
10
- YTg5NDg1YTg2MWMxODY2ZTk2NGJmOTRiYTIyZDExNWZiMWZkNDI2ODhjNmE0
11
- Zjc4ZDVkYWRjYzQyMWI0MDZhYWFlNmExNDEwMmJmM2JiZWY2ZDA=
9
+ NThmYzJhZTM5MWM5MjUzNGY4MTY3ZGMzNzZkNjJiYmM2ZTU2OWZmZjU2N2Rl
10
+ ZjkyOTE0MDU2OTc0MzkyMmYwMTQwZjU3OWE4OTI1NTQ2ZmQ4Mzc5YTdhMWYz
11
+ ZmM0MDM1NzE4NmYxMWFlZDFkMjM1YmJjNjRlNmQxOTA4NTgxYTc=
12
12
  data.tar.gz: !binary |-
13
- OGM5Y2ExMDFmYTU2YmU0ODE5ZTY3OTNmZmM5YzM5YWNhMjc3MWJhZmNjY2U1
14
- OWE3YTdlYTJlY2VhODM3MGYyY2Y4MTgyMzczMmZjNjg4YjNjZDJhNGE0Y2Ex
15
- NjExNWEyMDJhZWI5NGVmZTM3OTFiZGUxZTRiNjlmZGE2MmIzN2U=
13
+ MzZjY2ZkMjM4OGEwZDQ4MjQ1YmQwMTVkNGRkNjI2YmIwYzE2YmUxYjU2OWVh
14
+ ZDcxMTdkOWE2YjljM2U1YjZmYmU5MGZlOWM5YzBhOWEzZDBjN2NkOTA3M2Fj
15
+ ZGI2ZDA2ODk1ODdmZDU5MjVmYmQwNzRjMTFjZDgzMDFlODIyOGY=
@@ -71,7 +71,7 @@ captured = @order.financial_status == 'captured'
71
71
  <% end %>
72
72
  <tr><td colspan='5' align='right'>Subtotal </td><td align='right' id='subtotal' ><%= number_to_currency(@order.subtotal ) %></td></tr>
73
73
  <tr><td colspan='5' align='right'>Tax </td><td align='right' id='tax' ><%= number_to_currency(@order.tax ) %></td></tr>
74
- <% if @order.shipping_method %>
74
+ <% if !@order.shipping.nil? %>
75
75
  <tr><td colspan='5' align='right'><%= @order.shipping_method %> Shipping &amp; Handling </td><td align='right' id='shipping' ><%= number_to_currency(@order.shipping + @order.handling) %></td></tr>
76
76
  <% end %>
77
77
 
@@ -1,3 +1,3 @@
1
1
  module CabooseStore
2
- VERSION = '0.0.36'
2
+ VERSION = '0.0.37'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.36
4
+ version: 0.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-05 00:00:00.000000000 Z
11
+ date: 2014-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: caboose-cms