caboose-store 0.0.24 → 0.0.25
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
|
+
YjZjYTYzOTYxODRkYTk4OTgyOWM3MTU3Y2ZkMjE2ZDQzOTc1NWNjMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZmJmNzM0MGQyYzM0M2I5YjMxZTc3YTIwMjczNDRiMjQwMjllNGVkYw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjNjMWU1Y2UwZWU5ODhiMWVkZjg2YTJlYTMyNGNkNmUwMjI3ZDJjODg5MGNk
|
10
|
+
YjU0YzczODMyNWM3NjI3YjI2OWE4OGU5NTY4NzVkYzAxY2EzMjU5ZDU1YThl
|
11
|
+
YmNmM2U2YjdhZGI3N2MyNGZlNDVkZjI3MWFhYTgzMmRhMDU5OGY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OWUwMGQwNjE4ZmIzZjM0MTE1NDQxYjAxMmIxZTk0YjUzNTNjNDE1N2VkNjI4
|
14
|
+
YWY0NDM3OWRkNDJkM2MwZjBjODNiNzkxY2Q3MGZmNjcxYzU5YzA5MGUyODcy
|
15
|
+
ZjdkM2JhNzNhOTA4NGZjNWI4OTIwMGFlNjQxOWYzYzk4Nzc2Y2Q=
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<% if order.customer.nil? %>
|
61
61
|
Unknown
|
62
62
|
<% else %>
|
63
|
-
<% if order.customer.first_name.strip.length > 0 %>
|
63
|
+
<% if order.customer.first_name && order.customer.first_name.strip.length > 0 %>
|
64
64
|
<%= order.customer.first_name %> <%= order.customer.last_name %>
|
65
65
|
<% else %>
|
66
66
|
<%= order.customer.email %>
|