spree_braintree_cse 1.3.1.2 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@
|
|
45
45
|
<%= label_tag nil, t(:card_code) %><span class="required">*</span><br />
|
46
46
|
<%= text_field_tag "", '', options_hash.merge(:id => 'card_code', :class => 'required', :size => 5) %>
|
47
47
|
<%= hidden_field_tag "#{param_prefix}[verification_value]", "", :id => "encrypted_card_code" %>
|
48
|
-
<%= link_to "(#{t(:
|
48
|
+
<%= link_to "(#{t(:what_is_this)})", spree.content_path('cvv'), :target => '_blank', :onclick => "window.open(this.href,'cvv_info','left=20,top=20,width=500,height=500,toolbar=0,resizable=0,scrollbars=1');return false", "data-hook" => "cvv_link" %>
|
49
49
|
</p>
|
50
50
|
<%= hidden_field param_prefix, 'first_name', :value => @order.billing_firstname %>
|
51
51
|
<%= hidden_field param_prefix, 'last_name', :value => @order.billing_lastname %>
|
data/spree_braintree_cse.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
4
4
|
s.name = 'spree_braintree_cse'
|
5
|
-
s.version = '1.3.
|
5
|
+
s.version = '1.3.2'
|
6
6
|
s.summary = 'Enable Client Side Encryption for Braintree payments processing with Spree.'
|
7
7
|
s.description = 'Using CSE will enable your application to acheive PCI certification.'
|
8
8
|
s.required_ruby_version = '>= 1.8.7'
|
metadata
CHANGED
@@ -5,9 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 3
|
8
|
-
- 1
|
9
8
|
- 2
|
10
|
-
version: 1.3.
|
9
|
+
version: 1.3.2
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Doug Bradbubry
|
@@ -15,7 +14,7 @@ autorequire:
|
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2013-02-
|
17
|
+
date: 2013-02-16 00:00:00 -06:00
|
19
18
|
default_executable:
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|