caboose-store 0.0.41 → 0.0.42

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
- OTVhNjExOWJmY2ExOWYyNWFhNTVhNWQzYmU5YjFkNGYyOTU4OTc2Yw==
4
+ ZmJkYjRkN2M0ODYyMjczNTcwNzliZWE3N2NiMmNlMmI1NzlkOTAyNg==
5
5
  data.tar.gz: !binary |-
6
- ZWIyYWYyOWM0NDIyZDk0M2ZkMTFkZjZmMGYyYzlkMDFkYzQ0OTQ0MA==
6
+ NzQ1ZjdhMjJjZjUyMDJlMzM1NjZlODU5NjAwOGJlNjFiMzI3ZGYyMA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ODllYjYyNzBmNTg0NGIxOTk1YzdiODNhNWI4OTAwZDJjZDJjMjEzYmMxZGI0
10
- OTMxYTYxNjhiNDUyNzllMmVkOWE2MWMxYTM4NjAxMjY0YzY2MWE1MzIzN2Zh
11
- OWZhMzJiZDdiMzZlZTM2Mzc1NzNkNjJjM2FjZjY5ZWUyODU4ZjE=
9
+ OWUzMDNjNzZmMTdhOGYyNWVhYzRiNmJiZDI2NmJkMjU1OGU0NGM2YTA3MjI0
10
+ MGY4N2JlZGU5OGE4OWUwMGRiZmY4MTlmMmQ0MTUyZjA3YTZmYjRkNjUxMWI2
11
+ NDFhM2MyNGQ0MTc2NjZmMzczNWFhYWEwZWUyMjJjNDk1YTU0MWY=
12
12
  data.tar.gz: !binary |-
13
- ZTM4ODNjNGFlMmFhZDE5YjM5N2I0ZDdjYmY3ODg1NDRhNjQ0NTE2Nzk3ODBm
14
- MzliMDJmYTEwMDM1NTFhZjYyZWMxNTE5NzMwMzRlYmM4ZDIxZTg1ODYwY2Uy
15
- Yzk4NGY1ZDU5YmYxNWIzYmU4YTAyN2JiYmUzOGQ2NGZmMTFkYzI=
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.plugin('admin_edit_order_buttons', "", @order) %>
110
+ <% str = Caboose.plugin_hook('admin_edit_order_buttons', "", @order) %>
111
111
  <% if str %><%= raw str %><% end %>
112
112
  </p>
113
113
 
@@ -1,3 +1,3 @@
1
1
  module CabooseStore
2
- VERSION = '0.0.41'
2
+ VERSION = '0.0.42'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.41
4
+ version: 0.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry