caboose-cms 0.5.61 → 0.5.62
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 +8 -8
- data/app/assets/javascripts/caboose/checkout_step4.js +2 -1
- data/app/controllers/caboose/#Untitled-2# +3 -0
- data/app/controllers/caboose/checkout_controller.rb +1 -0
- data/app/views/caboose/checkout/step_four.html.erb +3 -0
- data/lib/caboose/version.rb +1 -1
- metadata +2 -2
- data/app/views/caboose/checkout/#Untitled-2# +0 -41
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWY5NWZiNDVhODg1NDk4MGQ2MjgwYjg3NTAyNWJhNDg4ZGE5MTliOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTIxNWYxNDAzZTZlYWNkZjIyNWU0NTQwZmU0ODdiYjA0Y2Y2ODA2Nw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTgxMTdiMDc3YjEwYTg5ZTQxMWQ4YmQ2ZGMzMDZlZjkwN2JiNTlkNzNmZDk1
|
|
10
|
+
ZGRhZTc1YzIyZDU3YTMxNTg4NzE2ZmVkZmZjMzVlMjQ5YmRkMDllMjRjMDA1
|
|
11
|
+
N2E1ZDZmNmM0MzQ1YjMxZGNlYjJiODU5N2M1NGI5YWJlMGE2ZTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTcxNjE0MjEzYzVhNWQwOThjN2VmZjQzZjY1YmE3MTFkNDM5ODFmM2E4MmE0
|
|
14
|
+
MGUwMzM5OGY5NjQyNjE1MDA3MmI4NDc5OTU1NWI4NzIzMWExYjczMjIwZDI5
|
|
15
|
+
NDAzZDA5ZDFmOGFhNDVhYzQ5OTQ3ZWYwODMzZGRhNTFkMmU5YTM=
|
|
@@ -7,7 +7,8 @@ Caboose.Store.Modules.CheckoutStep4 = (function() {
|
|
|
7
7
|
|
|
8
8
|
self.initialize = function() {
|
|
9
9
|
$('#checkout-confirm').hide();
|
|
10
|
-
|
|
10
|
+
if (!SHOW_RELAY || SHOW_RELAY == false)
|
|
11
|
+
$('#relay').hide();
|
|
11
12
|
self.bind_event_handlers();
|
|
12
13
|
self.expiration_change_handler();
|
|
13
14
|
};
|
|
@@ -58,6 +58,9 @@ store_config = @site.store_config
|
|
|
58
58
|
|
|
59
59
|
<%= content_for :caboose_js do %>
|
|
60
60
|
<%= javascript_include_tag 'caboose/checkout_step4' %>
|
|
61
|
+
<script type='text/javascript'>
|
|
62
|
+
var SHOW_RELAY = <%= @show_relay ? 'true' : 'false' %>;
|
|
63
|
+
</script>
|
|
61
64
|
<% end %>
|
|
62
65
|
<%= content_for :caboose_css do %>
|
|
63
66
|
<%= stylesheet_link_tag 'caboose/checkout' %>
|
data/lib/caboose/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caboose-cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.62
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Barry
|
|
@@ -467,6 +467,7 @@ files:
|
|
|
467
467
|
- app/assets/templates/caboose/product/images_old.jst.ejs
|
|
468
468
|
- app/assets/templates/caboose/product/options.jst.ejs
|
|
469
469
|
- app/controllers/caboose/#Untitled-1#
|
|
470
|
+
- app/controllers/caboose/#Untitled-2#
|
|
470
471
|
- app/controllers/caboose/ab_options_controller.rb
|
|
471
472
|
- app/controllers/caboose/ab_variants_controller.rb
|
|
472
473
|
- app/controllers/caboose/admin_controller.rb
|
|
@@ -662,7 +663,6 @@ files:
|
|
|
662
663
|
- app/views/caboose/categories/admin_edit.html.erb
|
|
663
664
|
- app/views/caboose/categories/admin_index.html.erb
|
|
664
665
|
- app/views/caboose/categories/admin_new.html.erb
|
|
665
|
-
- app/views/caboose/checkout/#Untitled-2#
|
|
666
666
|
- app/views/caboose/checkout/_address_form.html.erb
|
|
667
667
|
- app/views/caboose/checkout/_billing_form.html.erb
|
|
668
668
|
- app/views/caboose/checkout/_cart.html.erb
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"x_response_code"=>"3",
|
|
2
|
-
"x_response_reason_code"=>"8",
|
|
3
|
-
"x_response_reason_text"=>"(TESTMODE) The credit card has expired.",
|
|
4
|
-
"x_avs_code"=>"P",
|
|
5
|
-
"x_auth_code"=>"000000",
|
|
6
|
-
"x_trans_id"=>"0",
|
|
7
|
-
"x_method"=>"CC",
|
|
8
|
-
"x_card_type"=>"Visa",
|
|
9
|
-
"x_account_number"=>"XXXX1111",
|
|
10
|
-
"x_first_name"=>"",
|
|
11
|
-
"x_last_name"=>"",
|
|
12
|
-
"x_company"=>"",
|
|
13
|
-
"x_address"=>"",
|
|
14
|
-
"x_city"=>"",
|
|
15
|
-
"x_state"=>"",
|
|
16
|
-
"x_zip"=>"",
|
|
17
|
-
"x_country"=>"",
|
|
18
|
-
"x_phone"=>"",
|
|
19
|
-
"x_fax"=>"",
|
|
20
|
-
"x_email"=>"",
|
|
21
|
-
"x_invoice_num"=>"",
|
|
22
|
-
"x_description"=>"",
|
|
23
|
-
"x_type"=>"auth_only",
|
|
24
|
-
"x_cust_id"=>"",
|
|
25
|
-
"x_ship_to_first_name"=>"",
|
|
26
|
-
"x_ship_to_last_name"=>"",
|
|
27
|
-
"x_ship_to_company"=>"",
|
|
28
|
-
"x_ship_to_address"=>"",
|
|
29
|
-
"x_ship_to_city"=>"",
|
|
30
|
-
"x_ship_to_state"=>"",
|
|
31
|
-
"x_ship_to_zip"=>"",
|
|
32
|
-
"x_ship_to_country"=>"",
|
|
33
|
-
"x_amount"=>"105.56",
|
|
34
|
-
"x_tax"=>"0.00",
|
|
35
|
-
"x_duty"=>"0.00",
|
|
36
|
-
"x_freight"=>"0.00",
|
|
37
|
-
"x_tax_exempt"=>"FALSE",
|
|
38
|
-
"x_po_num"=>"",
|
|
39
|
-
"x_MD5_Hash"=>"CF7CC5EF1706C38812CF92C2A0EBE276",
|
|
40
|
-
"x_cvv2_resp_code"=>"", "x_cavv_response"=>"", "x_test_request"=>"true", "month"=>"01", "year"=>"14"}
|
|
41
|
-
WARNING: Can't verify CSRF token authenticity
|