solidus_braintree 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af19cf56975489c4e80eb66b7cacce68f025d395
4
- data.tar.gz: 3a2a4764fbe429a4029fa6818dadf017fe244d1a
3
+ metadata.gz: bb598a9bb51271f6ffd3a8394b5b1141de585793
4
+ data.tar.gz: 2ed8d6409050576f5f9bdd9a0b8aec92833b1cad
5
5
  SHA512:
6
- metadata.gz: 96f6ea5668b4858ee83862fe80191fd2c654ba91eb846d90879acd0721a8085215f86c82c9c12c3248f9b12f04c3d3c21da4038da7fa32937d6ebb21d21df275
7
- data.tar.gz: f9ef7734bd60bfa523e73a87eb47f13e6e8c5a8885fea7234b570366e5ffadba94c28d3d46b6a9b15a7260be3fa2155733ee3a1d1cb5c45b9861a29213c20114
6
+ metadata.gz: b0735f819a038a0fe34ce32b132f41409d36a3bd96f79d4ffece2b1bdfb919d76d3dbe21e3b47c12c1f6d4d657d2cf689e12b31e8611fbe623873ebc9938f573
7
+ data.tar.gz: 325ac9dc4e2aaf74a374d97dccf6050f52adca6232c110b8132088b20d2cb1b365e9fe2e3ac3d57ee45e3ab153a223b8d5734d94253a9d6ade463e581404e0ad
@@ -0,0 +1,11 @@
1
+ ## HEAD
2
+
3
+ ## 0.1.1
4
+
5
+ * Get the client token and attach the dropin on page load to support the create
6
+ order flow in admin, also fixes clicking the new credit card radio quickly and
7
+ it attaching multiple dropins.
8
+
9
+ ## 0.1.0
10
+
11
+ * First release.
data/README.md CHANGED
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/solidus_braintree.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/solidusio/solidus_braintree.
36
36
 
37
37
 
38
38
  ## License
@@ -38,7 +38,5 @@ var attachDropIn = function(data) {
38
38
  };
39
39
 
40
40
  $(document).ready(function() {
41
- $("#new_payment [name=card][value=new]").click(function() {
42
- getClientToken(attachDropIn);
43
- });
41
+ getClientToken(attachDropIn);
44
42
  });
@@ -1,3 +1,3 @@
1
1
  module SolidusBraintree
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_braintree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Solidus Team
@@ -250,6 +250,7 @@ files:
250
250
  - ".gitignore"
251
251
  - ".rspec"
252
252
  - ".travis.yml"
253
+ - CHANGELOG.md
253
254
  - Gemfile
254
255
  - Guardfile
255
256
  - LICENSE.txt