caboose-store 0.0.41 → 0.0.42
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
|
+
ZmJkYjRkN2M0ODYyMjczNTcwNzliZWE3N2NiMmNlMmI1NzlkOTAyNg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzQ1ZjdhMjJjZjUyMDJlMzM1NjZlODU5NjAwOGJlNjFiMzI3ZGYyMA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OWUzMDNjNzZmMTdhOGYyNWVhYzRiNmJiZDI2NmJkMjU1OGU0NGM2YTA3MjI0
|
10
|
+
MGY4N2JlZGU5OGE4OWUwMGRiZmY4MTlmMmQ0MTUyZjA3YTZmYjRkNjUxMWI2
|
11
|
+
NDFhM2MyNGQ0MTc2NjZmMzczNWFhYWEwZWUyMjJjNDk1YTU0MWY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Nzg2OTRiNmZiNGNkZDhhZmFkZWY1MzgxZjY2YWJhNDA0YzA2NTkyZmQ3YjM4
|
14
|
+
MWQwOTE5YTEwNWQzNmEyZTk2YTI5OGQwZjZhMDUxNjgwOGRkYWY4YjFjOTcy
|
15
|
+
ZWJjNDgxYWQzMzA3YmQ4NzE4MzYzNWYzZDM4NDdlNDQwZjYwMWY=
|
@@ -107,7 +107,7 @@ captured = @order.financial_status == 'captured'
|
|
107
107
|
<input type='button' value='Resend Confirmation' onclick="resend_confirmation(<%= @order.id %>)" />
|
108
108
|
<input type='button' value='Print Order' onclick="print_order(<%= @order.id %>);" />
|
109
109
|
|
110
|
-
<% str = Caboose.
|
110
|
+
<% str = Caboose.plugin_hook('admin_edit_order_buttons', "", @order) %>
|
111
111
|
<% if str %><%= raw str %><% end %>
|
112
112
|
</p>
|
113
113
|
|