caboose-store 0.0.36 → 0.0.37
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDE0NjMyNTQwOGMyN2NmYTM1Nzg2NzI1NTZmZjE4YWVjZWRhMDljOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZWJmMWVkZjg4ZjI1NWFjZjY3M2Q5MTM1ZDQzNTczYWFhNzE5MTVhZg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NThmYzJhZTM5MWM5MjUzNGY4MTY3ZGMzNzZkNjJiYmM2ZTU2OWZmZjU2N2Rl
|
10
|
+
ZjkyOTE0MDU2OTc0MzkyMmYwMTQwZjU3OWE4OTI1NTQ2ZmQ4Mzc5YTdhMWYz
|
11
|
+
ZmM0MDM1NzE4NmYxMWFlZDFkMjM1YmJjNjRlNmQxOTA4NTgxYTc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
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
|
74
|
+
<% if !@order.shipping.nil? %>
|
75
75
|
<tr><td colspan='5' align='right'><%= @order.shipping_method %> Shipping & Handling </td><td align='right' id='shipping' ><%= number_to_currency(@order.shipping + @order.handling) %></td></tr>
|
76
76
|
<% end %>
|
77
77
|
|
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.
|
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-
|
11
|
+
date: 2014-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: caboose-cms
|